Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

does this work with rails 2.3.+? #59

Closed
timfong888 opened this issue Oct 15, 2010 · 6 comments
Closed

does this work with rails 2.3.+? #59

timfong888 opened this issue Oct 15, 2010 · 6 comments

Comments

@timfong888
Copy link

No description provided.

@josevalim
Copy link

Likely. It is just a rack middleware.

@markoa
Copy link

markoa commented Oct 19, 2010

Yes, just use it in config/environment.rb:

config.gem 'omniauth'

config.middleware.use "OmniAuth::Builder" do
  provider :xx, ...
 end

@mbleigh
Copy link
Contributor

mbleigh commented Oct 19, 2010

Yup. See above.

@enzor
Copy link

enzor commented Nov 10, 2010

If i use the gem Omniauth on a rails 2.3.5 app + bundler , when i try to use it, it tells me that it's missing the omniauth/basic file:

no such file to load -- omniauth/basic (MissingSourceFile)

@jimmysoho
Copy link

I'm trying to get this working with rails 2.3.11 app + bundler, using method suggested by markoa I get:

no such file to load -- omniauth/password (MissingSourceFile)

@jimmysoho
Copy link

I had to put this in my Gemfile for it to work:

 gem 'omniauth', ">= 0.1.6"

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants