Actions
action #1409
closedRedefine routes in a more REST-like way (using the right HTTP method)
Description
Some routes are implemented like GET now, just because it's easier to write GET links in HTML. Some unobstrusive javascript should be introduced to allow easy POST (and PUT, DELETE...) links (Rails way), so we can change all those GETs by POSts.
Updated by ancorgs over 10 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Done. Tests are failing right now, but they were already broken before the change. Three routes redefined. Added prototype_ujs for easy POST links from the browser (some js cleanup in the process).
Actions