Skip to content

A rails engine and helper to get rid of your cache by the click of a button

License

Notifications You must be signed in to change notification settings

erpe/cache_be_gone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A rails engine and helper to get rid of your cache by the click of a button

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published