aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test
Commit message (Expand)AuthorAgeFilesLines
* String #to_time and #to_datetime: handle fractional seconds [#864 state:resol...Jason Frey (Fryguy)2009-06-071-0/+3
* Pull in time extensions alsoJeremy Kemper2009-06-051-1/+1
* Further cleaning up new callbacksYehuda Katz2009-06-022-44/+44
* Simplify callbacks to use less metaprogrammingYehuda Katz2009-06-022-40/+40
* AS::Concern redefines "include" to lazy include modules as dependenciesJoshua Peek2009-05-291-3/+3
* AS::Concern includes InstanceMethods module if it existsJoshua Peek2009-05-291-4/+13
* Break up DependencyModule's dual function of providing a "depend_on" DSL and ...Joshua Peek2009-05-281-10/+10
* Ensure Memcache local cache returns duplicated values [#2302 state:resolved]Joshua Peek2009-05-271-0/+9
* Remove 'core' fluff. Hookable ActiveSupport.load_all!Jeremy Kemper2009-05-206-6/+6
* Allow Module#depends_on to accept multiple modulesPratik Naik2009-05-211-0/+11
* Corrected new callbacks semantics with regards to using objects for around fi...Yehuda Katz + Carl Lerche2009-05-191-0/+62
* Use duck typing to also allow MemCache-like object when initializing a MemCac...Bryan Helmkamp2009-05-191-0/+6
* Allow MemCacheStore to be initialized with a MemCache object instead of addre...Bryan Helmkamp2009-05-191-4/+10
* Add ability to get multiple memcached keys at the same time (via MemCacheStor...Joe Van Dyk2009-05-181-0/+9
* load the JSON Backend lazily. If the JSON gem is already loaded, use the JSO...rick2009-05-171-0/+3
* Add support for parsing XML and JSON from an IO as well as a string [#2659 st...Brian Lopez2009-05-172-0/+27
* Merge branch 'master' into wip_abstract_controllerYehuda Katz + Carl Lerche2009-05-113-0/+103
|\
| * ActiveSupport::OrderedHash[1,2,3,4] creates an OrderedHash instead of a Hash.Douglas F Shearer2009-05-111-0/+6
| * ActiveSupport::OrderedHash#to_a method returns an ordered set of arrays. Matc...Ken Collins2009-05-101-0/+4
| * Prefer "included" language over "setup"Joshua Peek2009-05-071-8/+8
| * Make module dependency DSL opt inJoshua Peek2009-05-071-12/+15
| * Add test coverage to module setup extensionsJoshua Peek2009-05-071-0/+74
| * Fixed Hash#from_xml with keys that are all caps.codebrulee2009-05-041-0/+16
* | Don't run the action if callbacks are halted.Yehuda Katz + Carl Lerche2009-05-111-3/+11
* | Makes new callbacks support keys with special charactersYehuda Katz + Carl Lerche2009-05-011-0/+28
|/
* Work around Float faux precisionJeremy Kemper2009-04-303-15/+15
* add JRuby-JDOM backend for XmlMiniStephen Bannasch2009-04-261-0/+153
* Privatize rails_to_jsonJeremy Kemper2009-04-261-1/+1
* * Add pluggable JSON backends with support for the JSON gem. [rick]rick2009-04-233-46/+72
* Fix dependencies revealed by testing in isolationJeremy Kemper2009-04-2228-11/+48
* new_callbacks core extensionsJeremy Kemper2009-04-221-5/+5
* Merge branch 'master' into cherryJeremy Kemper2009-04-221-0/+1
|\
| * Opt in to JSONJeremy Kemper2009-04-221-0/+1
* | Opt in to DependenciesJeremy Kemper2009-04-222-0/+2
|/
* stdlib autoloads were hanging on 1.9.1Jeremy Kemper2009-04-221-2/+2
* Merge branch 'master' into cherryJeremy Kemper2009-04-207-19/+582
|\
| * Clearer String#first and #last edge cases. Fix that foo.first(0) == instead ...Jeremy Kemper2009-04-171-0/+2
| * Resurrecting 1.9 compatibility.Carl Lerche & Yehuda Katz2009-04-131-1/+1
| * Bring abstract_controller up to date with rails/masterCarl Lerche & Yehuda Katz2009-04-1329-415/+712
| |\
| | * Test cleanupGeoff Buesing2009-04-051-3/+3
| | * TimeWithZone.name returns 'Time', to further thwart type checkingGeoff Buesing2009-04-051-0/+4
| | * Enhance Time #since and #ago DST tests.Geoff Buesing2009-03-291-16/+57
| | * Time.local instances: Adding 24.hours across the DST boundary adds 24 hours i...Michael Curtis2009-03-292-16/+28
| * | Revert rspec-runner change. TODO: Add back support for the rspec T::U runner.Carl Lerche & Yehuda Katz2009-04-091-299/+301
| * | Add support for callbacksYehuda Katz2009-02-272-0/+497
| * | Make tests passYehuda Katz2009-02-021-121/+0
| * | Some merge cleanupYehuda Katz2009-02-021-0/+121
* | | Remove rarely-used DRb cache storeJeremy Kemper2009-04-171-6/+0
* | | Eliminate Pathname extensionsJeremy Kemper2009-04-171-10/+0
* | | Explicit test dependenciesJeremy Kemper2009-03-291-0/+1