Top "Devise" questions

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

devise and multiple "user" models

I'm using rails 3.2 and devise 2.0 and I'm quite new to Rails. Requirements I'd like to achieve the following: have 2 or …

ruby-on-rails devise
Devise Custom Routes and Login Pages

I'm trying to get Custom Routes working in my Rails application (Ruby 1.9.2 with Rails 3). This is my config/routes.rb …

ruby-on-rails ruby routing devise partials
where is devise implementation of "authenticate_user!" method?

Where is devise implementation of authenticate_user! method? I have been looking for it and have not found it so …

ruby-on-rails oauth devise oauth-2.0
Share session (cookies) between subdomains in Rails?

I have an app setup where each user belongs to a company, and that company has a subdomain (I am …

ruby-on-rails session devise
undefined method 'devise' for User

I have been looking to get to grips with devise and its workings and have kind of fallen at the …

ruby-on-rails ruby devise
Rails - How to override devise SessionsController to perform specific tasks when user signs in?

Using Devise to manage users sessions / registrations I would need to perform specific tasks (updating some fields in the users …

ruby-on-rails devise
different layout for sign_in action in devise

I'm trying to use a different/custom layout named "devise" for the sign_in action. I found this page in …

ruby-on-rails layout devise
Devise with Rails 4

The team behind Devise announced via blogpost http://blog.plataformatec.com.br/2013/05/devise-and-rails-4/ that it was releasing a version that …

ruby-on-rails devise bundler
How do you access Devise controllers?

Are controllers in devise automatically generated? How do you access them? I know for views you do rails generate devise_…

ruby-on-rails devise
Devise: Why doesn't my logout link work?

the problem: In a nutshell, when I try to install a logout link to my app it fails to work. …

ruby-on-rails devise