aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
Commit message (Expand)AuthorAgeFilesLines
* Prep for RC2David Heinemeier Hansson2007-11-291-1/+1
* Added Array#from and Array#to that behaves just from String#from and String#t...David Heinemeier Hansson2007-11-271-0/+2
* Fix that empty collections should be treated as empty arrays regardless of wh...David Heinemeier Hansson2007-11-251-0/+2
* Honor Ruby's default calendar reform setting when creating DateTime objects v...Geoff Buesing2007-11-241-0/+2
* Change Time and DateTime #end_of_month to return last second of month instea...Geoff Buesing2007-11-241-0/+2
* Speedup String#blank? and remove some overspecified tests.Jeremy Kemper2007-11-141-0/+2
* Add documentation for Hash#diff. Closes #9306 [tarmo]Marcel Molina2007-11-061-0/+2
* Add new superclass_delegating_accessors. Similar to class inheritable attrib...Michael Koziarski2007-10-291-0/+2
* Change JSON to encode %w(< > &) as 4 digit hex codes to be in compliance with...Rick Olson2007-10-291-0/+2
* Fix JSON encoding/decoding bugs dealing with /'s. Closes #9990 [Rick, theama...Rick Olson2007-10-261-0/+2
* Introduce TestCase subclasses for testing rails applications allowing tests t...Michael Koziarski2007-10-261-0/+5
* Document Enumerable and Hash #to_json. Add test for hash with integer key. Cl...Jeremy Kemper2007-10-241-0/+2
* Hash#to_xml handles symbol values. Closes #9954.Jeremy Kemper2007-10-231-0/+2
* Hash#symbolize_keys behaves well with integer keys. Closes #9890.Jeremy Kemper2007-10-161-0/+2
* Multibyte: String#slice supports regexp argument. Closes #9646.Jeremy Kemper2007-10-151-0/+2
* object.duplicable? returns true if object.dup is safe. False for nil, true, f...Jeremy Kemper2007-10-151-0/+2
* Time, Date and DateTime #advance accept :weeks option. Closes #9866.Jeremy Kemper2007-10-131-0/+2
* 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-131-0/+2
* Fix Date#years_ago and #years_since from leap days. Closes #9864.Jeremy Kemper2007-10-131-0/+2
* Refactor Time and Date#months_since and #months_ago to use #advance. Closes #...Jeremy Kemper2007-10-131-0/+2
* Rebundle Builder 2.1.2 but prefer a newer RubyGem if available.Jeremy Kemper2007-10-101-0/+2
* * Add Range#overlaps?(range), Range#include?(range), and Range#step without a...Michael Koziarski2007-10-081-0/+2
* Correct BufferedLogger#level? checks. Closes #9806.Jeremy Kemper2007-10-071-0/+2
* Reference current fast_xs URLJeremy Kemper2007-10-071-1/+1
* String#to_xs uses the fast_xs extension if available for Builder speedup.Jeremy Kemper2007-10-071-0/+2
* Introduce BasicObject as Builder::BlankSlate for Ruby 1.9 forward compatibility.Jeremy Kemper2007-10-071-0/+2
* Unbundle Builder in favor of a gem dependency.Jeremy Kemper2007-10-071-0/+2
* Disambiguate Time, Date, and DateTime#to_json formatting. Closes #9750.Jeremy Kemper2007-10-051-0/+2
* Disabling auto_flushing still flushes when the buffer hits a maximum size, as...Jeremy Kemper2007-10-041-1/+1
* Hash#to_json takes :only or :except options to specific or omit certain hash ...Jeremy Kemper2007-10-041-1/+3
* BufferedLogger#auto_flushing = N flushes the log every N messages. Buffers wi...Jeremy Kemper2007-10-031-0/+2
* Fixed Date#xmlschema for dates outside the range of what can be created with ...David Heinemeier Hansson2007-10-011-0/+5
* Fixed that La Paz was included in -25200 and -14400 offsets when it should on...David Heinemeier Hansson2007-09-301-0/+2
* Fixed JSON encoding to use quoted keys according to the JSON standard (closes...David Heinemeier Hansson2007-09-301-0/+2
* Updated CHANGELOGs. They need to be filtered for duplicatesDavid Heinemeier Hansson2007-09-291-7/+18
* BufferedLogger#add converts the message to a string. Closes #9724.Jeremy Kemper2007-09-281-1/+1
* Alias Object#send to send! for Ruby 1.9 forward compatibility.Jeremy Kemper2007-09-271-0/+2
* Backport Object#instance_variable_defined? for Ruby < 1.8.6.Jeremy Kemper2007-09-271-0/+2
* BufferedLogger#add doesn't modify the message argument. Closes #9702.Jeremy Kemper2007-09-271-0/+2
* Added ActiveSupport::BufferedLogger as a duck-typing alternative (albeit with...David Heinemeier Hansson2007-09-251-0/+2
* Object#instance_exec produces fewer garbage methods.Jeremy Kemper2007-09-241-0/+2
* Decode json strings as Dates/Times if they're using a YAML-compatible format....Rick Olson2007-09-241-0/+2
* Dont need all of test/unit (closes #6673) [zenspider/josh]David Heinemeier Hansson2007-09-231-0/+2
* Object.subclasses_of includes anonymous subclasses.Jeremy Kemper2007-09-231-0/+2
* Fixed that pluralizing an empty string should return the same empty string, n...David Heinemeier Hansson2007-09-221-0/+2
* Added call to inspect on non-string classes for the logger (closes #8533) [co...David Heinemeier Hansson2007-09-221-0/+2
* Deprecation: remove deprecated :mday option from Time, Date, and DateTime#cha...Jeremy Kemper2007-09-181-0/+2
* Fix JSON decoder with nested quotes and commas. Closes #9579.Jeremy Kemper2007-09-171-0/+2
* Hash#to_xml doesn't double-unescape. Closes #8806.Jeremy Kemper2007-09-171-0/+2