aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
Commit message (Expand)AuthorAgeFilesLines
...
* Revert const_missing bypass in favor of Duration constant lookup tweakJeremy Kemper2007-12-151-0/+2
* More changelog updatesJeremy Kemper2007-12-151-6/+6
* We love whitespaceDavid Heinemeier Hansson2007-12-141-0/+1
* TimeZone#to_s uses UTC rather than GMT. References #1689.Jeremy Kemper2007-12-101-0/+2
* More changelog updatesJeremy Kemper2007-12-101-2/+2
* More changelog updatesJeremy Kemper2007-12-101-4/+4
* Update Chu's name in changelogsJeremy Kemper2007-12-101-2/+2
* Refactor of Hash#symbolize_keys! to use Hash#replace. Closes #10420 [ReinH]Rick Olson2007-12-081-0/+4
* Fix HashWithIndifferentAccess#to_options! so it doesn't clear the options has...Rick Olson2007-12-081-0/+2
* Make ready for 2.0.1David Heinemeier Hansson2007-12-071-1/+1
* Preparing for release shortlyDavid Heinemeier Hansson2007-12-061-4/+1
* 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