aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/cache/mem_cache_store.rb
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2015-05-21 21:26:26 +0200
committerXavier Noria <fxn@hashref.com>2015-05-21 21:45:51 +0200
commitd345ce9630ce4c01bc81a09fb015e7bd935600ad (patch)
treeb9366c77c58f04d469a486794c93c8d70abee119 /activesupport/lib/active_support/cache/mem_cache_store.rb
parent448bf47fe7a1e5c440b7f7fffc12bebd5d649a83 (diff)
downloadrails-d345ce9630ce4c01bc81a09fb015e7bd935600ad.tar.gz
rails-d345ce9630ce4c01bc81a09fb015e7bd935600ad.tar.bz2
rails-d345ce9630ce4c01bc81a09fb015e7bd935600ad.zip
revises a test to account for case-insensitive file systems
The patched test assumed the file system is case-sensitive, but that is not necessarily the case. In particular, this test did not pass in the recommended setup for the dev box, because the /vagrant shared folder is case-insensitive. After looking at some gems that provide access to file system metadata I have chosen to go with the check you can see in the patch because, albeit it's a bit dirty creating a file, it is super easy to understand and clearly portable. References https://github.com/rails/rails-dev-box/issues/102.
Diffstat (limited to 'activesupport/lib/active_support/cache/mem_cache_store.rb')
0 files changed, 0 insertions, 0 deletions