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 are the different filters used in ruby on rails?
Write a program to show the functionality of request.xhr in ruby on rails ?
What are the three methods to install ruby on rails?
What is object-relationship-model (orm)?
What is rails active record?
At is cross-site request forgery (csrf)?
What is the difference between symbol and string?
What is the importance of rjs?
How is calling super() different from the super call?
how can you declare a block in Ruby?
How are string and symbol different?
what is the difference between new, save and create?
What role do sub-directory app/helpers and app/controllers play?
What are generators in ruby on rails?
How is direct different from render?