Rails 2.0

Rails 2.0 is out! Thanks guys for all the hard work, this release is just impressive.

Posted by Daniel Wanja Fri, 07 Dec 2007 16:07:46 GMT


Comments

  1. Clint Moore about 1 hour later:

    And hot on its heels is 2.0.1
    http://svn.rubyonrails.org/rails/tags/rel_2-0-1/

  2. AkitaOnRails 3 days later:

    I invite everybody to take a look at a screencast I’ve compiled yesterday. This is the classic Blog app built using Rails 2.0. I think it is the First Rails 2.0 full featured screencast around.

    See it here

  3. marius 21 days later:

    There are a ton of changes and improvements

    For example: instigated a new convention that all resource-based controllers will be plural by default.

    After a Ruby bugfix, the breakpointer in Rails stopped working. Rails 2.0 adds this back in with the ‘debugger’ keyword added to your controller action (previously, you could use ‘breakpoint’).

    There are new conventions for templates that give greater detail about what each template will render. Views now use the new .erb suffix and indicate their type as part of the template name (e.g. index.html.erb)

  4. saurabh purnaye 28 days later:

    seems to be cool.. but getting little harder to upgrade the coding styles..

  5. restaurant marseille 6 months later:

    Thank Daniel, good infos !