RailsCasts Pro episodes are now free!

Learn more or hide this

CHS's Profile

GitHub User: chaitanya1985

Comments by CHS

Avatar

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

Avatar

Nice One
A newbie question here
How can I do the ajax part for my rails 2.3.8