Rorra's blog Senior Developer

August 30, 2010

Rails 3 released, bundler 1.0 released!!!!

Filed under: Ruby — admin @ 10:44 AM

Rails 3.0 has been underway for a good two years, so it’s with immense pleasure that we can declare it’s finally here. We’ve brought the work of more than 1,600 contributors together to make everything better, faster, cleaner, and more beautiful.

David Heinemeier Hansson

So at this moment, if you run a gem install rails, you will notice that it install the version 3 :) Why? Because it’s stable (or it should be (A)).

Where to start?

You should start by checking the “rails 3 screencasts” that you can find on the rails website. It’s a great introduction to see the news on the rails 3 framework. As usually, you can find good videos on railscasts about rails 3, how to migrate to rails 3, etc.

You can find all the improvements on the official website, but just to summarize them, in rails 3 you will find:

  1. New Active Record query engine
  2. New router for Action Controller
  3. New Action Mailer
  4. Manage dependencies with Bundler
  5. XSS protection by default
  6. Ruby 1.9 Encoding support
  7. Active Model: Validations, callbacks, etc for all models, so you can use other ORMs with rails in a easy way
  8. Official plugin APIs (railties)
  9. Rewritten internals
  10. Agnosticism with jQuery, rSpec, and Data Mapper
  11. Documentation
  12. Be Sociable, Share!

No Comments »

No comments yet.

RSS feed for comments on this post. TrackBack URL

Leave a comment

Powered by WordPress