March 22, 2008
YSlow ApnaBill.com ?
We just finished porting ApnaBill.com from Rails 1.2.5 to Rails 2.0.2 - the port wasn’t that tough, specially with Ben’s Rails2 Upgrade Notes on SlashDotDash.
The steps we took…
Make your config file reflect the new rails version (make sure you have it installed)
Move all instances of start_form_tag to form_tag
Change find_all to find(:all)… this wasn’t an issue […]


