Devise is an authentication gem for Ruby-on-Rails.
My ruby on rails action mailer runs all good in development environment, but in production environment, it keeps throw: ActionView::…
ruby-on-rails-4 devise actionmailer productionI need to use token based authentication in a Rails 3.1 API in conjunction with the most recent version of devise. …
ruby-on-rails authentication devise tokenGetting an error when trying to install the gem devise, the installation is stopping on the gem bcrypt-ruby: $ gem install …
ruby-on-rails ruby rubygems devise bcryptI've been reading about adding Honey pot fields to my forms for combating bots/spam. Only problem is theirs no …
ruby-on-rails ruby-on-rails-3 devise honeypotI would like to know how to integrate both of this gems(devise + Strong Parameters), since strong params will likely …
ruby-on-rails ruby ruby-on-rails-3 devise strong-parametersI'm using the Devise authentication gem in my Rails project, and I want to change the keys it's using in …
ruby-on-rails ruby devise rubygems monkeypatchingI'm trying to create a spec for a sign out flow by using factorygirl to create a user and then …
ruby-on-rails-4 rspec devise capybara factory-botI am using Devise for authentication in my application. How do I forbid certain users from signing in - kind …
ruby-on-rails deviseI have always used Authlogic in Rails 2.3 but now that I am using Rails 3 I think I might try out …
ruby-on-rails-3 authlogic deviseI'm following this post for integrating Omniauth Twitter + Devise http://sourcey.com/rails-4-omniauth-using-devise-with-twitter-facebook-and-linkedin/ and I have encounter an issue …
ruby-on-rails devise omniauth