aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/core_ext/string_ext_test.rb
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* updates String#to_(date|date_time|time) to return nil for blank stringsDaniel Neighman2010-04-211-3/+6
* removes code written for Ruby < 1.8.7Xavier Noria2010-04-171-12/+0
* Fix some more warnings on 1.9wycats2010-03-171-1/+1
* Be sure to pass through args to to_yamlJeremy Kemper2010-03-111-1/+1
* OutputBuffer#to_yaml should return string yaml, not some custom class dumpJeremy Kemper2010-03-111-0/+4
* Fixed html_safe test cases which weren't testing correctlySantiago Pastorino and José Ignacio Costa2010-02-051-17/+20
* For performance reasons, you can no longer call html_safe! on Strings. Instea...Yehuda Katz2010-01-311-33/+34
* String#exclude? core extension: inverse of #include?Jeremy Kemper2009-12-271-0/+7
* String#<< should work for any object which responds to :to_str, so enable thi...José Valim2009-12-261-0/+24
* Consolidate date & time landscape: require 'active_support/time'Jeremy Kemper2009-11-141-1/+1
* Fix missing dependencyJeremy Kemper2009-11-091-0/+1
* String#each_char is not needed for Ruby >= 1.8.7Xavier Noria2009-11-091-11/+0
* String#start_with? and String#end_with? are not needed for Ruby >= 1.8.7, lea...Xavier Noria2009-11-091-8/+0
* String#bytesize is not needed for Ruby >= 1.8.7Xavier Noria2009-11-091-7/+0
* Switch to on-by-default XSS escaping for rails.Michael Koziarski2009-10-081-0/+86
* Shush interpolation warningsJoshua Peek2009-09-131-2/+6
* Extract String#bytesize shimJeremy Kemper2009-08-011-0/+7
* * don't include String#% for Ruby 1.9Sven Fuchs2009-07-181-5/+8
* Ruby 1.9 style String interpolation support for lower ruby versions. Thanks t...Lawrence Pit2009-07-071-0/+62
* String #to_time and #to_datetime: handle fractional seconds [#864 state:resol...Jason Frey (Fryguy)2009-06-071-0/+3
* Fix dependencies revealed by testing in isolationJeremy Kemper2009-04-221-0/+1
* Merge branch 'master' into cherryJeremy Kemper2009-04-201-0/+2
|\
| * Clearer String#first and #last edge cases. Fix that foo.first(0) == instead ...Jeremy Kemper2009-04-171-0/+2
* | Explicit test dependenciesJeremy Kemper2009-03-291-2/+1
* | Explicit test dependenciesJeremy Kemper2009-03-281-0/+3
|/
* Allow String#parameterize to accept a separator [#2157 state:resolved]Sam Granieri2009-03-071-0/+18
* Switch to AS::TestCase for assert_deprecatedJeremy Kemper2008-11-151-2/+2
* Deprecated String#chars in favor of String#mb_chars.Manfred Stienstra2008-09-211-0/+6
* Move with_kcode helper to abstract_unit. Add tests for multibyte string exten...Manfred Stienstra2008-09-211-6/+47