Well I'm a RoR newbie but what I see is the following: 1) Error Message: somebody called /site/signup (right?) but your controller (site) doesn't have such an action. Here your would have to define one. The actions you have definied in your site controller are - new - show - update - create - edit
2) Routes But you route signup the following way map.signup '/signup', :controller => 'users', :action => 'new' It seems to me that there is some inconsistency. I hope I was some help ;) --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

