Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in devise

Authentication with Devise in Rspec tests

ruby-on-rails rspec devise

How to call devise sign_in and sign_out methods of devise from another controller different from devise?

Using Rails and Devise, I want to send a welcome email on sign up.

ruby-on-rails email devise

devise change password not working (unknown attribute: current_password)

ruby-on-rails devise

How do I add additional fields to the Devise 'sign up' page?

ruby-on-rails devise

Rails: Before process_action callback :authenticate_user! has not been defined

Testing devise with shoulda

How do you use cURL to authenticate on a Rails application that uses Devise?

curl ruby-on-rails-3 devise

Devise Forgot Password for logged in user

Skip email validation in Devise

ruby-on-rails devise

How to lock users using Devise?

Rails: Creating an index view for a devise user

Is there a solution for Rails Gem Devise to allow a user to have multiple emails?

Testing "Account Confirmation" with rails/rspec/capybara/devise

how to display devise error messages when i'm putting the login in and sign up forms in same page

How to automatically keep user remembered in Devise

ruby-on-rails devise

Why won't Devise allow unconfirmed users to login even when allow_unconfirmed_access_for is set?

Automatically sign in after confirm with devise

why do I get uninitialized constant Devise name Error when running webrick server?

ruby-on-rails ruby devise

undefined method `new_confirmation_path' Confirmation Module Devise + MongoID