gustavo
unread,Sep 26, 2011, 3:10:08 PM9/26/11Sign 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
Hi , I am new to Rails and I was trying with Devise to do
authentication. I created a new project, added devise gem, created a
User model using devise generator, and added a new user using rails
console.. Then I started the server and I could see sign_in form in
localhost:3000/users/sign_in and after I signed in it redirects to the
index.html page.
Now I was trying to go again to localhost:3000/users/sign_in and
localhost:3000/users/sign_up but both redirects me to the index.html
page..
How can I see the forms again? and how do I log out?