| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't run 32bit dependant assertions in 64bit environments | Tarmo Tänav | 2008-09-04 | 1 | -4/+10 |
* | Add each_with_object from 1.9 for a more convenient alternative to inject. | Adam Keys | 2008-09-03 | 1 | -0/+5 |
* | Database connections are now pooled, one pool per #establish_connection call. | Jeremy Kemper | 2008-09-02 | 2 | -9/+25 |
|\ |
|
| * | Merge rexml-expansion-fix gem into activesupport. | Michael Koziarski | 2008-09-02 | 1 | -0/+21 |
| * | Get rid of 'Object#send!'. It was originally added because it's in Ruby 1.9, ... | Jeremy Kemper | 2008-08-31 | 2 | -9/+4 |
* | | Module#synchronize: Add testcase to ensure that singleton methods can be wrapped | Nick | 2008-08-29 | 1 | -3/+17 |
* | | Add method punctuation handling to #synchronize | Nick | 2008-08-29 | 1 | -0/+14 |
* | | Adds Module#synchronize for easier method-level synchronization. | Nick | 2008-08-29 | 1 | -0/+57 |
|/ |
|
* | Fix Ruby's Time marshaling bug in pre-1.9 versions of Ruby: utc instances are... | Luca Guidi | 2008-08-27 | 1 | -0/+34 |
* | Work around frozen Date memoization | Jeremy Kemper | 2008-08-25 | 1 | -4/+12 |
* | camelize(:lower) should always downcase first character. [#696 state:resolved] | Amos King | 2008-08-22 | 1 | -0/+4 |
* | Mark Class as not being duplicable. [#829 state:resolved] | Frederick Cheung | 2008-08-21 | 1 | -1/+1 |
* | Use current umask when testing the expected file mode [#823 state:resolved] | S. Brent Faulkner | 2008-08-13 | 1 | -4/+4 |
* | Make File.atomic_write copy the original permissions or use the directories d... | Joshua Peek | 2008-08-06 | 1 | -6/+44 |
* | If it doesn't overflow, it won't have a .start method. So don't run the seco... | Michael Koziarski | 2008-07-20 | 1 | -1/+1 |
* | Handle the case where 64bit time_t won't overflow. | Michael Koziarski | 2008-07-20 | 1 | -1/+6 |
* | Add extra tests to ensure Hash#slice works with an array as a key. #613 | MatthewRudy | 2008-07-17 | 1 | -0/+21 |
* | Revert "Hash#slice supports an array of keys [#613 state:resolved]" | Pratik Naik | 2008-07-17 | 1 | -35/+21 |
* | Allow deep merging of hash values for nested with_options. [#490 state:resolved] | Lawrence Pit | 2008-07-17 | 1 | -0/+10 |
* | Hash#slice supports an array of keys [#613 state:resolved] | Josh Owens | 2008-07-16 | 1 | -21/+35 |
* | Added Object#metaclass | Joshua Peek | 2008-07-15 | 1 | -0/+8 |
* | Add in_groups to ActiveSupport::CoreExtensions::Array::Grouping. [#579 state:... | Adrian Mugnolo | 2008-07-15 | 1 | -4/+46 |
* | Fix TimeWithZone unmarshaling: coerce unmarshaled Time instances to utc, beca... | gbuesing | 2008-07-14 | 1 | -0/+6 |
* | TimeWithZone: when crossing DST boundary, treat Durations of days, months or ... | gbuesing | 2008-06-29 | 1 | -0/+168 |
* | Added block-handling to Enumerable#many? (Damian Janowski) [#452 state:resolved] | David Heinemeier Hansson | 2008-06-20 | 1 | -2/+7 |
* | Added Array#second through Array#tenth as aliases for Array#[1] through Array... | David Heinemeier Hansson | 2008-06-17 | 1 | -0/+14 |
* | Change Enumberal#several? to Enumberal#many? | David Heinemeier Hansson | 2008-06-13 | 1 | -3/+3 |
* | Added Object#present? which is equivalent to !Object#blank? [DHH] | David Heinemeier Hansson | 2008-06-12 | 1 | -0/+5 |
* | Merge branch 'master' of git@github.com:rails/rails | David Heinemeier Hansson | 2008-06-12 | 3 | -17/+38 |
|\ |
|
| * | Performance: faster Object.subclasses_of | Jeremy Kemper | 2008-06-08 | 1 | -1/+1 |
| * | Wrap date part value method tests inside a uses mocha block. | Joshua Peek | 2008-06-07 | 1 | -16/+18 |
| * | Move Class::ModelName to Active Support module core_ext | Jeremy Kemper | 2008-06-06 | 1 | -0/+19 |
* | | Added Enumberable#several? to encapsulate collection.size > 1 [DHH] | David Heinemeier Hansson | 2008-06-12 | 1 | -0/+6 |
|/ |
|
* | Fixed ambiguous first argument warning in ArrayExtTest. | Joshua Peek | 2008-06-03 | 1 | -14/+12 |
* | Namespace Inflector, Dependencies, OrderedOptions, and TimeZone under ActiveS... | Joshua Peek | 2008-06-03 | 5 | -157/+157 |
* | Added tests [#279 state:resolved] (Nicholas Schlueter) | David Heinemeier Hansson | 2008-06-02 | 3 | -0/+10 |
* | Fixed Date#end_of_quarter to not blow up on May 31st [#289 state:resolved] (D... | David Heinemeier Hansson | 2008-06-02 | 1 | -0/+1 |
* | Hash.from_xml: datetime xml types overflow to Ruby DateTime class when out of... | gbuesing | 2008-05-18 | 1 | -0/+38 |
* | TimeWithZone #+ and #- : ensure overflow to DateTime with Numeric arg | gbuesing | 2008-05-18 | 1 | -0/+7 |
* | Include time zone offset in TimeWithZone#to_json | Daniel Morrison | 2008-05-13 | 1 | -1/+1 |
* | Adding Date.current, which returns Time.zone.today if config.time_zone is set... | gbuesing | 2008-05-08 | 1 | -0/+23 |
* | TimeWithZone: date part getter methods (#year #mon #day etc) are defined on c... | gbuesing | 2008-05-08 | 1 | -1/+9 |
* | Duration #since and #ago with no argument (e.g., 5.days.ago) return TimeWithZ... | gbuesing | 2008-04-20 | 2 | -0/+66 |
* | Time#since behaves correctly when passed a Duration. Closes #11527 [kemiller] | gbuesing | 2008-04-12 | 1 | -2/+53 |
* | Add #getutc alias for DateTime#utc | gbuesing | 2008-04-12 | 1 | -0/+1 |
* | TimeWithZone respects config.active_support.use_standard_json_time_format | gbuesing | 2008-04-12 | 1 | -0/+7 |
* | Time #yesterday and #tomorrow behave correctly crossing DST boundary. Closes ... | Geoff Buesing | 2008-04-04 | 1 | -0/+52 |
* | TimeWithZone: Adding tests for dst and leap day edge cases when advancing time | Geoff Buesing | 2008-04-02 | 1 | -0/+35 |
* | Revert [9209] Use Hash#except | Pratik Naik | 2008-04-02 | 1 | -32/+0 |
* | Adding Hash#without Closes #7369 [eventualbuddha] | Pratik Naik | 2008-04-02 | 1 | -0/+32 |