search for: assetscontrol

Displaying 2 results from an estimated 2 matches for "assetscontrol".

2008 Mar 12
2
nested routes with a 2-way has_many using join table?
...: "assets/:id/instructional_objects" and "instructional_objects". To make life more confusing for myself (initially at least) i''m also using resource_this in my controllers. Looking in the log, it looks like the right request (i think) is going through: Processing AssetsController#index (for 127.0.0.1 at 2008-03-12 13:45:56) [GET] Session ID: 4ca8db0cc675a9dd71fc0ee96031f6ea Parameters: {"instructional_object_id"=>"0", "action"=>"index", "controller"=>"assets"} Can anyone help, please? max -- Poste...
2008 Jan 21
8
Polymorphic URL helpers documentation and fixes
Yesterday I answered a question regarding polymorphic URL helpers on Core ML and noticed that the module has no documentation. I''ve documented it and rewritten unit tests using Mocha. I also optimized some of the code slightly (nothing major, though). The patch also includes two fixes by Geoff Buesing, who has done awesome work in this area in the past.