Sha256: 12eb12d95b7548d0b675e6aede6c8207e3a6761e034ebb09c8b049ace7800a9f
Contents?: true
Size: 591 Bytes
Versions: 1
Compression:
Stored size: 591 Bytes
Contents
= Stopwatch This is a simple gem to load a Rack middleware that works together with the Rails 3 Notification API to display the page load time and amount of queries executed == Installation just add the following to the development group in your Gemfile. gem 'stopwatch', :git => https://github.com/bittersweet/stopwatch == Caveats * It removes etags so we can display it fresh every page load, otherwise the response would get cached by the browser because Rails would return a 304 Not Modified. == Todo * Basic configuration * Differentiate between cached and non-cached queries
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
stopwatch-0.0.1 | README.rdoc |