abahgat / redmine_didyoumean

A Redmine plugin to search for possible duplicates when users are about to open new issues.
Other
67 stars 46 forks source link

Whether Can support Redmine3.X #78

Closed codyliou closed 8 years ago

codyliou commented 9 years ago

An error occurred while loading the routes definition of redmine_didyoumean plugin (C:/Sites/redmine-3.1.0/plugins/redmine_didyoumean/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".

abahgat commented 8 years ago

Is this still occurring with the current HEAD version?

match has already been changed to get here, so updating to the latest version of the code should make this issue go away.

archonwang commented 8 years ago

it supports with 3.2.X. at present I still used it . Thanks @abahgat .

abahgat commented 8 years ago

Thanks for checking!