What is the process for creating a controller for the subject? What is its role?
No Answer is Posted For this Question
Be the First to Post Answer
what is the purpose of the resources method in the code snippet below?
If you want to set up a one-to-one relationship between two models, you'll need to add belongs_to to one, and has_one to the other. How do you know which is which?
What is ruby on rails & why it is used for?
Please explain what are the positive aspects of rails?
How are string and symbol different?
what is the difference between redirect and render in Ruby on Rails?
Is it possible to build a 50% bespoke e-commerce platform hence having the ability to customize everything down the line? For example would it make sense to start coding an application on the Ruby on Rails framework but where the most complex/time consuming code pieces (e.g. shopping cart, etc) can be initially bolted on (hence diminishing development time and cost) having the ability to change them completely further down the line?
What role do sub-directory app/helpers and app/controllers play?
difference between form_for and form_tag
What is rails router?
Explain me what is the role of rails controller?
What is the purpose of require_relative in ruby?