aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test
Commit message (Expand)AuthorAgeFilesLines
* Increment the version of our modified memcache_client code to prevent users w...Luca Guidi2008-11-061-0/+6
* Remove stuff that was deprecated in 2-1-stablePratik Naik2008-10-211-1/+0
* 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
* Skip tests that depend on memcached if not running.Doug Barth2008-10-172-18/+30
* Bring MemCacheStore and CompressedMemCacheStore inline with expected counter ...Doug Barth2008-10-171-10/+0
* Fix cache counter semantics for MemoryCache, FileStoreCache, and (presumably)...Doug Barth2008-10-171-22/+74
* 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
* test nested hash with floatDan Barry2008-10-121-0/+12
* Made i18n simple backend able to store false values (and not confuse them wit...Tarmo Tänav2008-10-091-0/+16
* Mark utf-8 source encodingJeremy Kemper2008-10-061-0/+2
* Fix memoize_all for methods with punctuation [#1175 state:resolved]Eugene Pimenov2008-10-051-0/+5
* Add tests for ActiveSupport::Rescuable. Use ActiveSupport::Rescuable in Actio...Pratik Naik2008-10-041-0/+75
* 1.8 compatibility for random_number method on SecureRandom.Michael Koziarski2008-10-041-0/+4
* Fix mismatched assertions.Michael Koziarski2008-10-041-2/+2
* added nicer failure reporting to #assert_difference to tell you the expressio...madlep2008-10-031-0/+18
* Adds failed test case for slicing hash with indifferent access with symbol keysadam2008-09-231-0/+10
* Modified ActiveSupport::Inflector#parameterize with code from slugalizer (htt...Adam Cigánek2008-09-232-1/+10
* Set encoding of the multibyte test helpers file to UTF-8 so the strings can b...Manfred Stienstra2008-09-211-0/+2
* Deprecated String#chars in favor of String#mb_chars.Manfred Stienstra2008-09-211-0/+6
* Move multibyte test helpers to a separate file and make the conformance tests...Manfred Stienstra2008-09-213-22/+26
* Add tests for u_unpack to make sure it raises an EncodingError on invalid UTF...Manfred Stienstra2008-09-211-0/+11
* Non-string results from forwarded methods should be returned vertabim.Manfred Stienstra2008-09-211-7/+12
* All methods which normally return a string now return a proxy instance.Manfred Stienstra2008-09-211-7/+42
* Move with_kcode helper to abstract_unit. Add tests for multibyte string exten...Manfred Stienstra2008-09-213-19/+61
* Add a test for ActiveSupport::Multibyte::Chars.consumes?.Manfred Stienstra2008-09-211-1/+8
* Simplify ActiveSupport::Multibyte and make it run on Ruby 1.9.Manfred Stienstra2008-09-215-584/+567
* 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-112-0/+10
* Flesh out the parameterize method to support non-ascii text and underscores.Michael Koziarski2008-09-111-1/+4
* Added Inflector#parameterize for easy slug generation ("Donald E. Knuth".para...David Heinemeier Hansson2008-09-102-0/+11
* 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-024-19/+36
|\
| * 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-313-18/+13
| * Fix test to not assume which thread finishes firstJeremy Kemper2008-08-291-1/+2
* | 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
|/