RRuby on Rails Read More 3 minute read Best practices using Rails SeedsbyOzmar UgarteNovember 25, 2019 Reading Time: 2 minutesRails offer us a mechanism through the db/seeds.rb file, which allows us to write Ruby code and use…
SSolidus Read More 3 minute read Getting Started with Solidus Series 1: SetupbyjaimelrNovember 4, 2019 Reading Time: 2 minutesSolidus is an open-source eCommerce solution built with Ruby on Rails and maintained by a community of passionate developers.…
SSolidus Read More 2 minute read Customize Solidus mailersbyeduardoGHdezSeptember 9, 2019 Reading Time: 2 minutesSolidus has a set of mailers which notify some actions such as confirmation of an order, notification when a…
RRails Read More 2 minute read Customizing Solidus order number generationbyJuan Carlos RuizAugust 5, 2019 Reading Time: 2 minutesSolidus provides an out-of-the-box mechanism to generate order numbers. However, sometimes you could be interested in personalizing this…
TTesting Read More 2 minute read Adding Jest to a Babel 6 projectbykevinnioJune 27, 2019 Reading Time: 2 minutesJest is an amazing testing tool developed by the folks at Facebook and maintained by a vast community of…
RRuby on Rails Read More 4 minute read Clearing the air: How to test new features with Rails?bykevinnioJune 10, 2019 Reading Time: 4 minutesFeature specs are integral to a good test suite. Whenever we add new features to a web application,…
VVueJS Read More 7 minute read An Intro To Using VueJS for Front End DevelopmentbykevinnioJune 5, 2019 Reading Time: 7 minutesWhat is Vue.js? What is Vue.js? Vue.js is a progressive Javascript framework which is designed to build interactive…
ccss Read More 5 minute read CSS SelectorsbySamantha BelloJune 3, 2019 Reading Time: 5 minutesCSS selectors are very used to apply specific rules to a bunch of elements, either to a set of…
RRails Read More 5 minute read Mount a Solr search engine with Rails using Docker ComposebyedmanMay 30, 2019 Reading Time: 4 minutesOne of the most interesting challenges while developing an application is indexing and searching for data efficiently. Solr…
AAWS Read More 6 minute read How to Deploy your Rails App as easy as Heroku?byrcontrerasMay 28, 2019 Reading Time: 5 minutesThis is your situation: You have this new shining and beautiful rails app which you have been working…