aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/core_ext
Commit message (Expand)AuthorAgeFilesLines
* Ruby 1.9 compat: introduce instance_variable_names. Closes #10630 [Frederick ...Jeremy Kemper2007-12-281-0/+4
* Multibyte: skip String#each_char test for Ruby 1.9Jeremy Kemper2007-12-211-8/+9
* Hash#symbolize_keys skips keys that can't be symbolized. Closes #10500.Jeremy Kemper2007-12-201-3/+9
* Ruby 1.9 compat: 'a'.ord == 'a'[0]Jeremy Kemper2007-12-151-0/+5
* Ruby 1.9 compat: shadowed vars, kcodeJeremy Kemper2007-12-152-5/+9
* Ruby 1.9 compat: define Duration#== [chuyeow]Jeremy Kemper2007-12-152-2/+0
* Ruby 1.9 compat: normalize date and time xmlschema to match Ruby's formatting...Jeremy Kemper2007-12-151-4/+3
* Ruby 1.9 compat: prefer builtin String#starts_ and ends_with? if available [c...Jeremy Kemper2007-12-151-1/+9
* Added that Array#to_param calls to_param on all it's elements (closes #10473)...David Heinemeier Hansson2007-12-141-0/+10
* Ruby 1.9 compat. References #1689 [Pratik Naik]Jeremy Kemper2007-12-102-4/+4
* to_sentence returns self[0].to_s instead of just self[0] for arrays of length...Jeremy Kemper2007-12-091-1/+3
* Fix HashWithIndifferentAccess#to_options! so it doesn't clear the options has...Rick Olson2007-12-081-0/+8
* Fix potential extra space in Array#to_sentence. Closes #10327 [kamal]Michael Koziarski2007-12-021-0/+6
* Added Array#from and Array#to that behaves just from String#from and String#t...David Heinemeier Hansson2007-11-271-0/+14
* Fix that empty collections should be treated as empty arrays regardless of wh...David Heinemeier Hansson2007-11-251-0/+11
* Honor Ruby's default calendar reform setting when creating DateTime objects v...Geoff Buesing2007-11-243-1/+13
* Change Time and DateTime #end_of_month to return last second of month instea...Geoff Buesing2007-11-242-8/+6
* Speedup String#blank? and remove some overspecified tests.Jeremy Kemper2007-11-141-39/+4
* Cater for DST changes when converting Times to DateTimes. Closes #10068 [gbu...Michael Koziarski2007-11-053-6/+30
* Add new superclass_delegating_accessors. Similar to class inheritable attrib...Michael Koziarski2007-10-291-0/+105
* Hash#to_xml handles symbol values. Closes #9954.Jeremy Kemper2007-10-231-2/+5
* Hash#symbolize_keys behaves well with integer keys. Closes #9890.Jeremy Kemper2007-10-161-0/+6
* Add a time to duplicable testsJeremy Kemper2007-10-151-1/+1
* object.duplicable? returns true if object.dup is safe. False for nil, true, f...Jeremy Kemper2007-10-151-0/+22
* Time, Date and DateTime #advance accept :weeks option. Closes #9866.Jeremy Kemper2007-10-133-4/+16
* Fix Time#years_ago and #years_since from leap days. Closes #9865.Jeremy Kemper2007-10-131-0/+2
* Time and DateTime#advance accept :hours, :minutes, and :seconds options. Clos...Jeremy Kemper2007-10-132-3/+25
* Fix Date#years_ago and #years_since from leap days. Closes #9864.Jeremy Kemper2007-10-132-0/+4
* Refactor Time and Date#months_since and #months_ago to use #advance. Closes #...Jeremy Kemper2007-10-133-0/+12
* Style update for new Range extensionsJeremy Kemper2007-10-091-6/+5
* * Add Range#overlaps?(range), Range#include?(range), and Range#step without a...Michael Koziarski2007-10-081-0/+51
* Some platforms include colon in timezone offset, some don't. References #9744.Jeremy Kemper2007-10-032-6/+6
* Ruby 1.9 compat, consistent load pathsJeremy Kemper2007-10-021-3/+3
* Fixed Date#xmlschema for dates outside the range of what can be created with ...David Heinemeier Hansson2007-10-012-2/+23
* Ruby 1.9 compat for hash_ext_testJeremy Kemper2007-09-291-1/+1
* Fixed spelling errors (closes #9706) [tarmo/rmm5t]David Heinemeier Hansson2007-09-283-3/+3
* Alias Object#send to send! for Ruby 1.9 forward compatibility.Jeremy Kemper2007-09-271-0/+5
* Mark String#each_char test failing with Ruby 1.9Jeremy Kemper2007-09-271-0/+1
* Extract InflectorTestCases so both inflector and string inflections tests can...Jeremy Kemper2007-09-271-11/+14
* Object#copy_instance_variables_from Ruby 1.9 compatJeremy Kemper2007-09-271-6/+6
* Mark another Duration test failing with Ruby 1.9Jeremy Kemper2007-09-271-0/+1
* Prefer class_eval with block to many sends for Ruby 1.9 compatJeremy Kemper2007-09-271-53/+72
* Hax to workaround private send for Ruby 1.9. Consider moving to send! and ali...Jeremy Kemper2007-09-271-7/+7
* Use instance_variable_defined? instead of instance_variables.include? to acco...Jeremy Kemper2007-09-272-11/+11
* Backport Object#instance_variable_defined? for Ruby < 1.8.6.Jeremy Kemper2007-09-271-0/+7
* Mark Duration test failing with Ruby 1.9Jeremy Kemper2007-09-271-2/+3
* Date/Time/DateTime Ruby 1.9 compatJeremy Kemper2007-09-272-3/+5
* Change test for ruby 1.9 crashJeremy Kemper2007-09-271-6/+4
* Object#instance_exec produces fewer garbage methods.Jeremy Kemper2007-09-241-2/+9
* Object.subclasses_of includes anonymous subclasses.Jeremy Kemper2007-09-231-1/+8