Monday, December 12, 2005

Changing app names in Ruby on rails

There is no trick to changing the application name from say "iteration" to "story"... Just search for iteration in all file names (because, Rails basically looks for controller based on the name and then maps it to the helper and the views) and replace them. Thats it. No funky tiles-config.xml to change or to re-deploy to yet another way... Rails is a beautiful thing!

0 Comments:

Post a Comment

<< Home