aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers/record_tag_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* Make content_tag_for work without blockRafael Mendonça França2013-01-021-1/+5
* Hash Syntax to 1.9 related changesAvnerCohen2012-10-291-3/+3
* Move ActionController::RecordIdentifier to ActionViewPiotr Sarnacki2012-08-281-3/+1
* refactor content_tag_for helperSergey Nartimov2012-04-261-3/+3
* Fix errors when running entire suite due to class name collisionCarlos Antonio da Silva2012-01-181-2/+2
* Refactor content tag to not detect options Hash alwaysCarlos Antonio da Silva2012-01-181-7/+6
* Do not mutate options hashCarlos Antonio da Silva2012-01-181-2/+2
* Remove capture.Tim Cooper2012-01-181-1/+1
* Always treat the object passed to content_tag_for as an array.Tim Cooper2012-01-181-7/+3
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2011-09-081-2/+2
|\
| * Fix grammar for content_tag_for and div_for docs.Hendy Tanata2011-09-051-2/+2
* | Make sure that result from content_tag_for with collection is html_safePrem Sichanugrist2011-09-051-1/+1
|/
* Make `content_tag_for` and `div_for` accepts the array of recordsPrem Sichanugrist2011-09-041-5/+51
* Remove HTML escaping from Record Tag Helper docs.Semyon Perepelitsa2011-04-221-3/+3
* Speed up content_tag_for by simplifying needed logicwycats2010-08-311-3/+3
* No need to delegate. Simply include the whole RecordIdentifier module.José Valim2010-07-211-0/+4
* Added titles and description.Rizwan Reza2010-06-161-0/+1
* Updated documentation for block helpers in record_tag_helper.rbJeroen van Dijk2010-03-121-4/+4
* API change: content_tag_for outputs prefixed class nameJoshua Peek2009-10-081-3/+3
* Ensure that calling content_tag_for in a helper doesn't cause duplicate output.Tom Lea2008-08-291-3/+3
* Don't pass block binding to concatJeremy Kemper2008-06-021-3/+2
* Merge docrails.Pratik Naik2008-05-251-2/+2
* Tests for div_for and content_tag_for helpers. Closes #11223 [thechrisoshow]Pratik Naik2008-03-051-1/+1
* Standardize on using hyphens rather than colons to separate option names from...Marcel Molina2007-11-061-1/+1
* Added record identifications to FormHelper#form_for and PrototypeHelper#remot...David Heinemeier Hansson2007-05-141-52/+56
* Added the first part of Simply Helpful to core. The rest is pending a clean i...David Heinemeier Hansson2007-04-301-0/+55