How to rename rails 4 app?

后端 未结 9 1709
醉酒成梦
醉酒成梦 2020-12-02 05:52

rails plugin install git://github.com/get/Rename.git will allow us to rename only rails 3 app

Is there any gem available to rename Rails 4 app.

9条回答
  •  无人及你
    2020-12-02 05:57

    For Rails 5

    Require

    • config/application.rb change the module name

    Optional

    • config/initializers/session_store.rb (in Rails.application.config.session_store) change the session name
    • app/views/layouts/application.html.erb You can change the ..., if it is not already done

提交回复
热议问题