Project

General

Profile

Actions

action #1409

closed

Redefine routes in a more REST-like way (using the right HTTP method)

Added by ancorgs about 10 years ago. Updated about 10 years ago.

Status:
Closed
Priority:
Immediate
Assignee:
Category:
-
Target version:
Start date:
2014-02-06
Due date:
% Done:

100%

Estimated time:
2.00 h

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.

Actions #1

Updated by ancorgs about 10 years ago

  • Target version set to Sprint 02
Actions #2

Updated by ancorgs about 10 years ago

  • Assignee set to ancorgs
Actions #3

Updated by ancorgs about 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

Also available in: Atom PDF