Ruby on Rails Question:

Why RubyonRails?

Ruby on Rails Interview Question
Ruby on Rails Interview Question

Answer:

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


Previous QuestionNext Question
What are the differences betweeen Rails 2.x and Rails 3?What is session and cookies?