RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: chaitanya1985
In my controller i am using following code to authenticate and to create current_session.
person = authenticate_person!(:recall => "sessions#new") @current_user = person
but
person = Authentication.find_or_create & @current_user = person
not working for me, did i miss something? http://stackoverflow.com/questions/15159926/how-to-authenticate-ready-application-with-omniauth
Nice One A newbie question here How can I do the ajax part for my rails 2.3.8
In my controller i am using following code to authenticate and to create current_session.
person = authenticate_person!(:recall => "sessions#new")
@current_user = person
but
person = Authentication.find_or_create
& @current_user = person
not working for me, did i miss something?
http://stackoverflow.com/questions/15159926/how-to-authenticate-ready-application-with-omniauth
Nice One
A newbie question here
How can I do the ajax part for my rails 2.3.8