socialcast / devise_oauth2_providable

Rails3 engine integrating OAuth2 authentication with Devise
MIT License
219 stars 102 forks source link

Does not work in Rails 4 - request method not specified in routes #50

Open marcisv opened 11 years ago

marcisv commented 11 years ago

From rails guides:

> Rails 4.0 requires that routes using match must specify the request method. For example:
> # Rails 3.x
> match "/" => "root#index"
>
># becomes
>match "/" => "root#index", via: :get
>
># or
>get "/" => "root#index"

Issue: https://github.com/socialcast/devise_oauth2_providable/blob/master/config/routes.rb#L5 'match' method used without request method, application crashes on start-up.

auser commented 11 years ago

Is this project dead? I'm seeing this too...

stephenreid commented 9 years ago

Looks like it is dead @auser https://github.com/socialcast/devise_oauth2_providable/pull/54#issuecomment-42329708