grimen / devise_facebook_connectable

Devise << Facebook Connect. IMPORTANT: Not maintained anymore.
MIT License
146 stars 20 forks source link

Devise 1.0.6 breaks facebook_connectable #19

Closed mattvanhorn closed 14 years ago

mattvanhorn commented 14 years ago

There is no longer an 'authenticatable(routes, mapping)' method. It is now 'devise_session(mapping, controllers)' and the alias in routes.rb blowed up.

grimen commented 14 years ago

Fixed Devise 1.0.6 compatibility. Closed by 54cc05329d673a1ceb4d0e3f6db1979a83dbbda3

ykameshrao commented 14 years ago

Thanks a lot grimen. Thank you mattvanhorn too.