aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/core_ext
Commit message (Expand)AuthorAgeFilesLines
...
* TimeWithZone#- gives correct result with wrapped DateTime, and with DateTime ...gbuesing2009-01-041-0/+9
* MaKe Hash#slice! return removed values, akin to Array [#971 state:resolved]trans2008-12-261-3/+17
* Add :allow_nil option to delegate [#1127 state:resolved]Sergio Gil2008-12-211-0/+27
* Added a :camelize option to ActiveRecord and Hash to_xml serialization and fr...Bruce Krysiak2008-12-101-0/+7
* Change Array#to_sentence I18n options to pass comma and space character from ...Akira Matsuda2008-12-081-9/+10
* Explicitly require Builder in test that uses itJeremy Kemper2008-11-241-0/+1
* Revert "Hack builder to look for fast_xs instead of insisting on its own Stri...Jeremy Kemper2008-11-241-1/+0
* Allow optional arguments and/or block for Object#try like Object#send does. [...Eloy Duran2008-11-241-0/+7
* Hack builder to look for fast_xs instead of insisting on its own String#to_xsJeremy Kemper2008-11-231-0/+1
* Require mocha >= 0.9.0 for AS testsJeremy Kemper2008-11-227-315/+291
* Added ActiveSupport::BacktraceCleaner and Rails::BacktraceCleaner for cutting...David Heinemeier Hansson2008-11-221-1/+1
* Reduced the number of literal aliases to the range that has actually seen per...David Heinemeier Hansson2008-11-211-6/+2
* Ensure only delegations to methods can have an automatic prefix. [#1235 state...Daniel Schierbeck2008-11-211-0/+11
* Enumerable#none? conforms to Ruby 1.8.7 behaviorJeremy Kemper2008-11-191-1/+2
* Added Object#try. ( Taken from http://ozmm.org/posts/try.html ) [Chris Wanstr...Pratik Naik2008-11-191-0/+25
* Added Enumerable#none? to check that none of the elements match the block [#1...Damian Janowski2008-11-191-0/+10
* Switch to AS::TestCase for assert_deprecatedJeremy Kemper2008-11-151-2/+2
* Subclass AS::TestCase to get custom assertionsJeremy Kemper2008-11-071-1/+1
* Rework testing extensions to reflect the recent miniunit upheavalJeremy Kemper2008-11-071-4/+4
* Fix indentation mismatchJeremy Kemper2008-11-071-1/+1
* TimeWithZone#freeze: preload instance variables so that we can actually freezegbuesing2008-10-191-0/+13
* Moved test object instantiation to a setup method.Daniel Schierbeck2008-10-191-9/+9
* Made the :prefix option on Module#delegate accept a custom prefix.Daniel Schierbeck2008-10-191-0/+9
* Added :prefix option to Module#delegate.Daniel Schierbeck2008-10-191-0/+12
* Fix test warningsPratik Naik2008-10-171-2/+2
* Enhance testing for fractional days and weeks. Update changelog.gbuesing2008-10-132-13/+17
* Added deprecated warning messages to Float#months and Float#years deprications.Tom Lea2008-10-131-8/+10
* Deprecated Float#years and Float#months, moved Numeric#years and Numeric#mont...Tom Lea2008-10-131-0/+18
* Time#advance recognizes fractional days and weeks [#970 state:resolved]Tom Lea2008-10-131-0/+34
* Adds failed test case for slicing hash with indifferent access with symbol keysadam2008-09-231-0/+10
* Deprecated String#chars in favor of String#mb_chars.Manfred Stienstra2008-09-211-0/+6
* Move with_kcode helper to abstract_unit. Add tests for multibyte string exten...Manfred Stienstra2008-09-211-6/+47
* Fixed Time#end_of_quarter to not blow up on May 31st [#313 state:resolved]Carlos Brando2008-09-191-0/+1
* TimeWithZone #wday, #yday and #to_date avoid trip through #method_missinggbuesing2008-09-141-1/+3
* Add thorough tests for Time-object #past?, #future? and #today. Fix TimeWithZ...gbuesing2008-09-144-41/+195
* Introduce convenience methods past?, today? and future? for Date and Time cla...Clemens Kofler2008-09-144-15/+79
* Ensure Hash#except is allowed on a frozen hash. References #382Mislav Marohnić2008-09-131-0/+14
* Fix ActiveRecord::Base.quote_bound_value for ActiveSupper::Multibyte::Chars v...Manfred Stienstra2008-09-111-0/+6
* Don't run 32bit dependant assertions in 64bit environmentsTarmo Tänav2008-09-041-4/+10
* Add each_with_object from 1.9 for a more convenient alternative to inject.Adam Keys2008-09-031-0/+5
* Database connections are now pooled, one pool per #establish_connection call.Jeremy Kemper2008-09-022-9/+25
|\
| * Merge rexml-expansion-fix gem into activesupport.Michael Koziarski2008-09-021-0/+21
| * Get rid of 'Object#send!'. It was originally added because it's in Ruby 1.9, ...Jeremy Kemper2008-08-312-9/+4
* | Module#synchronize: Add testcase to ensure that singleton methods can be wrappedNick2008-08-291-3/+17
* | Add method punctuation handling to #synchronizeNick2008-08-291-0/+14
* | Adds Module#synchronize for easier method-level synchronization.Nick2008-08-291-0/+57
|/
* Fix Ruby's Time marshaling bug in pre-1.9 versions of Ruby: utc instances are...Luca Guidi2008-08-271-0/+34
* Work around frozen Date memoizationJeremy Kemper2008-08-251-4/+12
* camelize(:lower) should always downcase first character. [#696 state:resolved]Amos King2008-08-221-0/+4
* Mark Class as not being duplicable. [#829 state:resolved]Frederick Cheung2008-08-211-1/+1