aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers/atom_feed_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* Update various documentation examples to use new routing DSLAndrew White2010-04-041-2/+2
* ActionDispatch::Request deprecates #request_uriCarl Lerche2010-03-031-1/+1
* Final pass at removing the router from a global constantCarlhuda2010-02-251-1/+1
* Use ActionDispatch::Routing everywhereMartin Schürrer2010-02-211-1/+1
* Don't call additional methods on builders passed to the atom_feed helper.Michael Koziarski2009-08-091-1/+1
* Remove double parenthesis in docsDavid Heinemeier Hansson2009-02-051-1/+1
* Check whether last arg is a Hash instead of duck-typing against []Jeremy Kemper2008-11-071-4/+9
* Added inline builder yield to atom_feed_helper tags where appropriate (Sam Ru...David Heinemeier Hansson2008-10-131-8/+46
* Add support for xml processing instructions in atom_feed_helper [#926 state:r...Matthew M. Boedicker2008-10-131-0/+10
* Allow overriding id for feed and entry with atom_feed_builder. [#485 state:re...Darragh Curran2008-08-211-11/+13
* Improve documentation.Pratik Naik2008-03-261-1/+1
* Fixed that atom_feed shouldnt require a schema_date since most people just do...David Heinemeier Hansson2008-03-171-5/+7
* Allow users to declare other namespaces when using the atom feed helpers. Clo...Michael Koziarski2008-01-131-2/+28
* Doc fixes for #atom_feed_helper. Closes #10715 [hasmanyjosh]Rick Olson2008-01-071-3/+3
* Fix atom_feed_helper to comply with the atom spec. Closes #10672 [xaviershay]Rick Olson2008-01-021-14/+18
* Added AtomFeedHelper (slightly improved from the atom_feed_helper plugin) [DHH]David Heinemeier Hansson2007-09-211-0/+111