it is the first time I am working with devise and I am a confused by
the massive amount of files and configuration options. Before
installing devise, I used the nifty:authentication from ryan bates -
which I didn't delete before installing devise and I guess now my
routes and/or controllers are a little screwed up.

well, after singing in on /users/sign_in devise tries to redirect me
to

http://localhost:3000/sessions/user

but I get the error:

No route matches "/sessions/user"

I don't know where is the error, any help appreciated

I put all the relevant code in a gist: https://gist.github.com/972058

I am pretty sure it has something to do with the app/views/devise/
session/new.html.erb file, where it says:
"<%= form_for(resource, :as => resource_name, :url =>
session_path(resource_name)) do |f|
....

cause if I change the session_path(ressource_name) the redirect works
but devise doesn't log me in..

help!

thanks in advance

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to