Actions
Support #1378
openRedmine-3.0.xの使用について
Start date:
05/04/2015
Due date:
% Done:
0%
Estimated time:
Description
寺田と申します。
現在CentOS7, Redmine3.0.2にて使用させていただこうとしているのですが、
下記のようにしてインストールしましたところ、マイグレーション時にエラーが発生してインストールできませんでした。
cd /var/www/redmine-3.0.2/plugins/ git clone https://github.com/planio-gmbh/redmine_issue_extensions.git bundle exec rake redmine:plugins:migrate RAILS_ENV=production
エラーは下記のとおりです。
An error occurred while loading the routes definition of redmine_issue_extensions plugin (/var/www/redmine-3.0.2/plugins/redmine_issue_extensions/config/routes.rb): You should not use the `match` method in your router without specifying an HTTP method. If you want to expose your action to both GET and POST, add `via: [:get, :post]` option. If you want to expose your action to GET, use `get` in the router: Instead of: match "controller#action" Do: get "controller#action".
Rubyのバージョンは2.1.5p273を使っております。
対策方法や他に確認すべき事項などありましたらご教示いただければと思います。
よろしくお願いいたします。
Actions