aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/core_ext/string_ext_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #8830 from antoinelyset/masterXavier Noria2013-01-281-3/+4
|\
| * Improve String#squish whitespaces matchingAntoine Lyset2013-01-221-3/+4
* | Use Encoding::UTF_8 constant :do_not_litter:Akira Matsuda2013-01-281-2/+2
* | Fix some wrong String extensions testsAkira Matsuda2013-01-231-7/+9
* | Test String#dasherizeAkira Matsuda2013-01-231-0/+6
|/
* Use `DateTime.parse` inside `String#to_datetime`Andrew White2013-01-211-0/+6
* Standardise the return value of `to_time`Andrew White2013-01-211-8/+39
* Better error message for String#to_dateKelly Stannard2013-01-041-0/+1
* Deprecate obsolete Time to DateTime fallback methodsAndrew White2012-12-111-1/+1
* Beef up tests for String#in_time_zone and Date#in_time_zoneAndrew White2012-12-111-18/+0
* Add String#in_time_zone methodAndrew White2012-12-111-24/+44
* &#39 dates back to SGML when &#x27 was introduced in HTML 4.0Kalys Osmonov2012-09-091-1/+1
* defines String#indent [closes #7263] [Xavier Noria & Ace Suares]Xavier Noria2012-08-071-0/+56
* html_escape should escape single quotesSantiago Pastorino2012-07-311-2/+2
* Truncate now has the ability to receive a html option that allows it to call ...Li Ellis Gallardo2012-05-261-0/+4
* Fix warning: possibly useless use of % in void contextkennyj2012-05-191-1/+1
* doesn't modify params in SafeBuffer#%Vasiliy Ermolovich2012-05-181-0/+7
* fix safe string interpolation with SafeBuffer#%, closes #6352Vasiliy Ermolovich2012-05-161-0/+24
* Tests for regexp separator in String#truncateAlexey Gaziev2012-04-291-0/+6
* use AS::TestCase as the base classAaron Patterson2012-01-051-2/+2
* deprecate String#encoding_aware? and remove its usageSergey Nartimov2011-12-241-1/+3
* Initial pass at removing dead 1.8.x code from Active Support.José Valim2011-12-201-44/+6
* Restore performance of ERB::Util.html_escapeJon Jensen2011-12-031-6/+17
* defines Module#qualified_const_(defined?|get|set) and String#deconstantizeXavier Noria2011-10-291-0/+4
* Modified String#pluralize to take an optional count parameter.Ryan Oblak2011-09-281-4/+8
* Added ActiveSupport::Inflector.safe_constantize and String#safe_constantize; ...Ryan Oblak2011-09-231-1/+22
* properly escape html to avoid invalid utf8 causing XSS attacksAaron Patterson2011-08-161-0/+7
* Removing extra requires from the test. Already loaded in abstract_unit.Arun Agrawal2011-07-311-1/+0
* Changed the year of a date used in a test which fails when using 1.8.7 on a 3...Josh Kalderimis2011-07-191-1/+1
* Merge pull request #1463 from psanford/masterSantiago Pastorino2011-07-061-0/+1
|\
| * Make String.to_time respect timezonesNate Mueller2011-06-021-0/+1
* | all numerics should be html_safe - Closes #1935Damien Mathieu2011-07-031-0/+4
* | Define ActiveSupport#to_param as to_str - closes #1663Andrew White2011-06-121-1/+7
|/
* Revert "Merge pull request #275 from pk-amooma/master"José Valim2011-05-071-12/+0
* Merge pull request #275 from pk-amooma/masterJosé Valim2011-05-071-0/+12
|\
| * test "Escapes special HTML/XML characters" do ...Philipp Kempgen2011-04-261-0/+12
* | Merge remote branch 'rolftimmermans/desc_tracker'José Valim2011-05-071-0/+1
|\ \
| * | Add missing dependency string inflection test.Rolf Timmermans2011-03-131-0/+1
| |/
* / Add String#inquiry as a convenience method for turning a string into a String...David Heinemeier Hansson2011-04-181-0/+5
|/
* removes orphan tests, custom String#% was removed from AS in 39d6f9eXavier Noria2010-11-191-69/+0
* let String#strip_heredoc handle blank lines even if they are not indentedXavier Noria2010-08-301-0/+9
* implements String#strip_heredocXavier Noria2010-08-291-0/+23
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-1/+1
* Added getbyte as a core_ext to Ruby < 1.9Santiago Pastorino2010-06-271-0/+8
* Extracted String#truncate from TextHelper#truncate [DHH]David Heinemeier Hansson2010-06-011-0/+29
* Use multibyte proxy class on 1.9, refactor Unicode.Norman Clarke2010-05-211-5/+3
* Final iteration of use better testing methodsNeeraj Singh2010-05-191-7/+7
* Revert "Moved encoding work in progress to a feature branch."wycats2010-05-171-0/+8
* Moved encoding work in progress to a feature branch.Jeremy Kemper2010-05-161-8/+0
* Initial work to improve the state of encodings for templateswycats2010-05-161-0/+8