koke / redmine_ssl_auth

Enable authentication in Redmine using SSL client certificates
GNU General Public License v2.0
17 stars 16 forks source link

uninitialized constant ActionDispatch::Routing::Routes #1

Open bitozoid opened 11 years ago

bitozoid commented 11 years ago

I have tried this plugin in redmine version 2.2.4, but it seems the routes.rb file is not migrated to version 2. Any plan to upgrade this plugin?

$ RAILS_ENV=production rake redmine:plugins:migrate
An error occurred while loading the routes definition of redmine_ssl_auth plugin (/usr/local/redmine/redmine2/plugins/redmine_ssl_auth/config/routes.rb): uninitialized constant ActionDispatch::Routing::Routes.
koke commented 11 years ago

Hi, I haven't used redmine in about 3 years, so no plans to update this.

It seems that this fork has support for redmine 2: https://github.com/tranthamp/redmine_ssl_auth/commit/26d037d4c7c02ec96d667fcf5accb90f5c119179

bitozoid commented 11 years ago

I tried this and it worked: https://github.com/vitstradal/redmine_remote_user_auth

Thx