aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers/tag_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* Hash Syntax to 1.9 related changesAvnerCohen2012-10-291-7/+7
* load active_support/core_ext/object/blank in active_support/railsXavier Noria2012-08-021-1/+0
* fix closing tag [ci skip]Vijay Dev2012-05-201-1/+1
* Fixed tag_helper data-attribute bug with BigDecimalsBodacious2012-05-171-2/+3
* Removing ==Examples and last blank lines of docs from actionpackFrancesco Rodriguez2012-05-151-2/+0
* split CDATA end token in cdata_section helperSergey Nartimov2012-04-301-1/+5
* Adding itemscope to list of boolean attributes.Frankie Roberto2012-04-091-1/+1
* Don't break Haml with textarea newline fix.James Coleman2012-03-271-1/+5
* Move escape_once logic to ERB::Util, where it belongs toCarlos Antonio da Silva2012-02-011-1/+1
* Delegate data tag option to tag option for escapingCarlos Antonio da Silva2012-01-121-5/+6
* Remove value argument from boolean optionCarlos Antonio da Silva2012-01-121-2/+2
* Return faster when no option is givenCarlos Antonio da Silva2012-01-121-12/+11
* Refactor and improve readabilityCarlos Antonio da Silva2012-01-121-8/+7
* Split tag options helper in smaller methodsCarlos Antonio da Silva2012-01-121-9/+21
* remove use of Multibyte.clean as it's no-op in ruby 1.9Sergey Nartimov2012-01-061-1/+1
* Remove extra white spaces on ActionPack docs.Sebastian Martinez2011-05-231-1/+1
* Added time_tag helper to AP for HTML5 time tag [#5919 state:resolved]Sjoerd Andringa2011-02-121-1/+1
* rewords a little the RDoc of the tag helperXavier Noria2010-10-191-4/+5
* Additional documentation for data-* attributes.Stephen Celis & Xavier Noria2010-10-191-10/+17
* Call html_escape in ERB::Util module and don't mix it in in the helpersSantiago Pastorino2010-10-181-4/+3
* Rejig the html5 data helper codeMichael Koziarski2010-10-181-3/+5
* HTML5 data attribute helpers [#5825 state:resolved].Stephen Celis2010-10-181-4/+17
* Prevent any warnings from being printed during RDoc generationJoost Baaij2010-08-261-1/+1
* s/escape_once/html_escape/, since html safety is the contract that now says w...Xavier Noria2010-06-301-1/+1
* Added titles and description.Rizwan Reza2010-06-161-0/+1
* content_tag_string shouldn't escape_html if escape param is falseSantiago Pastorino2010-06-071-1/+1
* adds missing requires for Object#blank? and Object#present?Xavier Noria2010-03-281-0/+1
* Merge remote branch 'mainstream/master'Pratik Naik2010-03-151-1/+1
|\
| * Making escaped things more readableSantiago Pastorino2010-03-141-1/+1
* | Merge remote branch 'mainstream/master'Pratik Naik2010-03-121-23/+5
|\|
| * Deprecate block_called_from_erb? pending a solution for getting it into appsCarlhuda2010-03-091-22/+4
| * Explicit html_escape removed when not neededSantiago Pastorino and José Ignacio Costa2010-02-141-1/+1
| * content_tag should escape its inputBruno Michel2010-02-141-1/+1
* | Updated documentation for block helpers in tag_helper.rbJeroen van Dijk2010-03-121-1/+1
|/
* More html_safe strings now use the safe_concat methodSantiago Pastorino and José Ignacio Costa2010-02-051-1/+1
* action_view is requiring the deleted action_view/erb/util.rb fileSantiago Pastorino2010-01-311-1/+0
* For performance reasons, you can no longer call html_safe! on Strings. Instea...Yehuda Katz2010-01-311-4/+4
* Switch to on-by-default XSS escaping for rails.Michael Koziarski2009-10-081-4/+4
* Clean tag attributes before passing through the escape_once logic.Michael Koziarski2009-09-041-1/+1
* Allow content_tag options to take an array [#1741 state:resolved] [rizwanreza...rizwanreza2009-08-081-9/+7
* Fix tag helpers so that all HTML element boolean attributes render according ...Marc Love2009-07-301-1/+4
* Adds a audio_tag helper for the HTML5 audio tag. Fixed video_path docs. HTML ...Emilio Tagua2009-07-071-2/+1
* Adds a video_tag helper for the HTML5 video tag (similar to how the image_tag...Tieg Zaharia2009-07-021-1/+2
* Cleaning up more render testsYehuda Katz + Carl Lerche2009-05-141-1/+1
* Explicitly require ERB Utils extensions from TagHelperJoshua Peek2008-12-091-1/+1
* Merge with docrailsPratik Naik2008-12-071-1/+1
* Unnecessary CGI requireJeremy Kemper2008-12-031-1/+0
* Register 'checked' as an HTML boolean attribute.Hongli Lai (Phusion)2008-11-181-1/+1
* Tag helper should output an attribute with the value 'false' instead of omitt...Hongli Lai (Phusion)2008-11-131-4/+6
* Merge with docrails.Pratik Naik2008-07-161-1/+1