Rails – Modify Application Name

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

3 thoughts on “Rails – Modify Application Name”

Leave a comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.