mbleigh / twitter-auth

Standard authentication stack for Rails using Twitter to log in.
355 stars 48 forks source link

Rails 3 Support #25

Open benders opened 14 years ago

benders commented 14 years ago

In order to get twitter-auth working with my application in Rails 3 (beta), I had to switch from RAILS_ENV to Rails.env and add an explicit engine file, since engine behavior is no longer automatic for gems.

http://github.com/benders/twitter-auth/compare/master...rails_3