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 |
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.
What is the difference between delete and destroy ?
What are rails validation used for?
what is Rails Active Record in Ruby on Rails?
What are float, dig and max?
Choosing between belongs_to and has_one?
What is the use of super in Ruby Rails?
how does ruby on rails use the model view controller (mvc) framework?
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
What does ruby name refer to?
Please explain what are the positive aspects of rails?
how you define Instance Variable, Global Variable and Class Variable in Ruby?