Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in devise

disable all logins except admin in ruby on rails

Access Token Authentication w/ Devise, Omniauth & Rails

Make the Devise new user form created with railapps a partial to re use it

Rails/Devise - NoMethodError (undefined method new_with_session' for #<Class:0x2b2a4e34>)

How to test after_sign_in_path_for by minitest

Devise destroy_user_session_path doesn't work

ruby-on-rails devise

Devise error: undefined method `current_sign_in_ip'

ruby-on-rails ruby devise

Lockable is not working in Devise

Remove HTTPS from Devise confirmation link when using Rack::SSLEnforcer

ruby-on-rails-3 ssl devise

How to block "mail.ru" and "163.com" emails from signing up (Devise + Rails 4)

Cannot access devise current_admin_user in AcitveAdmin form definition

Can I use devise encrypted_password with custom authentication?

Two factor auth with Ruby (through devise)

How do i hookup a React button to authenticate with Devise Token Auth + OmniAuth