Devise is an authentication gem for Ruby-on-Rails.
I have added a field to the sign-up form that is based on a different model, see How do I …
ruby-on-rails deviseI've installed devise on my app and applied the following in my application.html.erb file: <div id="user_…
ruby-on-rails ruby-on-rails-3 devise routesI have used RESTful techniques to generate a model (in fact, I am using Devise gem, which does that for …
ruby-on-rails activerecord deviseHi I am using Devise for my user authentication suddenly my new user registration was not working. this was error …
ruby-on-rails devise ruby-on-rails-4I am trying to push my app on heroku. I am still in dev. I use devise with the confirmable …
ruby-on-rails heroku devise actionmailerI am developing a Rails 4 app using the Active Admin gem for the administration back end. Active Admin in turn …
ruby-on-rails deviseAny idea on how to create and save a new User object with devise from the ruby console? When I …
ruby-on-rails ruby deviseHow can I retrieve the CSRF token to pass with a JSON request? I know that for security reasons Rails …
ruby-on-rails-3 ruby-on-rails-3.1 devise csrfin my user edit page, there is a line as follows: <%= devise_error_messages! %> The problem is this …
ruby-on-rails deviseI've recently installed Devise on a rails application, and I am wondering if it is possible to get an instance …
ruby-on-rails ruby-on-rails-plugins devise