Answer Posted / deepali
1)Convention over configuration
2)MVC Architecture
3)Object Relational Mapping
4)Simplicity
5)Ajaxify
6)Migrations
7)Gem & Plugin used to minimise code
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
Write the command to run the migration.
What is the architecture of Model views and controllers
What are the hashes?
Why we use migration in rails?
Mention the differences between the observers and callbacks in ruby on rails.
What is the Install rail package?
Are there any disadvantages of ruby on rails? If yes, mention them.
How can the filter methods in ruby on rails be protected?
What is the use of the super function in ruby on rails?
how can we define Ruby regular expressions?
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?
what is the difference in scope for these two variables: @@name and @name?
Do you know what is cross-site request forgery (csrf) and how rails is protected against it?
Is ruby on rails popular?
what is the difference between the Observers and Callbacks in Ruby on Rails?