public
Description: ResourcefulViews aims to take RESTful conventions beyond controllers and into views by extending the 'map.resources' method to install a comprehensive vocabulary of resource-oriented view helpers
Homepage: http://github.com/ingoweiss/resourceful_views
Clone URL: git://github.com/ingoweiss/resourceful_views.git
100644 5 lines (4 sloc) 0.278 kb
1
2
3
4
5
* Test for support for custom form builders
* Find way to add to _erbout that works in both Rails 2.1 and 2.2 (try <<)
* Think about support for custom member/collection routes
* Refactor to make code more DRY, rely less on giant string evaluations and to make it more hackable