Skip to content
This repository has been archived by the owner on Oct 5, 2023. It is now read-only.

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

Open
marcisv opened this issue Jun 11, 2013 · 2 comments
Open

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

marcisv opened this issue Jun 11, 2013 · 2 comments

Comments

@marcisv
Copy link

marcisv commented Jun 11, 2013

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
Copy link

auser commented Sep 3, 2013

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

@stephenreid
Copy link

Looks like it is dead @auser #54 (comment)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants