I've used this http://www.aidanf.net/rails_user_authentication_tutorial
for Authenticate before. Now I'm trying to learn RESTful. How do I make
it work? When trying to go to the login I get a server error, as it
tries to load the show action. How can I get past this when going to
/groups/login?
I partially solved it by map.resources :groups, :collection => {:login
=> :any}, but then post doesn't work.