Displaying 1 result from an estimated 1 matches for "arestfulcontroller".
2007 Aug 29
2
DRY specs for RESTful controllers
...e right routes, the right instance variable.
*Furthermore* furthermore, controllers occasionally deviate from the
standard RESTful template in a variety of ways, so it''d be nice to be
able to "override" the appropriate bits after declaring that
it_should_behave_like "ARestfulController" (or whatever).
I fear the solution to my requirements is ultimately on par with
implementing some kind of make_resourceful-for-specs plugin, which is
way beyond what I''ve got time to do at the moment, but I still feel
there''s plenty of room for gentle incremental impr...