What are the various changes between the rails version 2 and 3?



What are the various changes between the rails version 2 and 3?..

Answer / Dhananjay Kumar Rai

Some of the notable differences between Rails 2 and 3 include: (1) The use of new file structure, separating models, views, and controllers into different directories, (2) Support for thread safety, (3) Use of .rvm instead of gemsets for managing multiple ruby versions, (4) Deprecation of ActiveRecord's find methods in favor of find_by, where, and first, (5) Introduction of the Asset Pipeline for handling JavaScript, CSS, and images.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Ruby on Rails Interview Questions

I would like to know about ruby on rails.I want to know.how will be the future for ruby on rails.please tell me.

9 Answers   Baidu, TCS,


What is the difference between delete and destroy ?

1 Answers  


What are rails validation used for?

1 Answers  


what is Rails Active Record in Ruby on Rails?

1 Answers  


What are float, dig and max?

1 Answers  


Choosing between belongs_to and has_one?

1 Answers  


What is the use of super in Ruby Rails?

1 Answers  


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

1 Answers  


let me know what is ruby software and where and when it is usefull. Is it usefull to data base developer, if yes...where? thank you

1 Answers  


What does ruby name refer to?

1 Answers  


Please explain what are the positive aspects of rails?

1 Answers  


how you define Instance Variable, Global Variable and Class Variable in Ruby?

1 Answers  


Categories