RE: amartel/redmine_meetings: Not working with Redmine 2.5 ยป redmine_meetings-master-error.txt
| 1 |
Hello Arnaud, |
|---|---|
| 2 |
|
| 3 |
I would like to use your plugin with the BBB meetings server. |
| 4 |
It's about 4 years since the last post on this forum and I suppose the plugin was no more developed. |
| 5 |
I tried to install this plugin on Redmine version 3.4.6 but with no luck. |
| 6 |
The rake command gave this error : |
| 7 |
|
| 8 |
bash-4.2# bundle exec rake redmine:plugins:migrate RAILS_ENV=production |
| 9 |
An error occurred while loading the routes definition of redmine_meetings plugin (/opt/bitnami/apps/redmine/htdocs/plugins/redmine_meetings/config/routes.rb): You should not use the `match` method in your router without specifying an HTTP method. |
| 10 |
If you want to expose your action to both GET and POST, add `via: [:get, :post]` option. |
| 11 |
If you want to expose your action to GET, use `get` in the router: |
| 12 |
Instead of: match "controller#action" |
| 13 |
Do: get "controller#action". |
| 14 |
|
| 15 |
I am not a rr developer so I cannot correct this error by myself. |
| 16 |
If you are still there can you please make the plugin working with the current RM version? I will be grateful. |
| 17 |
My Environment: |
| 18 |
Redmine version 3.4.6.stable |
| 19 |
Ruby version 2.3.7-p456 (2018-03-28) [x86_64-linux] |
| 20 |
Rails version 4.2.8 |
| 21 |
Environment production |
| 22 |
Database adapter Mysql2 |
| 23 |
|
| 24 |
Best Regards, |
| 25 |
Mike |