I\'m just getting started with Devise. I have a: class User < ActiveRecord::Base # Include default devise modules. Others available are:
I am using Railscast Episode # 250 to implement authentication from scratch. However, now I want to implement Facebook login.From googling I\'ve found that OmniAuth and Devise are the prime contenders
I have search for a couple days now to try to find if anyone else has asked or answered this question and I haven\'t had any luck. This is also my first question I have asked on stackoverflow.
I am getting this warning WARNING: Can\'t verify CSRF token authenticity immediately before my callback action runs, i.e.
I\'m in the process of upgrading a Rails 3 project, which uses Devise for authentication, to a Rails 3.1 mountable Engine. After the upgrade, Devise doesn\'t seem to be initialized correctly, raising
I was going through devise omniauth documentation and came across the below snippet. It shows an example but in the note suggests that for an actual live app, precautions must be taken.
I am trying to do Ajax login with Devise, as explained here: http://jessehowarth.com/2011/04/27/ajax-login-with-devise#comment-5 (see comment from jBeasley).
I installed devise and added config.action_mailer.default_url_options = { :host => \'localhost:3000\' } to my development.rb file as suggested. When I run cucumber I get an error:
On a rails 3 app, I\'ve got these routes defined: devise_for :users, :controllers => {:omniauth_callbacks => \"users/omniauth_callbacks\", :registrations => \'registrations\'}, :path_names =
As the name says, I am using devise for user auth in a rails 3 app Upon user log out, there is a flash notice, \"User Successfully signed out\" that I don\'t want to appear. However, I can\'t figure o