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
What is a webrick web server?
what are rails filters?
What is the difference between delete and destroy ?
What are the different types of association relationships that exist?
What is the purpose of require_relative in ruby?
What is the main difference between procs and blocks?
Explain valid and invalid in rails?
what are benefits of using active record as opposed to raw sql queries?
What do you understand by rails?
How to serialize data with yaml?
What is the difference between render and redirect?
How you run your Rails Application without creating database ?
What are class libraries?
what is the command to create a migration?
How you run your rails application without creating databases?