devise
Get Devise's model name
I have: devise_for :users devise_for :admins Then, on Sign In page, i want to show \'Ad开发者_C百科min Sign In\' title when someone tries to access /admins/sign_in[详细]
2023-04-08 12:44 分类:问答Devise Sign in Sign Out link Error
I followed the wiki to create the links but get this error: Granted I am fairly new to Rails and Dev开发者_JAVA技巧ise[详细]
2023-04-08 10:22 分类:问答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[详细]
2023-04-08 09:51 分类:问答Rails devise registration
How can I modify attributes of User instance before save in custom registrations controller, inherited from Devise::Registrations开发者_开发问答Controller?You gave the answer yourself. In your model d[详细]
2023-04-08 05:54 分类:问答authorize my rails 3 applicationd
I\'m developing a rails 开发者_StackOverflow社区3 application using inherited_resources and devise.[详细]
2023-04-08 00:21 分类:问答How do I chain devise_for calls in my route file? - Rails 3.1
I am trying to use OmniAuth, and according to Ryan Bates, I should override the Devise Registration controller by specifying the following devise_for scope in my routes.rb file:[详细]
2023-04-07 22:46 分类:问答Can devise sign_in() test helper accept a new_record?
In the following example, can I use build() instead of create()? class UsersControllerTest < ActionController::TestCase[详细]
2023-04-07 17:50 分类:问答switched to ssl and devise tokens are invalid
We just switched our rails 3 app over to SSL, and later noticed that password recovery tokens aren\'t working in production any longer. It says \"invalid token\" when a user tries to reset their passw[详细]
2023-04-07 16:26 分类:问答devise 1.4.7 does not generate routes
I have been using devise for sometime now.Suddenly, I have no ro开发者_如何转开发utes for devise controllers when I run \'rake routes\'. What happened? Do I need to revert to an earlier version of dev[详细]
2023-04-07 11:48 分类:问答'Confirmation token is invalid' when testing with Cucumber
I\'m trying to get a sign up form working with Devise; I\'m testing it with Cucumber. When a user signs up, I send a confirmation e-mail. Something goes wrong when running my test, though.[详细]
2023-04-07 04:05 分类:问答