Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in devise

User Registration in Devise through API

How do I properly migrate from has_secure_password to encrypted_password (as both use password_digest) without losing old passwords?

Testing helpers in Rails 3 with Rspec 2 and Devise

Devise - Confirming after the user edits email

ruby-on-rails-3 devise

Rails render of partial and layout in controller

What's the difference between twitter consumer key and access token

Rails & Devise: Override SessionsController

How can I add my rails devise login/signup to a React Native app?

Prepend sign_up page with a condition?

ruby-on-rails 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?