devise
Rails - Write comment as a guest with devise. Design proposition?
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[详细]
2023-04-13 09:33 分类:问答overwrite authenticate_user! in devise gem
I\'m overwriting my au开发者_如何学JAVAthenticate method in my application controller def authenticate_worker![详细]
2023-04-13 08:56 分类:问答Rails + Devise: redirect to a specific url upon public page Facebook Login
I have a public assessable page \"http://www.example.com/gift/5\" There is a Facebook connect button on it.[详细]
2023-04-13 08:38 分类:问答Using on_the_spot gem immediately logs out user
I have finally gotten the on_the_spot gem working in my rails app, which uses devise for authentication.[详细]
2023-04-13 05:18 分类:问答What's the best way to handle logging in and out with multiples scopes/roles with Rails/Devise?
I\'ve been searching through the Devise RDocs, Google, on this site for answers to my question, but no luck.[详细]
2023-04-13 04:50 分类:问答Rails/Devise: determine user's total time logged in
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[详细]
2023-04-12 18:08 分类:问答Heroku/Devise confirmation link
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[详细]
2023-04-12 14:03 分类:问答rails Could not find devise-1.4.6 in any of the sources (trying to run rspec tests)
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[详细]
2023-04-12 08:28 分类:问答rails s gets error for devise configuration to send mail
config/initializers/devise.rb=> # Use this hook to configure devise mailer, warden hooks and so forth. The first[详细]
2023-04-12 07:51 分类:问答Devise 401 return on correct login with custom sessions controller
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.[详细]
2023-04-12 06:52 分类:问答