#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 to Controllers What are controllers? In a Rails application, controllers act as a mediator between the user interface and the data...
Introduction Routing is the process of mapping incoming requests to the appropriate controller actions in a web application. In Ruby on Rails, routing...