If you want to change the application name of Rails 3, modify the following files.
- config.ru
- Rakefile
- config/application.rb
- config/environment.rb
- config/environments/development.rb
- config/environments/test.rb
- config/routes.rb
- config/initializers/secret_token.rb
- config/initializers/session_store.rb
Done =)
Reference: How to rename a Rails 3 Application

Thanks ! Just a heads up, you forgot config/environments/development.rb
LikeLike
No you didn’t, sorry.
LikeLike
You are welcome. =D
LikeLike