Rails 2.1.1
Among other things, a security fix.
This commit is contained in:
parent
d2c4c8737c
commit
d4f97345db
354 changed files with 21027 additions and 3072 deletions
|
@ -1,5 +1,11 @@
|
|||
require 'abstract_unit'
|
||||
|
||||
class CacheKeyTest < Test::Unit::TestCase
|
||||
def test_expand_cache_key
|
||||
assert_equal 'name/1/2/true', ActiveSupport::Cache.expand_cache_key([1, '2', true], :name)
|
||||
end
|
||||
end
|
||||
|
||||
class CacheStoreSettingTest < Test::Unit::TestCase
|
||||
def test_file_fragment_cache_store
|
||||
store = ActiveSupport::Cache.lookup_store :file_store, "/path/to/cache/directory"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue