flatiron / restful

reflect RESTful Director routers from Resourceful resources
237 stars 48 forks source link

Remove all inflection code #14

Closed Marak closed 12 years ago

Marak commented 12 years ago

Having the the REST API automatically inflect routes just for the sake of having them be plural is harmful.

Running into way to many issues across all interfaces having to deal with this incongruity.

If we maintain a 1:1 API between keys and urls, there will be no need for transmogrification of key to url to key to url, etc.

pksunkara commented 12 years ago

Closing due to being fixed!