What are the differences betweeen Rails 2.x and Rails 3

Answer Posted / biswaranjan

some functionality changers..
ex- in rail2.x
<%= link_to_remote ‘Show’, :url => post %>

ex in rail3.x
<%= link_to ‘Show’, post, :remote => true %>


etc..

Is This Answer Correct ?    21 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How many types of associations relationships does a model have?

438


What is the process for creating a controller for the subject? What is its role?

439


what is Polymorphic Association in Ruby on Rails?

491


What is the purpose of load in ruby?

483


How are string and symbol different?

478






What is the use of super in Ruby Rails?

491


Why we use migration in rails?

483


What is the use of $ in ruby?

463


Do you know what is rake in rails?

456


What is difference between form_for and form_tag?

479


Do you know what is sweeper in rails?

457


Mention the role of rails controller.

477


Please explain what are the positive aspects of rails?

446


What is the difference between false and nil in ruby?

448


Can you explain me how rails implements ajax?

438