1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activesupport/lib
Kohei Suzuki 16d7cfb177 Allow AS::Cache::FileStore#clear without cache directory
Currently `Rails.cache.clear` raises Errno::ENOENT if it's run just
after cloning a new Rails project. It should succeed without removing
files or directories.
2015-04-09 00:04:56 +09:00
..
active_support Allow AS::Cache::FileStore#clear without cache directory 2015-04-09 00:04:56 +09:00
active_support.rb Avoid to define an initializer after the load_config_initializers 2015-04-07 17:20:57 -03:00