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 'rail2.0'
I am Back!!! and so many interesting changes to Rails…
Yeah I know its been long since I have been away. Well lot has happened between my last journey through RubyOnRail’s universe from May 28,2008 to the current date. New Rails 2.0 screencast by Fabio Akita which is unspired by the Creating...
How to Install Ruby, Rails 2.x, MySQL, SVN, then setup Rails 2.x Application, Configure the database, Run the Rake Tasks, Install plugins and, finally run RSpec for Models on your Local Windows System
A.) How to setup a Rails 2.x Application on your local system:– [NOTE: The following steps are for Windows OS environment] Setup Ruby and Rails on the local system:- Install Ruby on Windows: The easiest way is using the One-Click-I...
How to freeze Rails application
Rails is a moving target. Its core is constantly changing. So sometimes it is advisable to “freeze” your rails application so that even if you upgrade and install the latest new version of Rails, it does not break anything in your applica...
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 ...
