aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/core_ext
Commit message (Expand)AuthorAgeFilesLines
...
* Use current umask when testing the expected file mode [#823 state:resolved]S. Brent Faulkner2008-08-131-4/+4
* Make File.atomic_write copy the original permissions or use the directories d...Joshua Peek2008-08-061-6/+44
* If it doesn't overflow, it won't have a .start method. So don't run the seco...Michael Koziarski2008-07-201-1/+1
* Handle the case where 64bit time_t won't overflow.Michael Koziarski2008-07-201-1/+6
* Add extra tests to ensure Hash#slice works with an array as a key. #613MatthewRudy2008-07-171-0/+21
* Revert "Hash#slice supports an array of keys [#613 state:resolved]"Pratik Naik2008-07-171-35/+21
* Allow deep merging of hash values for nested with_options. [#490 state:resolved]Lawrence Pit2008-07-171-0/+10
* Hash#slice supports an array of keys [#613 state:resolved]Josh Owens2008-07-161-21/+35
* Added Object#metaclassJoshua Peek2008-07-151-0/+8
* Add in_groups to ActiveSupport::CoreExtensions::Array::Grouping. [#579 state:...Adrian Mugnolo2008-07-151-4/+46
* Fix TimeWithZone unmarshaling: coerce unmarshaled Time instances to utc, beca...gbuesing2008-07-141-0/+6
* TimeWithZone: when crossing DST boundary, treat Durations of days, months or ...gbuesing2008-06-291-0/+168
* Added block-handling to Enumerable#many? (Damian Janowski) [#452 state:resolved]David Heinemeier Hansson2008-06-201-2/+7
* Added Array#second through Array#tenth as aliases for Array#[1] through Array...David Heinemeier Hansson2008-06-171-0/+14
* Change Enumberal#several? to Enumberal#many?David Heinemeier Hansson2008-06-131-3/+3
* Added Object#present? which is equivalent to !Object#blank? [DHH]David Heinemeier Hansson2008-06-121-0/+5
* Merge branch 'master' of git@github.com:rails/railsDavid Heinemeier Hansson2008-06-123-17/+38
|\
| * Performance: faster Object.subclasses_ofJeremy Kemper2008-06-081-1/+1
| * Wrap date part value method tests inside a uses mocha block.Joshua Peek2008-06-071-16/+18
| * Move Class::ModelName to Active Support module core_extJeremy Kemper2008-06-061-0/+19
* | Added Enumberable#several? to encapsulate collection.size > 1 [DHH]David Heinemeier Hansson2008-06-121-0/+6
|/
* Fixed ambiguous first argument warning in ArrayExtTest.Joshua Peek2008-06-031-14/+12
* Namespace Inflector, Dependencies, OrderedOptions, and TimeZone under ActiveS...Joshua Peek2008-06-035-157/+157
* Added tests [#279 state:resolved] (Nicholas Schlueter)David Heinemeier Hansson2008-06-023-0/+10
* Fixed Date#end_of_quarter to not blow up on May 31st [#289 state:resolved] (D...David Heinemeier Hansson2008-06-021-0/+1
* Hash.from_xml: datetime xml types overflow to Ruby DateTime class when out of...gbuesing2008-05-181-0/+38
* TimeWithZone #+ and #- : ensure overflow to DateTime with Numeric arggbuesing2008-05-181-0/+7
* Include time zone offset in TimeWithZone#to_jsonDaniel Morrison2008-05-131-1/+1
* Adding Date.current, which returns Time.zone.today if config.time_zone is set...gbuesing2008-05-081-0/+23
* TimeWithZone: date part getter methods (#year #mon #day etc) are defined on c...gbuesing2008-05-081-1/+9
* Duration #since and #ago with no argument (e.g., 5.days.ago) return TimeWithZ...gbuesing2008-04-202-0/+66
* Time#since behaves correctly when passed a Duration. Closes #11527 [kemiller]gbuesing2008-04-121-2/+53
* Add #getutc alias for DateTime#utcgbuesing2008-04-121-0/+1
* TimeWithZone respects config.active_support.use_standard_json_time_formatgbuesing2008-04-121-0/+7
* Time #yesterday and #tomorrow behave correctly crossing DST boundary. Closes ...Geoff Buesing2008-04-041-0/+52
* TimeWithZone: Adding tests for dst and leap day edge cases when advancing timeGeoff Buesing2008-04-021-0/+35
* Revert [9209] Use Hash#exceptPratik Naik2008-04-021-32/+0
* Adding Hash#without Closes #7369 [eventualbuddha]Pratik Naik2008-04-021-0/+32
* TimeWithZone#method_missing: send to utc to advance with dst correctness, oth...Geoff Buesing2008-04-021-0/+63
* Add query methods for superclass_delegating_readerJeremy Kemper2008-03-311-4/+14
* Removing unnecessary uses_tzinfo helper from tests, given that TZInfo is now ...Geoff Buesing2008-03-301-456/+453
* Play nice with 1.9's DateTime#to_sJeremy Kemper2008-03-291-1/+1
* Ensure threads finish running for time zone thread safety test.Josh Peek2008-03-291-2/+4
* config.time_zone and TimeWithZone#marshal_load accept tzinfo/Olson identifiersGeoff Buesing2008-03-281-0/+11
* Time.zone= accepts TZInfo::Timezone instances and Olson identifiers; wraps re...Geoff Buesing2008-03-281-0/+28
* TimeWithZone time conversions don't need to be wrapped in TimeOrDateTime, bec...Geoff Buesing2008-03-281-0/+12
* TimeWithZone#usec returns 0 instead of error when DateTime is wrappedGeoff Buesing2008-03-281-0/+7
* Ensure that TimeWithZone#to_yaml works when passed a YAML::Emitter. [rick]Rick Olson2008-03-231-0/+6
* Ensure correct TimeWithZone#to_dateGeoff Buesing2008-03-221-0/+13
* Make TimeWithZone work with tzinfo 0.2.x: use TZInfo::Timezone#zone_identifie...Geoff Buesing2008-03-211-80/+138