Devise/Ruby on Rails: NoMethodError in Devise/sessionsController#create when trying to login existing user -


i have ror application devise user authentication. devise used local user registration / authentication. latest devise suppose :omniauthable - supporting facebook , other logins. tried doing described in instruction: https://github.com/plataformatec/devise/wiki/omniauth:-overview

facebook authentication started work. problem when local user tries login now, error:

nomethoderror in devise/sessionscontroller#create undefined method `redirect_location' #

so, facebook login works, , local login doesn't. hint might going wrong?

seems mixup gemsets , using different stuff different versions of devise.


Comments

Popular posts from this blog

linux - Mailx and Gmail nss config dir -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -