devise
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[详细]
2023-04-05 11:32 分类:问答RoR devise: sign_in always returns invalid email/password
Every time I log in, I get the error msg that the email/password is invalid. routes: devise_for :users devise_scope :users do[详细]
2023-04-05 09:14 分类:问答rails 3 - devise block user to login
i have something in mind, i have some user types, Building owner, building manager. I want to create user as building manager, but i dont want they have access to login system. this user are only fo[详细]
2023-04-05 08:50 分类:问答Devise route not respected on Devise view pages
I have implemented de开发者_如何学Cvise and set up the routes to prettyify the urls as so (in the routes file):[详细]
2023-04-05 05:09 分类:问答Set a session variable in devise on sign in
I\'d like to set a session variable once a user signs in based on a certain field in the User table. I don\'t want to have to create a custom Devise controller if I don\'t have t开发者_开发技巧o. Is t[详细]
2023-04-05 03:03 分类:问答Error when testing devise with omniauth and rspec
I wrote this simple spec : it \"redirects to dashboard upon login\" do user = Factory(:user) visit \"/users/sign_in[详细]
2023-04-05 02:07 分类:问答Issues with Devise routes - error in view pages
I had an existing User model before I installed Devise so I followed the instructions here. I even generated the devise views.But when I am at my localhost and type in localhost:3000/users/sign_in or[详细]
2023-04-05 01:49 分类:问答Using auth_token from request headers instead from POST/PUT parameters with Rails 3 / devise
I need to use token based authentication in a Rails 3.1 API in conjunction with the most recent version of devise. No problem so far.[详细]
2023-04-05 00:22 分类:问答How to route and delete devise registration?
I\'ve employed devise as the user-authentication gem for my rails web-app. Using this pre-generated line:[详细]
2023-04-04 23:57 分类:问答Just doing a new Rails app. Using Devise. Would like to have one more column for the user table: timezone
This would allow me to use it in displaying time information... Should I just keep it separate from the devise stuff? 开发者_运维技巧 Or is there an easier way?[详细]
2023-04-04 14:28 分类:问答