what are the differences between rails 2.x and rails 3?
Answer / Money Taygi
Rails 3 introduced several major changes compared to Rails 2.x, including a new asset pipeline for managing JavaScript, CSS, and image assets; support for threaded server processes in production mode; a more streamlined routing system; and improved performance through the use of buffered streaming.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the three methods to install ruby on rails?
Explain me what is the function of orm in ruby on rails?
difference between member routes and collection routes ?
What is rails migrations?
What are the servers supported by ruby on rails?
how does ruby on rails use the model view controller (mvc) framework?
how many types of callbacks available in ror?
What is rails migration? What can it do?
what is a rails migration? Write up a short example of a simple rails migration with a table called customers, a string column called name, and a text column called description?
what are benefits of using active record as opposed to raw sql queries?
What are generators in ruby on rails?
What are gemsets in rails?