#ruby-on-rails
Read more stories on Hashnode
Articles with this tag
Before we start, don't forget to run these commands for your convenience: bundle install yarn rake db:create rake db:migrate rake db:seed SETUP Get...
In rails community, one of the stronger convention is to avoid writing plain SQL queries and stick to using the magnificent Active Record for all your...
Almost 95% of apps written in ruby today, as of 2017, are built using rails as the framework. It is not surprising, as Rails helped propel ruby into...