Use Guard to start/stop Varnish using Lacquer.
Go to file
John Bintz 949c7c17e2 add basic readme, mess w/ logging some more 2011-09-29 14:25:30 -04:00
images initial very early release 2011-09-28 13:15:01 -04:00
lib/guard add basic readme, mess w/ logging some more 2011-09-29 14:25:30 -04:00
spec initial very early release 2011-09-28 13:15:01 -04:00
.gitignore initial commit 2011-09-28 11:22:05 -04:00
Gemfile initial commit 2011-09-28 11:22:05 -04:00
Guardfile initial commit 2011-09-28 11:22:05 -04:00
README.md add basic readme, mess w/ logging some more 2011-09-29 14:25:30 -04:00
Rakefile initial commit 2011-09-28 11:22:05 -04:00
guard-lacquer.gemspec initial very early release 2011-09-28 13:15:01 -04:00

README.md

Using Varnish with your app? Want to test your caching goodness locally first? Don't want to deal with craaaazy global VCLs or manually restarting things? guard-lacquer is what you want!

It wraps up the server running parts of Lacquer, abstracts out their Rails-isms, and starts and stops them just like any other Guard! If you don't have a config/config.vcl.erb file in your app for use with Lacquer, it copies that over for you, too.