Tagged Questions

Devise is an authentication gem for Ruby-on-Rails. It supersedes previous solutions such as Restful Authentication or Authlogic. Devise is built as a Rails engine and is a full-featured drop-in solution that comes with a complete set of controllers and views to support features such as user ...

learn more… | top users | synonyms

75
votes
16answers
12k views

No route matches “/users/sign_out” devise rails 3

I've installed devise on my app and applied the following in my application.html.erb file: <div id="user_nav"> <% if user_signed_in? %> Signed in as <%= current_user.email ...
30
votes
6answers
16k views

Rails 3 using Devise: How to allow someone to log in using their Facebook account?

I have a Rails 3 application using Devise for authentication. Now I need to allow someone to log in using their Facebook account. I think this is called Facebook Connect, but I've also heard the term ...
25
votes
3answers
21k views

Override devise registrations controller

I have added a field to the sign-up form that is based on a different model, see http://stackoverflow.com/questions/3544265/how-do-i-use-nested-attributes-with-the-devise-model for the gory details. ...
24
votes
5answers
8k views

Rails 3 Authentication: Authlogic vs Devise

I have always used Authlogic in Rails 2.3 but now that I am using Rails 3 I think I might try out a new authentication solution. How does Devise compare with Authlogic? What are their differences? ...
23
votes
7answers
7k views

rails - Devise - Handling - devise_error_messages

in my user edit page, there is a line as follows: <%= devise_error_messages! %> The problem is this does not output errors the stand way that the rest of the app does: <% flash.each do ...
22
votes
4answers
5k views

Migrating from Authlogic to Devise

I've previously implemented Authlogic for authorization on my site. Now however I wish to switch over to using Devise instead, and I'm wondering if anyone has any experience with this. Perhaps ...
22
votes
6answers
15k views

Creating an admin user in Devise on Rails beta 3

Ok, I'm probably going to feel quite dumb when someone answers this one with a simple thing that I'm missing but... here goes: I've got a brand new app on rails 3 beta and I'm using devise for the ...
21
votes
7answers
7k views

RoR Devise: Sign in with username OR email

What's the best way to enable users to log in with their email address OR their username? I am using warden + devise for authentication. I think it probably won't be too hard to do it but i guess i ...
19
votes
6answers
6k views

Extending Devise SessionsController to authenticate using JSON

I am trying to build a rails API for an iphone app. Devise works fine for logins through the web interface but I need to be able to create and destroy sessions using REST API and I want to use JSON ...
17
votes
4answers
7k views

Heroku/devise - Missing host to link to! Please provide :host parameter or set default_url_options[:host]

I am trying to push my app on heroku. I am still in dev. I use devise with the confirmable module. When I try to add a user with the heroku console I got this error: Missing host to link to! Please ...
16
votes
2answers
4k views

Rails & Devise: How to render login page without a layout?

I know this is probably a simple question, but I'm still trying to figure Devise out... I want to render :layout => false on my login page; how can I do this with Devise?
16
votes
2answers
4k views

Create a devise user from Ruby console

Any idea how to create and save a new User object with devise from the ruby console? When i tried to save it, I'm getting always false. I'm guessing i'm missing something but i can't find any info ...
14
votes
2answers
3k views

Using Devise tokens to log in, is this built in?

So, I'm trying to use tokens with Devise (version 1.0.3 with Rails 2.3.8) to let a user log in, but I'm not entirely sure where to begin. ...
14
votes
2answers
3k views

Profile model for Devise users?

