Recent Posts

The Hitchhiker’s Guide to Ruby On Rails Galaxy

The Hitchhiker’s Guide to Ruby On Rails Galaxy

Return To Blog Listing

My tech blog Web Development using Ruby On Rails

Search This Blog's Tags For:

Recent Posts Tagged With 'upgrade'

  • Issues of backward compatibility in Rails 2.0

    Posted on Friday January 11th, 2008 at 01:17 in upgrade, rails2.0, rails2.0 rubyonrails compatibility

    I am very happy with Rails 2.x and the hard work that DHH and Rails core folks put into it. But I have a complain : I would like to complain to DHH and the Rails core team about backward compatibility breakages like say changes in the adapter layer w...

  • Some changes in Rails2.0

    Posted on Monday January 7th, 2008 at 04:09 in hacks, rubyonrails, upgrade, rails2.0, rails2.0 rubyonrails

    This post is mostly as a reminder to self. There are some changes in Rails 2.0:- 1. SQLite3 is the new default database. So when a rails app is created, by default the database support, which comes preconfigured, is for SQLite3. Though I am not sure ...

  • Rails 2.0 is released

    Posted on Wednesday January 2nd, 2008 at 08:20 in upgrade

    Just recently Rails 2.0 was released. So now we have a new beast in town. :). It has some interesting things in it like better support for multi-views like iPhone, new (IMHO more legible )way of writing migration. Rails 2.0 is fully RESTful way. In f...