Tutorials
Different Ways to Set Attributes in ActiveRecord (Rails 7)
Rails 7 has a rich API that allows you to update your ActiveRecord objects in several ways. Some methods have slightly different behavior which can sometimes result in unexpected consequences, so it’s important to understand their differences.
Postgres transaction pitfalls for rails developers
Rails abstract away of a lot of database stuff away using Active record which is very convenient. But the convince can bite back if we are not careful enough.Here I am going to list some common mistakes rails developers make and how to avoid them....
Learn Ruby on Rails by Creating a Friends List App
Ruby on Rails is a web development framework that makes developing full stack web apps simpler and quicker compared to many other frameworks. Ruby on Rails provides the basic structure needed to create web pages, web services, and databases.We've ...