what are the differences between rails 2.x and rails 3?



what are the differences between rails 2.x and rails 3?..

Answer / Money Taygi

Rails 3 introduced several major changes compared to Rails 2.x, including a new asset pipeline for managing JavaScript, CSS, and image assets; support for threaded server processes in production mode; a more streamlined routing system; and improved performance through the use of buffered streaming.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Ruby on Rails Interview Questions

What are the three methods to install ruby on rails?

1 Answers  


Explain me what is the function of orm in ruby on rails?

1 Answers  


difference between member routes and collection routes ?

1 Answers  


What is rails migrations?

1 Answers  


What are the servers supported by ruby on rails?

1 Answers  


how does ruby on rails use the model view controller (mvc) framework?

1 Answers  


how many types of callbacks available in ror?

1 Answers  


What is rails migration? What can it do?

1 Answers  


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?

1 Answers  


what are benefits of using active record as opposed to raw sql queries?

1 Answers  


What are generators in ruby on rails?

1 Answers  


What are gemsets in rails?

1 Answers  


Categories