rails--rails/activesupport/test
David Heinemeier Hansson 2a9ad9ccbc Moved the caching stores from ActionController::Caching::Fragments::* to ActiveSupport::Cache::*. If you're explicitly referring to a store, like ActionController::Caching::Fragments::MemoryStore, you need to update that reference with ActiveSupport::Cache::MemoryStore [DHH] Deprecated ActionController::Base.fragment_cache_store for ActionController::Base.cache_store [DHH] All fragment cache keys are now by default prefixed with the 'views/' namespace [DHH] Added ActiveRecord::Base.cache_key to make it easier to cache Active Records in combination with the new ActiveSupport::Cache::* libraries [DHH] Added ActiveSupport::Gzip.decompress/compress(source) as an easy wrapper for Zlib [Tobias Luetke] Included MemCache-Client to make the improved ActiveSupport::Cache::MemCacheStore work out of the box [Bob Cottrell, Eric Hodel] Added config.cache_store to environment options to control the default cache store (default is FileStore if tmp/cache is present, otherwise MemoryStore is used) [DHH]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8546 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2008-01-03 21:05:12 +00:00
..
autoloading_fixtures
core_ext Ruby 1.9 compat: add #raise to AS::BasicObject, fixup Duration argument error. Closes #10594. 2008-01-02 09:08:14 +00:00
dependencies
json Ruby 1.9 compat: shadowed vars, kcode 2007-12-15 02:28:20 +00:00
abstract_unit.rb
buffered_logger_test.rb
caching_test.rb Moved the caching stores from ActionController::Caching::Fragments::* to ActiveSupport::Cache::*. If you're explicitly referring to a store, like ActionController::Caching::Fragments::MemoryStore, you need to update that reference with ActiveSupport::Cache::MemoryStore [DHH] Deprecated ActionController::Base.fragment_cache_store for ActionController::Base.cache_store [DHH] All fragment cache keys are now by default prefixed with the 'views/' namespace [DHH] Added ActiveRecord::Base.cache_key to make it easier to cache Active Records in combination with the new ActiveSupport::Cache::* libraries [DHH] Added ActiveSupport::Gzip.decompress/compress(source) as an easy wrapper for Zlib [Tobias Luetke] Included MemCache-Client to make the improved ActiveSupport::Cache::MemCacheStore work out of the box [Bob Cottrell, Eric Hodel] Added config.cache_store to environment options to control the default cache store (default is FileStore if tmp/cache is present, otherwise MemoryStore is used) [DHH] 2008-01-03 21:05:12 +00:00
clean_logger_test.rb
dependencies_test.rb
deprecation_test.rb
inflector_test.rb
inflector_test_cases.rb Fixed String#titleize to work for strings with 's too (closes #10571) [trek] 2008-01-03 00:16:47 +00:00
multibyte_chars_test.rb Fix invalid time test. Closes #10632 [Dirkjan Bussink] 2008-01-02 08:26:37 +00:00
multibyte_conformance.rb Multibyte: String#chars returns self for Ruby 1.9 2007-12-21 11:21:43 +00:00
multibyte_handler_test.rb Multibyte: String#chars returns self for Ruby 1.9 2007-12-21 11:21:43 +00:00
option_merger_test.rb
ordered_options_test.rb Ruby 1.9 compat. References #1689 [Pratik Naik] 2007-12-10 05:12:50 +00:00
test_test.rb Make sure default_test is tested for ActiveSupport::TestCase too 2007-10-26 23:38:34 +00:00
time_zone_test.rb TimeZone#to_s uses UTC rather than GMT. References #1689. 2007-12-10 10:08:07 +00:00
whiny_nil_test.rb