aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
Commit message (Expand)AuthorAgeFilesLines
* Standardize on using hyphens rather than colons to separate option names from...Marcel Molina2007-11-062-4/+4
* Add documentation for Hash#diff. Closes #9306 [tarmo]Marcel Molina2007-11-062-0/+10
* Cater for DST changes when converting Times to DateTimes. Closes #10068 [gbu...Michael Koziarski2007-11-056-10/+43
* Add new superclass_delegating_accessors. Similar to class inheritable attrib...Michael Koziarski2007-10-294-0/+148
* Change JSON to encode %w(< > &) as 4 digit hex codes to be in compliance with...Rick Olson2007-10-293-5/+8
* 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-262-1/+8
* Fix JSON encoding/decoding bugs dealing with /'s. Closes #9990 [Rick, theama...Rick Olson2007-10-265-19/+25
* Introduce TestCase subclasses for testing rails applications allowing tests t...Michael Koziarski2007-10-265-0/+24
* Add an ignored options parameter to ActiveSupport::JSON::Variable#to_json to ...Michael Koziarski2007-10-251-1/+1
* Document Enumerable and Hash #to_json. Add test for hash with integer key. Cl...Jeremy Kemper2007-10-244-0/+42
* Hash#to_xml handles symbol values. Closes #9954.Jeremy Kemper2007-10-233-2/+12
* Hash#symbolize_keys behaves well with integer keys. Closes #9890.Jeremy Kemper2007-10-163-3/+11
* Don't assume ActiveSupport module is already definedJeremy Kemper2007-10-151-5/+7
* Multibyte: String#slice supports regexp argument. Closes #9646.Jeremy Kemper2007-10-153-0/+9
* 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-153-0/+61
* Time, Date and DateTime #advance accept :weeks option. Closes #9866.Jeremy Kemper2007-10-137-7/+22
* Fix Time#years_ago and #years_since from leap days. Closes #9865.Jeremy Kemper2007-10-133-2/+6
* Time and DateTime#advance accept :hours, :minutes, and :seconds options. Clos...Jeremy Kemper2007-10-135-7/+35
* Don't shadow local var with block varJeremy Kemper2007-10-131-1/+1
* Use __FILE__ and __LINE__ for BufferedLogger severity methodsJeremy Kemper2007-10-131-2/+2
* Fix Date#years_ago and #years_since from leap days. Closes #9864.Jeremy Kemper2007-10-134-2/+8
* Refactor Time and Date#months_since and #months_ago to use #advance. Closes #...Jeremy Kemper2007-10-136-42/+22
* Update versions here tooDavid Heinemeier Hansson2007-10-121-1/+1
* Bundle xml-simple 1.0.11Jeremy Kemper2007-10-101-0/+1021
* Update bundled xml-simple to 1.0.11 and prefer installed gemsJeremy Kemper2007-10-101-1021/+0
* Rebundle Builder 2.1.2 but prefer a newer RubyGem if available.Jeremy Kemper2007-10-1014-16/+1061
* Style update for new Range extensionsJeremy Kemper2007-10-095-32/+24
* Hash is ordered in Ruby 1.9Jeremy Kemper2007-10-091-17/+22
* * Add Range#overlaps?(range), Range#include?(range), and Range#step without a...Michael Koziarski2007-10-086-0/+122
* Documentation for assert_valid_keys. Closes #7264 [tarmo, rsanheim]Michael Koziarski2007-10-081-0/+7
* Builder unbundle message directs to Bulk updating Gem source index for: http:...Jeremy Kemper2007-10-081-0/+7
* Correct BufferedLogger#level? checks. Closes #9806.Jeremy Kemper2007-10-073-1/+10
* Reference current fast_xs URLJeremy Kemper2007-10-072-1/+2
* String#to_xs uses the fast_xs extension if available for Builder speedup.Jeremy Kemper2007-10-079-10/+30
* Introduce BasicObject as Builder::BlankSlate for Ruby 1.9 forward compatibility.Jeremy Kemper2007-10-074-3/+11
* Unbundle Builder in favor of a gem dependency.Jeremy Kemper2007-10-078-724/+5
* Disambiguate Time, Date, and DateTime#to_json formatting. Closes #9750.Jeremy Kemper2007-10-055-6/+8
* Bump versions for 1.2.4 release.Jeremy Kemper2007-10-051-1/+1
* Disabling auto_flushing still flushes when the buffer hits a maximum size, as...Jeremy Kemper2007-10-043-12/+24
* Hash#to_json takes :only or :except options to specific or omit certain hash ...Jeremy Kemper2007-10-0416-25/+52
* Explicitly convert the buffer array to a string before writing to head off co...Jeremy Kemper2007-10-031-1/+1
* 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-033-14/+65
* Ruby 1.9 compat, consistent load pathsJeremy Kemper2007-10-0225-64/+70
* Fixed Date#xmlschema for dates outside the range of what can be created with ...David Heinemeier Hansson2007-10-014-2/+32
* Fixed that La Paz was included in -25200 and -14400 offsets when it should on...David Heinemeier Hansson2007-09-302-2/+4
* Fixed JSON encoding to use quoted keys according to the JSON standard (closes...David Heinemeier Hansson2007-09-305-44/+8
* Ruby 1.9 compat for hash_ext_testJeremy Kemper2007-09-291-1/+1