aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/template/atom_feed_helper_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Don't worry about attribute orderingJeremy Kemper2008-11-071-1/+2
* Move controller assertions from base TestCase to AC:: and AV::TestCaseJeremy Kemper2008-11-071-5/+3
* Added inline builder yield to atom_feed_helper tags where appropriate (Sam Ru...David Heinemeier Hansson2008-10-131-0/+30
* Add support for xml processing instructions in atom_feed_helper [#926 state:r...Matthew M. Boedicker2008-10-131-0/+51
* Allow overriding id for feed and entry with atom_feed_builder. [#485 state:re...Darragh Curran2008-08-211-5/+32
* Allow users to declare other namespaces when using the atom feed helpers. Clo...Michael Koziarski2008-01-131-0/+28
* require abstract_unit directly since test is in load pathJeremy Kemper2008-01-051-1/+1
* Fix atom_feed_helper to comply with the atom spec. Closes #10672 [xaviershay]Rick Olson2008-01-021-2/+52
* Fix tests for atom feedDavid Heinemeier Hansson2007-09-211-21/+21
* Added AtomFeedHelper (slightly improved from the atom_feed_helper plugin) [DHH]David Heinemeier Hansson2007-09-211-0/+101