[Rails] Re: PUT request via HTTPS not handled properly

2011-01-20 Thread jgwmaxwell
Yeah, the original syntax makes no sense unfortunately. If you do want to invoke per controller routing, it needs to be through: resources :controllername do ## do stuff end -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to thi

[Rails] Re: Routes not working

2011-01-19 Thread jgwmaxwell
Try doing this instead, and see if this helps: form_for User.new -- 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 rubyonrails-talk@googlegroups.com. To unsubscribe from this group, send email to rubyon