This project is archived and is in readonly mode.
Allow overriding default id's for atom feed and atom entry - atom_feed_helper
Reported by Darragh Curran | June 25th, 2008 @ 11:16 AM
I'm rewriting some old code that generated atom feeds. I want to preserve the id's of all existing entries - aswell as the current id of the feed. I want to avoid people getting duplicates when I upgrade the app.
This patch allows an id option to both the feed element and the entry element.
Comments and changes to this ticket
-
Darragh Curran June 25th, 2008 @ 11:17 AM
- no changes were found...
-
Repository August 21st, 2008 @ 01:41 PM
- State changed from new to resolved
(from [7e4ea5f4a2fd25e06820689688e3db5a4851f8e0]) Allow overriding id for feed and entry with atom_feed_builder. [#485 state:resolved]
Signed-off-by: Pratik Naik pratiknaik@gmail.com http://github.com/rails/rails/co...
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
<h2 style="font-size: 14px">Tickets have moved to Github</h2>
The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>
People watching this ticket
Attachments
Tags
Referenced by
- 485 Allow overriding default id's for atom feed and atom entry - atom_feed_helper (from [7e4ea5f4a2fd25e06820689688e3db5a4851f8e0]) Allow o...