[Rails] Re: Route Collections and HTTP methods

2009-01-30 Thread MaggotChild
> ..but in general searches are GET and > never POST. I don't know where this nonsense comes from but > it's breaking the principles behind the HTTP. Well I don't disagree with this paradigm, but the point is Rails seems to not allow one to set up a route like the defaults provided by map.resour

[Rails] Re: Route Collections and HTTP methods

2009-01-30 Thread Thomas R. Koll
Hi, I don't have a solution for you but in general searches are GET and never POST. I don't know where this nonsense comes from but it's breaking the principles behind the HTTP. Did you try :any instead of :post ? ciao, tom On Jan 30, 7:46 pm, MaggotChild wrote: > I don't see a way to create