i want to extened the sign up form of my devise installation. i created a Profile model and asking myself now, how can i add specific data of the form to this model. Where is the UserController of ...
12
votes
3answers
2k views

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 the devise wiki, and the second example even says you can do it per-action (in this case, ...
12
votes
1answer
4k views

Token Authenticatable module in Devise

I'm starting using Devise in my Rails app, but the Token Authenticatable: signs in a user based on an authentication token (also known as "single access token") module puzzles me. Is the user ...
12
votes
2answers
2k views

Testing devise with shoulda

I'm having some difficulties in testing devise with shoulda: 2) Error: test: handle :index logged as admin should redirect to Daily page. (Admin::DailyClosesControllerTest): NoMethodError: undefined ...
11
votes
4answers
3k views

Rails 3.0.9 + Devise + Cucumber + Capybara the infamous “No route matches /users/sign_out”

I am using devise 1.4.2 with rails 3.0.9, cucumber-rails 1.0.2, capybara 1.0.0. I got No route matches "/users/sign_out" error when I clicked logout. I added :method => :delete to link_to tag after ...
11
votes
2answers
2k views

Ruby on rails: Devise, want to add invite code?

I would like to add an invite_code requirement for users to sign up. Ie. in addition to requiring them to specify an email/password combo, I want an additional field :invite_code. This is a temporary ...
10
votes
2answers
2k views

Devise Remember Me and Sessions

I'm confused with the devise gem config settings: # The time the user will be remembered without asking for credentials again. config.remember_for = 2.weeks # The time you want to timeout the ...
10
votes
5answers
786 views

Is there a Rails admin interface that supports MongoDB and Devise?

I recently switched to MongoDB and I am wondering if I can continue using any of the popular admin interface solutions, such as ActiveScaffold and Typus?
9
votes
3answers
403 views

Devise upgrade from 1.1.5 to 1.4.5 causes Wrong Number of Arguments error

I just upgraded from Devise 1.1.5 to 1.4.5 to use with Rails 3.1 (1.1.5 seems to cause a bcrypt gem version problem). Now user_signed_in? throws " wrong number of arguments (1 for 2)" Stack trace ...
9
votes
1answer
817 views

How can I get Factory Girl to NEVER hit the database if I am calling Factory.build in order to make my controller tests FAST?

I am on a quest to make my Rails tests faster. I only have 520 tests, but they take 62 seconds to run in bash, and 82 seconds to run in Rubymine. As an example of a typical controller test, I was ...
9
votes
1answer
1k views

Devise Omniauth and Iphone/Android App

I've set up user auth for my rails App with Devise and Omniauth. Now I'm wondering where I should start to use the same auth for an Android and iPhone app I want to create. Should I use a mobile ...
9
votes
4answers
2k views

setting up ssl on devise

I'd like to require ssl authentication for the user resource on devise. I was expecting that to be as simple as it is in rails, like: devise_for :users, :constraints => { :protocol => "https" ...
9
votes
3answers
3k views

Testing helpers in Rails 3 with Rspec 2 and Devise

My helper code looks like this (and works fine btw): module ProvidersHelper def call_to_review(provider) if user_signed_in? && review = ...
9
votes
1answer
2k views

rails 3 w Devise for Authentication - How to manually create a user

in my app I would like to manually create new users which are contained in the users table, but not yet verified via email. The idea is to allow users to automatically add new users, ie their friends ...
9
votes
3answers
11k views

“WARNING: Can't mass-assign protected attributes”

I have used RESTful techniques to generate a model (in fact, I am using Devise gem, which does that for me), and I have added new fields called first_name and last_name to the model. Migration went ...
9
votes
5answers
7k views

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 file match '/dashboard' => 'home#dashboard', :as => 'user_root' ...
9
votes
3answers
2k views

Is devise compatible with declarative_authorization?

Just asking whenever devise authentication mechanism for Rails does not conflict with declarative_authorization. Maybe someone tried this combo and can share their knowledge, so I and other coders do ...
8
votes
1answer
469 views

Devise (or OmniAuth) appending “#_” to URL after sign in

I'm using Devise and OmniAuth (Facebook) in a Rails 3 app. I just started noticing this behavior recently. When a user signs in, he is redirected to his dashboard, however, the characters "#_" are ...
8
votes
1answer
3k views

Rails Devise: Set password reset token and redirect user

In my app for a certain use case I create a new user (programmatically set the password) and send them a confirmation email. I would like them to be able to change their password immediately after ...
8
votes
1answer
3k views

Rails 3 / Devise: Password salt no longer being created?

I've been working on a project for a while now which uses Devise for user authentication. Whenever a user was created, it would generate a password salt for them along with their encrypted password. ...
8
votes
1answer
2k views

Devise session immediately expiring on .js call [AJAX]

Through much trial and error, I have narrowed the problem down to line 5 below. For some reason, the .js response is ending the user session. Using 3.0.4 and devise 1.1.7 (and jQuery 1.5). ...
8
votes
2answers
3k views

Rails - Devise - Error messages when signing in?

How can I make f.error_messages work here, or should I use flashes? If so, what should override in the sessions_controller? <h2>Create an account</h2> <% form_for resource_name, ...
8
votes
3answers
6k views

Sending mail with devise and Gmail smtp server

I am using Devise :confirmable and :recoverable module to confirm a user and to let him recover his password if he forgets it. Everything is going fine, the mail gets generated and I can see it in the ...
8
votes
5answers
1k views

Rails + Devise + delayed_job?

I have a Rails 3 App using Devise on Heroku. Problem is I'm sending emails with Sendgrid and email delivery is slow, it makes the app hang. So I'm interested in using delayed_job to queue the email ...
8
votes
2answers
4k views

Devise form within a different controller

I am using a devise gem for sign_in/sign_out procedures. I generated views files from devise, using rails g devise views I saw there was a devise/sessions/new.html.erb file which contained a form ...
8
votes
4answers
4k views

Devise logged in root route rails 3

Heyya guys. So i thought about this coolio idea, if you are logged in then you get some sort of dashboard, else you get an information/login/sign up page.. So how do i do that.. I mostly wants to do ...
8
votes
3answers
2k views

Managing user session with devise on iPhone APP

I have a Rails application for which I use devise to authenticate my users and this works great. I now want to write an iPhone application (not just a WebUI but a proper APP) that accesses the same ...
7
votes
2answers
861 views

Rails3 Devise undefined method `confirmation_url'

I've seemingly set up Devise for my User authentication, with the :confirmable option set. Everything seems to run fine when I run it in the browser, I sign up, go to the confirmation url shown in ...
7
votes
3answers
330 views

Rails 3 routing: is there a way to remove a route from Rails.application.routes?

devise_for creates the usual routes, including a DELETE route. Because of a nasty bug on our site (related to IE 8 not behaving itself!), we just want to remove the DELETE route altogether. We have ...
7
votes
2answers
300 views

Ruby on Rails 3 - to_json not including all attributes

I'm using the to_json method on my model object that I created by doing something like: user = User.find(1) When I do user.to_json, a lot of attributes are missing, including user.id from the ...
7
votes
2answers
2k views

HTTP authentication between devise and iphone app

I'm new to ruby on rails but I want to send the data from my SQlite database from my iphone app to the rails web app. Like a "sync" service. I'm using devise for authentication for the web app. I ...
7
votes
1answer
609 views

Rails3: Devise internationalization does not localize “Password confirmation” and others

Here is my whole source code for a minimalist Devise+OmniAuth app. As you can see, the Japanese devise.ja.yml is in config/locales. PROBLEM: When I visit the site with lang=ja, some strings are not ...
7
votes
2answers
455 views

Do I need a custom Devise controller if only changing the Sign Up view?

I have the following steps in a capybara/rspec integration test, that is simply trying to sign up a new member. visit new_member_registration_path fill_in('Name:', :with => ...
7
votes
2answers
811 views

Rails Disable devise flash messages

How I can disable all Devise gem flash messages ("successfully signed in","you logged out")? Thanks.
7
votes
3answers
3k views

disabling Devise registration for production environment only

I am launching a beta site with a select group of users. I want to disable registration in the production environment only, and only for a short period of time (i.e. I don't want to nuke my ...
7
votes
1answer
3k views

Devise update user without password

I want to update users attributes without password in devise. The case is like, if password and password confirmation fields are not blank then I need devise error and if they are blank then other ...
7
votes
4answers
2k views

Devise with Sinatra

Does anyone had installed Devise gem with Sinatra? Devise is based on Warden and so it should work on Sinatra, I couldn't find any related info about how to implement it.

1 2 3 4 5 44