aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers/atom_feed_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* Move actionpack/lib/action_view* into actionview/libPiotr Sarnacki2013-06-201-203/+0
* Removes :nodoc: tag on AtomFeedHelper [ci skip]Alvaro Pereyra2012-12-011-3/+3
* Hash Syntax to 1.9 related changesAvnerCohen2012-10-291-6/+6
* removed unnecessary block when using fetchWojciech Wnętrzak2012-04-021-1/+1
* add type option to atom feed entry builderSergey Nartimov2012-04-011-1/+4
* Revert "use any? to check for size"Vijay Dev2011-11-281-1/+1
* use any? to check for sizeVijay Dev2011-11-261-1/+1
* - Avoid using .first since it will create an additional query. Marc Chung2011-11-221-1/+1
* find(:all) => allAkira Matsuda2011-07-081-1/+1
* Example Usage updated for actionpack and actionmailer.Arun Agrawal2011-05-191-2/+2
* Fix styiling issues on AtomFeedHelper docsSebastian Martinez2011-05-101-4/+4
* s/ERb/ERB/gAkira Matsuda2011-04-031-1/+1
* Cleanup deprecations in Action DispatchCarlos Antonio da Silva2010-09-061-1/+1
* Removed deprecated |map| block argument from routing docs since it is no long...Steven Hancock2010-07-111-1/+1
* Adds title and description where needed.Rizwan Reza2010-06-161-2/+4
* 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