Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow AS::Cache::FileStore#clear without cache directory #19694

Merged
merged 1 commit into from
Apr 8, 2015

Conversation

eagletmt
Copy link
Contributor

@eagletmt eagletmt commented Apr 8, 2015

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.

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.
rafaelfranca added a commit that referenced this pull request Apr 8, 2015
Allow AS::Cache::FileStore#clear without cache directory
@rafaelfranca rafaelfranca merged commit 39c7cb2 into rails:master Apr 8, 2015
@eagletmt eagletmt deleted the file-store-clear branch April 9, 2015 00:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants