Monthly Archives: April 2012

How to rename Rails3 application

A Rails3 application name are using as a Ruby name space for entire application and throughout the project tree as well. So, If anyone later decide to change the project name, then have to replace the name in the following files: Rakefileconfig.ruconfig/routes.rbconfig/application.rbconfig/environment.rbconfig/environments/development.rbconfig/environments/test.rbconfig/environments/production.rbinitializers/secret_token.rbinitializers/session_store.rb You can run following command in your project root, to find out the…

Read More