aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change JSON to encode %w(< > &) as 4 digit hex codes to be in compliance with...Rick Olson2007-10-291-2/+2
* Make sure default_test is tested for ActiveSupport::TestCase tooMichael Koziarski2007-10-261-3/+5
* Make Default Test work with both ruby 1.8.4 and 1.8.6. [DrMark] Closes #10003Michael Koziarski2007-10-261-0/+6
* Fix JSON encoding/decoding bugs dealing with /'s. Closes #9990 [Rick, theama...Rick Olson2007-10-262-9/+11
* Document Enumerable and Hash #to_json. Add test for hash with integer key. Cl...Jeremy Kemper2007-10-241-0/+1
* 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
* Multibyte: String#slice supports regexp argument. Closes #9646.Jeremy Kemper2007-10-151-0/+5
* 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
* Correct BufferedLogger#level? checks. Closes #9806.Jeremy Kemper2007-10-071-0/+7
* String#to_xs uses the fast_xs extension if available for Builder speedup.Jeremy Kemper2007-10-071-7/+9
* Disambiguate Time, Date, and DateTime#to_json formatting. Closes #9750.Jeremy Kemper2007-10-051-3/+3
* Disabling auto_flushing still flushes when the buffer hits a maximum size, as...Jeremy Kemper2007-10-041-0/+13
* Hash#to_json takes :only or :except options to specific or omit certain hash ...Jeremy Kemper2007-10-041-0/+21
* Some platforms include colon in timezone offset, some don't. References #9744.Jeremy Kemper2007-10-032-6/+6
* BufferedLogger#auto_flushing = N flushes the log every N messages. Buffers wi...Jeremy Kemper2007-10-031-7/+34
* Ruby 1.9 compat, consistent load pathsJeremy Kemper2007-10-022-5/+11
* Fixed Date#xmlschema for dates outside the range of what can be created with ...David Heinemeier Hansson2007-10-012-2/+23
* Fixed JSON encoding to use quoted keys according to the JSON standard (closes...David Heinemeier Hansson2007-09-301-29/+5
* Ruby 1.9 compat for hash_ext_testJeremy Kemper2007-09-291-1/+1
* Mark Test::Unit#assert_difference incompatibility with Ruby 2 due to Proc#bin...Jeremy Kemper2007-09-291-32/+35
* Fixed spelling errors (closes #9706) [tarmo/rmm5t]David Heinemeier Hansson2007-09-284-4/+4
* BufferedLogger#add converts the message to a string. Closes #9724.Jeremy Kemper2007-09-281-0/+13
* Dependencies Ruby 1.9 compatJeremy Kemper2007-09-271-31/+30
* Alias Object#send to send! for Ruby 1.9 forward compatibility.Jeremy Kemper2007-09-271-0/+5
* Convert the Ruby 1.9 enumerator to an arrayJeremy Kemper2007-09-271-1/+1
* 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-274-217/+225
* 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
* BufferedLogger#add doesn't modify the message argument. Closes #9702.Jeremy Kemper2007-09-271-0/+6
* Include the testsDavid Heinemeier Hansson2007-09-251-0/+41
* Object#instance_exec produces fewer garbage methods.Jeremy Kemper2007-09-241-2/+9