Devise is an authentication gem for Ruby-on-Rails.
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 deviseI'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 partialsWhere 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.0I have an app setup where each user belongs to a company, and that company has a subdomain (I am …
ruby-on-rails session deviseI have been looking to get to grips with devise and its workings and have kind of fallen at the …
ruby-on-rails ruby deviseUsing Devise to manage users sessions / registrations I would need to perform specific tasks (updating some fields in the users …
ruby-on-rails deviseI'm trying to use a different/custom layout named "devise" for the sign_in action. I found this page in …
ruby-on-rails layout deviseThe 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 bundlerAre controllers in devise automatically generated? How do you access them? I know for views you do rails generate devise_…
ruby-on-rails devisethe problem: In a nutshell, when I try to install a logout link to my app it fails to work. …
ruby-on-rails devise