I want to be able to write a comment as a guest or as a registered user with devise. My comment model contains :title, :content, :user_id, :guest_email, :guest_website and :write_as_guest as aboolea
I\'m overwriting my au开发者_如何学JAVAthenticate method in my application controller def authenticate_worker!
I have a public assessable page \"http://www.example.com/gift/5\" There is a Facebook connect button on it.
I have finally gotten the on_the_spot gem working in my rails app, which uses devise for authentication.
I\'ve been searching through the Devise RDocs, Google, on this site for answers to my question, but no luck.
Any suggestions for efficiently storing the total time a user is logged in using Devise?Other than tracking the number of sign ins, it doesn\'t look like Devise has an existing process for accomplishi
I have the confirmable module enabled and I can se开发者_开发技巧nd e-mail from my application, but the link in the e-mail that a user receives appends localhost to the beginning of the url. If you re
I try to run spec tests and I get bundle exec rake spec Could not find selenium-webdriver-2.6.0 in any of the sources
config/initializers/devise.rb=> # Use this hook to configure devise mailer, warden hooks and so forth. The first
I am having some problems pertaining to devise and the creation of custom sessions controllers. I am creating an app and I want json as the only form of login. So here is what I have done so far.