Recent Posts
The Hitchhiker’s Guide to Ruby On Rails Galaxy
Return To Blog Listing
My tech blog Web Development using Ruby On Rails
Recent Posts Tagged With 'rails2.0'
In Rails 2.0, use attribute pairs to create add and remove column migrations.
We see a very useful feature in Rails 2.0 as defined in Changeset 7422, where now we can generate migration for adding and removing columns by directly passing attribute:type pairs to the migration generator. Now for example, we need to add a column ...
Issues of backward compatibility in Rails 2.0
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
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 ...
