socialcast / devise_oauth2_providable

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

Don't know how to build task 'devise_oauth2_providable:install:migrations' #20

Closed roganartu closed 12 years ago

roganartu commented 12 years ago

Followed instructions in README. Added to gemfile, then ran bundle install, then rake task and got error:

rake devise_oauth2_providable:install:migrations
rake aborted!
Don't know how to build task 'devise_oauth2_providable:install:migrations'

Using bundle exec rake ... doesn't make a difference. Neither does installing the gem using sudo gem install ...

Happy to post whatever you need and help work out what the issue is, but not sure where to start looking.

Running devise 1.4.8 and devise_oauth2_providable 0.3.8.

wireframe commented 12 years ago

the installation instructions are for the current 1.0.0.beta1 version. for the 0.3.8 installation instructions, you'll have to review the README from the 0.3.8 tagged branch.

On Mon, Oct 17, 2011 at 11:54 AM, roganartu < reply@reply.github.com>wrote:

Followed instructions in README. Added to gemfile, then ran bundle install, then rake task and got error:

rake devise_oauth2_providable:install:migrations rake aborted! Don't know how to build task 'devise_oauth2_providable:install:migrations'

Using bundle exec rake ... doesn't make a difference. Neither does installing the gem using sudo gem install ...

Happy to post whatever you need and help work out what the issue is, but not sure where to start looking.

Running devise 1.4.8 and devise_oauth2_providable 0.3.8.

Reply to this email directly or view it on GitHub: https://github.com/socialcast/devise_oauth2_providable/issues/20