-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am trying to learn Devise and seem to have hit a problem that is nearly the same as many, many questions here on SO but just slightly different enough that I am not getting much traction following those questions' threads.
I have a very simple application. Users can sign in and sign out (and also…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
is there a full setup guide for mongo_mapper, haml, rails3 and devise, for the current git (master) branches? a lot of things changed in all of those frameworks/libs lately. i was wondering if somebody has it up and running and can share it on github or give some pointers...
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm currently trying to use Devise 1.1.pre3 as authentication in my upcoming project, but I can't get it to work properly.
I have done everything it says in the documentation, installed warden and the correct Devise version, run the install and used the generator to create the model. But when I try…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Using devise 2.1.0
I am trying to send the new registration page a PricingPlan model.
So in my routes I have:
devise_scope :user do
delete "/logout" => "devise/sessions#destroy"
get "/login" => "devise/sessions#new"
get "/signup/:plan" => "devise/registrations#new"
end
And…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hello,
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 method `env' for nil:NilClass
devise (1.0.6) [v] lib/devise/test_helpers.rb:52:in
`setup_controller_for_warden'
I…
>>> More