aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/template/text_helper_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Improve Text Helper test coverage. Closes #7274.Jeremy Kemper2007-06-081-0/+18
* Highlight helper highlights one or many terms in a single pass.Jeremy Kemper2007-03-301-0/+6
* Use a consistent load path to avoid double requires. Fix some scattered Ruby ...Jeremy Kemper2007-01-281-1/+1
* Autolinking recognizes trailing and embedded . , : ; Closes #7354.Jeremy Kemper2007-01-241-0/+16
* Make TextHelper::auto_link recognize URLs with colons in path correctly, fixe...Thomas Fuchs2007-01-211-1/+3
* Fix HTML::Node to output double quotes instead of single quotes. Closes #684...Rick Olson2006-12-141-5/+5
* Improved auto_link to match more valid urls correctlyTobias Lütke2006-12-071-0/+6
* strip_tags passes through blank args such as nil or "". Closes #6702, refere...Jeremy Kemper2006-11-261-1/+1
* simple_format helper doesn't choke on nil. Closes #6644.Jeremy Kemper2006-11-191-5/+9
* Missed pluralize nil test in [5431].Jeremy Kemper2006-11-061-0/+1
* Docfix (closes #6393)David Heinemeier Hansson2006-10-221-5/+7
* Replace KCODE checks with String#chars for truncate. Closes #6385 [Manfred S...Michael Koziarski2006-10-141-2/+2
* Use String#chars in TextHelper::excerpt. Closes #6386 [Manfred Stienstra]Michael Koziarski2006-10-121-25/+18
* strip_links is case-insensitive. Closes #6285.Jeremy Kemper2006-09-261-0/+1
* Fixed TextHelper#simple_format to deal with multiple single returns within a ...David Heinemeier Hansson2006-09-041-0/+1
* Fixed TextHelper#pluralize to handle 1 as a string (closes #5905) [rails@benc...David Heinemeier Hansson2006-09-041-0/+4
* strip_tags returns nil for a blank arg such as nil or "". Closes #2229.Jeremy Kemper2006-09-031-2/+2
* Update sanitize text helper to strip plaintext tags, and <img src=javascript:...Rick Olson2006-09-031-0/+12
* Make auto_link parse a greater subset of valid url formats.Jamis Buck2006-09-021-0/+18
* Update descriptionDavid Heinemeier Hansson2006-03-281-5/+3
* Added reusable reloading support through the inclusion of the Relodable modul...David Heinemeier Hansson2006-01-291-1/+1
* Make auto_link handle nil by returning quickly if blank?Scott Barron2005-12-301-0/+2
* Make auto_link match urls with a port number specified.Marcel Molina2005-12-261-0/+3
* Correct length for the truncate text helper. Closes #2913.Jeremy Kemper2005-11-181-4/+4
* The auto_link text helper accepts an optional block to format the link text f...Jeremy Kemper2005-11-101-0/+7
* Added TextHelper#strip_tags for removing HTML tags from a string (using HTMLT...David Heinemeier Hansson2005-10-261-0/+9
* Have text helpers use built in Regexp.escape rather than home grown alternativeMarcel Molina2005-09-261-0/+6
* Make the truncate() helper multi-byte safe (assuming $KCODE has been set to s...Jamis Buck2005-09-191-0/+25
* More auto-link fixes (to include query strings in autolinked text)Jamis Buck2005-09-141-0/+4
* Fix autolinking to not include trailing tags as part of the URLJamis Buck2005-09-131-0/+7
* Added TextHelper#cycle to cycle over an array of values on each hit (useful f...David Heinemeier Hansson2005-09-121-0/+89
* Fixed that TextHelper#auto_link_urls would include punctuation in the links #...David Heinemeier Hansson2005-09-111-1/+15
* Added TextHelper#word_wrap(text, line_length = 80) #1449 [tuxie@dekadance.se]David Heinemeier Hansson2005-06-211-0/+4
* Added a third parameter to TextHelper#auto_link called href_options for speci...David Heinemeier Hansson2005-06-161-0/+3
* Fixed TextHelper#highlight to return the text, not nil, if the phrase is blan...David Heinemeier Hansson2005-06-161-0/+5
* Added TextHelper#sanitize that can will remove any Javascript handlers, block...David Heinemeier Hansson2005-05-091-0/+24
* Moved TextHelper#human_size to NumberHelper#number_to_human_size, but kept an...David Heinemeier Hansson2005-04-121-16/+0
* Fixed autolinking to work better in more cases #1013 [Jamis Buck]David Heinemeier Hansson2005-04-061-4/+17
* Added include_seconds option as the third parameter to distance_of_time_in_wo...David Heinemeier Hansson2005-03-261-0/+18
* Added TextHelper#simple_format as a non-dependency text presentation helper.F...David Heinemeier Hansson2005-03-201-0/+6
* Fixed that form helpers would treat string and symbol keys differently in htm...David Heinemeier Hansson2005-03-061-7/+7
* Updated tests for TextHelper#auto_linkDavid Heinemeier Hansson2005-02-191-2/+3
* Added TextHelper#auto_link, TextHelper#auto_link_urls, and TextHelper#auto_li...David Heinemeier Hansson2005-02-181-0/+6
* InitialDavid Heinemeier Hansson2004-11-241-0/+62