Asset purging library
gem 'multi_purge', '~> 0.0.1'require 'multi_purge'MultiPurge.one('/foo/bar.html')
# alias :single
MultiPurge.many(['/foo/bar.html', '/bar/foo.css'])
# alias :multipleBehind the scenes we're using Fog::CDN which allows us to support the most popular cdn providers
- ...
This library aims to support and is tested against the following Ruby implementations: