Top "Devise" questions

Devise is an authentication gem for Ruby-on-Rails.

Setting session length with Devise

My sessions with devise timeout after 1-3 hours of non-use (not sure exactly how long). How can I adjust this? …

ruby-on-rails devise
Routing Error uninitialized constant Users

I am a rails newbie... I am trying to set up Sign in with facebook for a demo app. I …

ruby-on-rails facebook devise ruby-on-rails-3.2 omniauth
Specify which controllers to exclude from before_filter

I'm using devise for authentication and have some before_filters in my application controller. Issue I'm seeing is that when …

ruby-on-rails devise before-filter
Adding New Admins to Active Admin

I am using devise for my users. I recently installed the rails Active Admin gem, everything is working beautifully. However …

ruby-on-rails devise ruby-on-rails-3.1 activeadmin
Devise - create user account with confirmed without sending out an email?

I integrated devise with facebook. Now when I create a user account after the user has logged in with his/…

ruby-on-rails devise
No route matches [GET] "/users/sign_out"

Here is my actual error: No route matches [GET] "/members/sign_out" Since most people will use "users" I thought …

authentication devise ruby-on-rails-3.1
Ruby/Rails: How do you customize the mailer templates of Devise?

I've installed Devise for my Rails app (3.0.1) and it's mostly working. I just can't seem customize the mailer views. My …

ruby-on-rails devise
Rails - Devise - Error messages when signing in?

How can I make f.error_messages work here, or should I use flashes? If so, what should override in …

ruby-on-rails devise
Strong parameters with Rails and Devise

I am using the rails 4.0 branch of devise along with ruby 2.0.0p0 and Rails 4.0.0.beta1. This is the kind of …

ruby-on-rails devise strong-parameters
How to specify devise_parameter_sanitizer for edit action?

I've added Devise to my Rails 4 application, and successfully added username etc. to my User model. Furthermore, I'm able to …

devise ruby-on-rails-4 strong-parameters