Devise is an authentication gem for Ruby-on-Rails.
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 deviseI 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 omniauthI'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-filterI 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 activeadminI integrated devise with facebook. Now when I create a user account after the user has logged in with his/…
ruby-on-rails deviseHere 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.1I'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 deviseHow can I make f.error_messages work here, or should I use flashes? If so, what should override in …
ruby-on-rails deviseI 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-parametersI'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