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

Ticket #7468 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

[PATCH] Changes to simply_helpful break polymorphic_url in resource_feeder plugin

Reported by: feldpost Assigned to: core
Priority: normal Milestone: 1.x
Component: Plugins Version: edge
Severity: normal Keywords: resource_feeder simply_helpful tiny patch verified
Cc:

Description

render_rss_feed_for and render_atom_feed_for in the resource_feeder plugin both use SimplyHelpful's polymorphic_url method. Recently, these have moved from SimplyHelpful::RecordIdentifier to SimplyHelpful::PolymorphicRoutes causing both render methods to fail. The two attached patches simply make the small necessary adjustment to reflect these changes.

Attachments

polymorphic_url_for_rss.diff (1.3 kB) - added by feldpost on 02/03/07 03:26:50.
Fix for rss.rb
polymorphic_url_for_atom.diff (1.3 kB) - added by feldpost on 02/03/07 03:28:07.
Fix for atom.rb

Change History

02/03/07 03:26:50 changed by feldpost

  • attachment polymorphic_url_for_rss.diff added.

Fix for rss.rb

02/03/07 03:28:07 changed by feldpost

  • attachment polymorphic_url_for_atom.diff added.

Fix for atom.rb

02/15/07 04:28:20 changed by josh

  • keywords changed from resource_feeder simply_helpful to resource_feeder simply_helpful tiny patch verified.

02/15/07 08:04:07 changed by bitsweat

  • status changed from new to closed.
  • resolution set to fixed.