Sha256: 649429ea846173fddaa9691f1988a3fc8831955f450398e68ff81ac8d00139d5
Contents?: true
Size: 848 Bytes
Versions: 1
Compression:
Stored size: 848 Bytes
Contents
== rails_rename renames the hardcoded app_name massively This repository holds a sample Rails application that make use of unbuilt Rails engines to deliver its functionality. == Usage Inside a rails app directory: $ rake rails:rename[NewAppName] OldAppName -> NewAppName, these files will be affected, append 'confirm' to apply Rakefile app/views/layouts/application.html.erb config/application.rb config/environment.rb config/environments/development.rb config/environments/production.rb config/environments/test.rb config/initializers/secret_token.rb config/initializers/session_store.rb config/routes.rb config.ru Current app name is: OldAppName $ rake rails:rename[NewAppName,confirm] Current app name is: NewAppName == Install == License Copyright (c) Luigi Maselli Released under the MIT license. See MIT-LICENSE file for details.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rails_rename-0.0.1 | README.rdoc |