Explain the role of sub directory app/controllers and app/helpers.
No Answer is Posted For this Question
Be the First to Post Answer
What is cross-site request forgery (csrf)? How is rails protected against it?
What is object-relationship-model (orm)?
what is the purpose of the resources method in the code snippet below?
how you can list all routes for an application?
Explain me what is the role of rails controller?
Mention the log that has to be seen to report errors in Ruby Rails?
what is the purpose of RJs in Rails?
What are the functions performed by rails migration?
what is Cross-Site Request Forgery (CSRF) and how Rails is protected against it?
How many types of variables are available in ruby class?
List out what can Rails Migration do?
what is a rails migration? Write up a short example of a simple rails migration with a table called customers, a string column called name, and a text column called description?