Devise is an authentication gem for Ruby-on-Rails.
Most of my tests are raising the following and I don't understand why. All methods call raise the 'authenticate' error. …
ruby-on-rails ruby testing rspec deviseI have a Rails 3 application using Devise for authentication. Now I need to allow someone to log in using their …
ruby-on-rails facebook deviseI'm using Devise with Ruby on Rails. What is the recommended way to redirect unauthenticated users to the sessions#new …
ruby-on-rails ruby-on-rails-4 devise wardenIs it possible to redirect users to different pages (based on role) after signing in with Devise? It only seems …
ruby-on-rails deviseI am using Devise in my site I create admin namespace and giving functionality of create user by admin. my …
ruby-on-rails-3 redirect devise renderI'm trying to create a User show page (that will function as a profile page) but am confused about how …
ruby-on-rails devise showI'm trying to migrate a ton of users from an old database. To do this, I'm using activerecord-import and trying …
ruby-on-rails deviseI have a form with input fields/labels etc. How do I get the error message to show up next …
ruby-on-rails devise hamlOk, I'm probably going to feel quite dumb when someone answers this one with a simple thing that I'm missing …
ruby-on-rails deviseIn my development and test environments, I want to seed the database with a bunch of users. I'm using Ruby …
ruby-on-rails ruby-on-rails-3 devise ruby-on-rails-3.2 seed