aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/lib/action_view/helpers/atom_feed_helper.rb
Commit message (Collapse)AuthorAgeFilesLines
* [ci skip] fix typoAkshay Vishnoi2016-01-101-1/+1
|
* Updated dynamic value of id in comments [ci skip]Gourav Tiwari2015-05-071-1/+1
| | | | In help text for method, dynamic value makes it hard to understand, so replaced with static value matching with example above
* Example updated [ci skip]Ankit Gupta2015-05-071-1/+1
| | | | Should be ApplicationController not ApplicationController::Base
* Use option url: false to allow entries without a link tagDaniel Gomez de Souza2015-01-161-2/+3
|
* Update documentation to use Rails.application insteadMarcel Morgan2014-04-131-1/+1
| | | | | | | References to ``AppName::Application` removed in favour of ``Rails.application`` as generated with a new rails 4.1 app. [ci skip]
* Revert "Used Yield instead of block.call" -- this causes all of ↵David Heinemeier Hansson2013-11-141-2/+2
| | | | | | atom_feed_helper_test.rb to fail with "SystemStackError: stack level too deep". This reverts commit d3a1ce1cdc60d593de1682c5f4e3230c8db9a0fd.
* Merge pull request #12889 from kuldeepaggarwal/speed_upsRafael Mendonça França2013-11-141-2/+2
|\ | | | | Used Yield instead of block.call
| * Used Yield instead of block.callKuldeep Aggarwal2013-11-151-2/+2
| |
* | Fix syntax error in atom_feed example [ci skip]Saulius Grigaliunas2013-11-131-1/+1
|/ | | | Builder's #tag! takes either String or Symbol as the first parameter
* Move actionpack/lib/action_view* into actionview/libPiotr Sarnacki2013-06-201-0/+203