Answer Posted / ekta
Super productive new way to develop web applications because:
1. Dynamically typed programming language similar to Python,
Smalltalk, and Perl(Templating language)
2. Follows Model-View-Controller (MVC) architecture
3. Strives for simplicity
4. Less coding.
5. Minimum Configuration.
6. Design patterns admire
7. Light webserver
8. ORM
| Is This Answer Correct ? | 10 Yes | 2 No |
Post New Answer View All Answers
how can you declare a block in Ruby?
What is the importance of rjs?
What is the use of super in Ruby Rails?
Are there any disadvantages of ruby on rails? If yes, mention them.
what is the difference between calling super() and super call?
What is a ruby singleton method ?
what are the positive aspects of Rails?
What is rails active record?
Explain bundler in rails.
How is visibility of methods changed in ruby (encapsulation) ?
How can you run rails without creating databases?
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?
How is direct different from render?
What do you mean by render and redirect_to?
what is the defined operator?