dcorbin
unread,Sep 11, 2010, 8:20:16 PM9/11/10Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Devise
I'm trying to use devise in a rails app, and it's working great in all
respects, except one.
In my functional tests, even though I've called "sign_in
users(:user1)", when my controller has
"before_filter :authenticate_user!" in it, it redirects me to the
login page. I've spent many hours digging through devise and warden
code trying to figure out what I'm missing, but have not be successful
yet. I've verified that users(:user1) is providing a User.
Can you suggest a further avenue of exploration?
Many thanks.
I'm using rails 3.0.0, devise 1.1.2 and warden 0.10.7