#ruby-on-rails
Read more stories on Hashnode
Articles with this tag
Introduction to Active Record Active Record is an Object-Relational Mapping (ORM) framework in the Ruby on Rails web development framework. Active...
Introduction Routing is the process of mapping incoming requests to the appropriate controller actions in a web application. In Ruby on Rails, routing...