Skip to content

Instantly share code, notes, and snippets.

@satomixx
Created March 24, 2015 03:21
Show Gist options
  • Save satomixx/3b1ccdfdc77bbf87a89b to your computer and use it in GitHub Desktop.
Save satomixx/3b1ccdfdc77bbf87a89b to your computer and use it in GitHub Desktop.
[Rails 4.1] プロジェクト名の変更 ref: http://qiita.com/tsumekoara/items/11e16f323ed36a0cb7ab
module ProjectName
end
$ rails g rename:app_to NewName
gem 'rename'
Rails.application.config.session_store :cookie_store, key: '_project_name_session'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment