Hacker News new | ask | show | jobs
by techiferous 5907 days ago
Sorry. I thought Rails had to make compromises, like faking PUT.
1 comments

It fakes the PUT to help out browsers. If you pass in a _method paramater it overrides the actual HTTP verb, but this is actually done in middleware above Rails, the controller sees it as PUT.