Closed TKinugasa closed 5 years ago
before_render
が存在しないということは rails-render_hooks
がインストールされていないのではないでしょうか?
bundle install
はされましたか?
bundle installはその手前で実行して以下のように出力されていたので、rails-render_hooksは入っていると思いますが何か問題あるでしょうか?
You are trying to install in deployment mode after changing your Gemfile. Run
bundle install
elsewhere and add the updated Gemfile.lock to version control.If this is a development machine, remove the Gemfile freeze by running
bundle install --no-deployment
.You have added to the Gemfile:
- rails-render_hooks
- rspec (~> 2.14.0)
- rspec-rails
- coveralls
- pry
- pry-rails
- pry-byebug
- poltergeist
- launchy
- database_cleaner
確かに入っているようですね。 まずこちらで Redmine 2.6.2 に対してでテストを流してみます。
Windows版Bitnami Redmine Stack 2.6.2にインストールしていたら、 手順3のExecute migrationでエラーを出して停止してしまいました。