aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers/text_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* Include TagHelper but don't explicitly require itErik Michaels-Ober2011-12-121-1/+1
* Fix and simplify highlight regexpAlexey Vakhov2011-11-101-1/+1
* ActionView::Helpers::TextHelper#simple_format should not change the text in p...Casebook Developer2011-08-041-1/+1
* Do not change a frozen text passed to simple_format text helperTadas Tamosauskas2011-06-201-0/+1
* Merge branch 'master' of git://github.com/lifo/docrailsXavier Noria2011-06-181-1/+1
|\
| * cycle: make an odd number be marked as odd.Robert Massaioli2011-06-131-1/+1
* | Use html_safeSantiago Pastorino2011-06-161-2/+2
|/
* Don't operate on the safebuffer, operate on a string and convert.Christopher Meiklejohn2011-06-071-1/+2
* Remove extra white spaces on ActionPack docs.Sebastian Martinez2011-05-231-2/+2
* removing auto_link and moving it to the rails_autolink gem. :bomb:Aaron Patterson2011-05-021-125/+0
* Removing incorrect example resultsMatt Duncan2011-04-151-2/+2
* Fix syntax error in exampleMatt Duncan2011-04-151-1/+1
* do not return html safe strings from auto_linkAaron Patterson2011-04-051-2/+2
* Added RDoc info for accepted options for simple_format in TextHelper.Steve Schwartz2011-02-151-0/+7
* auto_link: avoid recognizing full width chars as a part of URI schemeAkira Matsuda2011-02-011-1/+1
* Add a note to TextHelpers making explicit their default behavior of not escap...José Valim2010-11-081-0/+18
* avoid a few comparisonsAaron Patterson2010-10-181-3/+3
* remove strange else blockAaron Patterson2010-10-181-9/+7
* skip extra work if no text or phrase was providedAaron Patterson2010-10-181-12/+11
* another case of extra nil? checkNeeraj Singh2010-09-301-1/+1
* Changed documentation for auto_link so that the truncate example works [#5694...Kevin Hughes2010-09-241-1/+1
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-2/+2
* Concernify SanitizeHelper and TextHelper so including TextHelper correctly in...wycats2010-08-041-0/+3
* Removed deprecated APIs in text and number helpers [#5156 state:resolved]Łukasz Strzałkowski2010-07-261-20/+1
* Merge remote branch 'rails/master'Xavier Noria2010-06-201-14/+18
|\
| * Make text_helpers methods which return valid html to return it as safe and sa...Santiago Pastorino2010-06-171-6/+14
| * truncate() should not try to produce HTML-safe outputWincent Colaiuta2010-06-171-8/+4
* | Added titles and description.Rizwan Reza2010-06-161-0/+1
* | Fix a bunch of minor spelling mistakesEvgeniy Dolzhenko2010-06-151-1/+1
|\ \ | |/ |/|
| * Fix a bunch of minor spelling mistakesEvgeniy Dolzhenko2010-06-111-1/+1
* | edit pass: the names of Rails components have a space, ie, "Active Record", n...Xavier Noria2010-06-141-1/+1
* | truncate safe method description changesNeeraj Singh2010-06-141-1/+1
* | truncate documentation an examples added for :safe optionSantiago Pastorino2010-06-131-0/+10
* | text_helper now escape the unsafe input instead of sanitizingSantiago Pastorino2010-06-111-4/+4
|/
* Removed textilize, textilize_without_paragraph and markdown helpersSantiago Pastorino2010-06-091-83/+0
* Made markdown honor :safe option and handle safe input. Also added tests for ...rohit2010-06-081-2/+2
* Fixed textilize_without_paragraph and added tests for it. [#4792 state:resolved]rohit2010-06-081-1/+1
* Makes text_helper methods sanitize the input if the input is not safe or :saf...Santiago Pastorino2010-06-071-16/+22
* revises the documentation of String#truncate and the truncate helperXavier Noria2010-06-021-9/+9
* Extracted String#truncate from TextHelper#truncate [DHH]David Heinemeier Hansson2010-06-011-11/+5
* avoid auto_linking already linked emails; more robust detection of linked URLsMislav Marohnić2010-05-241-9/+18
* auto_link: support arbitrary URI schemes like "ftp:" and "file:"Mislav Marohnić2010-05-241-3/+3
* adds missing requires for Object#blank? and Object#present?Xavier Noria2010-03-281-0/+1
* Merge branch 'master' into docrailswycats2010-03-261-2/+2
|\
| * Remove some 1.9 warnings (resulting in some fixed bugs). Remaining AM warning...wycats2010-03-171-1/+1
| * Some more tweaks on <% %>.Carlhuda2010-03-161-1/+1
* | Nitpick: the first value should be odd, second is even.Ryan Bigg2010-02-271-1/+1
* | Merge remote branch 'mainstream/master'Pratik Naik2010-02-141-3/+3
|\|
| * simple_format returns a safe buffer escaping unsafe input [Santiago Pastorino]David Heinemeier Hansson2010-02-121-1/+1
| * Safely concat the ending tag to simple_format or it will be escapedDavid Heinemeier Hansson2010-02-121-1/+1