Plugins - resource_fu
Add to favoritesResourceFu is a collection of hacks and techniques that I've been using in projects that need nested and/or polymorphic resources.
Refactoring them into a cohesive unit will take a bit of time so this is still a work in progress.
Currently the only feature I've moved in place is url helper inferences: the ability to specify only the last (or last few) positional params for a url and have the url helper fill in the blanks using instance variables. It also allows you to mix both positional and hash arguments.
