CacheBeGone

Simple Rails engine that provides controller, route and helper to ease administrative cache deletion.

Usage

use only if cache_store == file_store

to add an action button on your template at any place:

<%= cache_be_gone %>

Installation

Add this line to your rails (>=5) application's Gemfile:

gem 'cache_be_gone'

And then execute:

$ bundle

Or install it yourself as:

$ gem install cache_be_gone

License

The gem is available as open source under the terms of the MIT License.