Tagged Questions
-1
votes
0answers
29 views
Can I tailor devise gem to create a two-step sign up?
I’d like to customize the devise gem for Rails. My goal would be to have users sign up in two steps (as with the website fab.com): for the email field, and then for the passwords fields, and create ...
1
vote
0answers
45 views
How to associate multiple emails for a single user in rails Devise gem
I am developing an application which uses Deivse for user authentication. It performs all standard task that Devise handles(e.g: Email verification during user sign up).But a user may have multiple ...
2
votes
3answers
106 views
Why shouldn't rails noobs use Gem Devise? [closed]
I am a ruby on rails noob. In contrast I am fairly good in my HTML CSS javascript and jQuery. Recently I got into ruby on rails using this tutorial by Michael Hartl: ...
0
votes
2answers
58 views
No route matches [GET] “/” Devise
I have these routes available to me after i configured devise:
new_user_session GET /users/sign_in(.:format) devise/sessions#new
user_session POST /users/sign_in(.:format) ...
0
votes
1answer
53 views
Edit Devise Controller - Add Obejct
I want to add an object (@attachment) to the new and edit actions in the controller for devise. Unfortunately I don't know how and where to do this. :|
Hoe you guys can help me out!
0
votes
1answer
81 views
Multiple signin from same device using rails devise gem
I am using active admin and devise gem in my project. However I am using token_authentication to sign in as a user from active admin. Whenever the sign in happens, the session for active admin is ...
1
vote
0answers
30 views
Rails devise space error
I've no change anything from my rails app, and today when I was trying to get there, I've got the following error:
Errno::ENOSPC in Devise/sessions#new
Showing ...
2
votes
1answer
144 views
Deploying Rails on Heroku after removing Devise gem
I'm trying to deploy my first rails app on Heroku. I was using devise for authentication, but my needs changed, so I removed it and am now using sorcery.
Everything is working locally, but when ...
0
votes
1answer
66 views
Devise not showing errors on user creation
I've run into a situation where I'm trying to create my own user outside of the flow of Devise because I need to modify the user model right after creation.
Here's the relevant actions from the ...
0
votes
1answer
45 views
Devise not route properly rails
I have an app in rails and using devise for authentication, the following errors are shown instead route to sign_in page
my route.rb content are:
Blog::Application.routes.draw do
devise_for :users ...
0
votes
1answer
32 views
Upgrade Devise for Rails
I'm new to RoR and I don't know how to uninstall gems. I installed a version of devise that I don't want. I've already run the migration and devise_install, so wondering if I just need to remove the ...
0
votes
1answer
408 views
Spree set up errors: Devise Github Gem 'spree_auth_devise' & Rails Server
I'm new to Rails & wanted to try out Spree Commerce but have run into a few issues when trying to install Spree, I've been following the the Spree installation guide .
When I try to install ...
0
votes
0answers
129 views
How to Designing Rails API using Rabl and Devise + omniauth facebook
I'm building an API with Devise + Rabl. I'm follow this tutorial http://blog.joshsoftware.com/2011/12/23/designing-rails-api-using-rabl-and-devise/. Now I would like validate the "user" through to ...
0
votes
0answers
112 views
Rails Cancan restrict users to see other user events and restrict access to calendar
I am currently creating a rails app that makes use of the events_calander, devise, and cancan gem.
I am having two issues.
Problem 1:
I am trying to restrict VIP users to manage only the events ...
1
vote
1answer
177 views
Rails mountable engine and devise
I have a mountable rails engine with Devise. When I copy my migrations and run rake db:migrate in the dummy app it works just fine.
But when I use a new rails app, add my engine to the gem file, ...
1
vote
1answer
113 views
Ruby on Rails generators with new gemified plugin?
I'm attempting to create a new Rails 3 plugin gem which wraps around devise/devise_ldap_authenticatable for reusable drop in internal LDAP support.
I create the new plugin gem with:
rails plugin new ...
1
vote
1answer
120 views
how to install devise 2.1.0 ruby on rails
I tried to install the same why that I installed 1.1.rc0 but i get the msg when i write the code
rails generate devise_install
Could not find generator devise_install.
0
votes
2answers
208 views
How social_stream register new user works (using devise gem)?
I'm trying social_stream gem (https://github.com/ging/social_stream). It uses devise gem for user registration. When I register a new user on social_stream, it creates new records in several tables. I ...
3
votes
2answers
2k views
Can't override default devise gem views
I want to use my devise generated views (with command rails g devise:views users) from app/views/users.
I already have set these options from app/initializers/devise.rb:
config.scoped_views = true
...
1
vote
1answer
833 views
Wrong Number of Arguments (3 for 2) when using Devise Authentication Gem
I did some research and I think the error is due to use of different argument conventions in Rails 3.1 as opposed to 3.0. How exactly should I go about fixing this?
wrong number of arguments (3 for ...
1
vote
1answer
320 views
Device & ActiveResource
I want to have 1 database for few projects and only one of them have direct connection to db, first of all I want to implement user authentication.
I should work over REST , without connecting to ...
4
votes
1answer
4k views
Devise authentication token
In devise, how do i access the authentication token of a user. When an ajax call initiates a user session, I need to able to get an authentication token out of the user. I've tried to do things like ...
0
votes
1answer
198 views
Ruby cramp authentication with devise
There is RubyOnRails application with Devise authentication. Is there any smart way to add ruby Cramp framework to that application with devise support?
One devise session for both rails and cramp
1
vote
2answers
587 views
Devise routes issue in Rails 3.1 with No route matches [GET] “/users/sign_out”
I am using the Devise 1.4.9 authentication gem with my Rails 3.1 app and when I click on any link I get routing errors. Here's what happens when I click on the Sign Out link:
Routing Error
No route ...
1
vote
1answer
199 views
Redirect of registrations using Devise fails
We set up Devise for our Rails application and everything works wonderfully. That is everything except redirect after registration. Every time a new user is created he's taken to ...
1
vote
1answer
135 views
Rails - Devise Installation (Succeds/Works on site but files don't exist)
I installed devise successfully:
@ubuntu:~/boltzman$ rails generate devise User
invoke active_record
create db/migrate/20111109080820_devise_create_users.rb
create ...
2
votes
2answers
273 views
Devise Sign Up function
How do I make devise execute functions after sign up, sign in etc. I tried putting functions like this in my application controller.
class ApplicationController < ActionController::Base
private
...
0
votes
1answer
93 views
Rails Devise Help
Can someone give me an example of how to do something like this.
I have a user setup with devise, according to the way in this tutorial
...
1
vote
3answers
217 views
DEVISE - successful message when ask for a new password
I'm using the Devise gem and I just would like to show a successful message when someone ask for a new password (if forgotten). Currently, when submitted, the button redirects to sign_in without any ...
1
vote
1answer
3k views
Extending Devise's SessionsController
I am trying to add a before_destroy filter to Devise's SessionsController.
Here is what I have attempted:
I created a module containing the before_destroy filter and another module with the method ...
2
votes
2answers
149 views
How can I change out how a gem uses ActionMailer and substitute a different mailer class?
I am using a gem (Devise) that relies on the ActionMailer:
https://github.com/plataformatec/devise/blob/master/app/mailers/devise/mailer.rb#L5-15
I want it to use PostageApp:Mailer instead of ...
1
vote
1answer
588 views
Issues in Devise plugin. (Rails)
I have set up all things that the Devise needs. And things works fine for me.
But there is one thing very annoying:
When I request the pages which need authentication through the browser(Firefox).It ...
4
votes
2answers
1k views
Devise gem: add module after initial install
This may not be Devise specific but I'm wondering how to add an additional module to a gem that has already been installed when the initial install didn't include said module? In the case of Devise ...
2
votes
1answer
1k views
How to create controllers and views to display a User's profile with Devise gem as authentication mechanism?
I'm using Devise as the authentication mechanism for my app.
I want to add additional information to my user model, like User statistics, profile pic , and other relevant information about the ...
2
votes
2answers
3k views
Password encryption problem in Rails Devise gem
I am now currently changed to use the Gem Devise for user authentication. But I don't know how to match the encryption!
I knew that we could write a new encryptor and assign it in initializers, but ...
