Authorization is something that you will run into in many scenarios as you build Ruby on Rails apps. There are a lot of gems like Pundit… (more…)
Read more »
Over 2,000 members of the Rails community from 92 countries kindly contributed their thoughts on tools, frameworks, and workflows in their day to day development lives. From these responses we hope to get an understanding of where Rails stands as a framew... (more…)
Read more »
This is the third part of the article describing beautiful websites that use the Ruby on Rails framework. Use these links to read the first and the second part of the list I compiled with the help of colleagues from our Ruby on Rails development company.
Read more »
Get a summary of the Active Record schema at the top or bottom of relevant files... (more…)
Read more »
UUID is an alternative primary key type for SQL databases. It offers some non-obvious advantages compared to standard integer-based keys. Rails 6 release fresh out of beta introduces a new feature in ActiveRecord that makes working with UUID primary keys ... (more…)
Read more »