Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

root/plugins/legacy/simply_helpful/CHANGELOG

Revision 6836, 362 bytes (checked in by david, 3 years ago)

Moved acts_as_taggable, browser_filters, and simply_helpful into legacy -- all have either been deprecated or rolled into Rails core already [DHH]

Line 
1 * Added formatted_polymorphic_url, formatted_polymorphic_path
2
3 * Added support for route options. Example:
4
5     polymorphic_url(:id => @subject, :anchor => "photo")
6
7 * Added polymorphic routes for new and edit actions (new_polymorphic_url, edit_polymorphic_url)
8
9 * Moved polymorphic routes from SimplyHelpful::RecordIdentifier to SimplyHelpful::PolymorphicRoutes
Note: See TracBrowser for help on using the browser.