Peek Peek Versions Save

Take a peek into your Rails applications.

v1.0.1

4 years ago
  • Remove CoffeeScript

v1.1.0

4 years ago
  • Ensure that Peek can handle concurrent requests with a multithreaded application server - #113 @smcgivern
  • Don't store metrics if no request ID is present - #112 @rymai

v1.0.0

7 years ago
  • Rails 4+ compatibility
    • Update before_filter to before_action @mkcode
    • Replace GIFs with colors @tarebyte
  • Remove CoffeeScript @dewski
  • Use Ruby JSON syntax for hashes

v0.2.0

8 years ago
  • Add image dependencies for asset compilation - #67 @fedesoria
  • Update JSON to 1.8.2 for compatibility with Ruby 2.2.2 - #73 @eitoball
  • Use concurrent-ruby gem in favor of deprecated atomic gem. - #73 @eitoball
  • Prevent errors if compatibility mode is enabled for jQuery - #74 @warseph
  • Add dependency for coffee-rails for Rails. - #80 @cllns
  • Fix deprecation warnings for helper_method for future versions of Rails past Rails v5. - #85 @mgrachev
  • Listen to Turbolinks v5 turbolinks:load JS event to trigger peek updates. - #88 @lucasmazza

v0.1.10

8 years ago
  • Take off Responders - #65 @nwjsmith

v0.1.9

9 years ago
  • Rescue & log Dalli exceptions instead of crashing - #50 @barunio

v0.1.8

10 years ago
  • Include the ControllerHelpers directly into ActionController::Base - #41 @lucasmazza

v0.1.6

10 years ago
  • Use event.which for normalization between event.keyCode and event.charCode - #38 @leongersing

v0.1.7

10 years ago
  • Support all Rails 3.x.x versions by not using request.uuid instead env - #39 @bryanmikaelian

v0.1.0

10 years ago
  • Introduced a new JS event peek:render that includes the request id and request payload data that is used to update the information in the bar.
  • Request information has moved from the peek/results partial to an AJAX request that happens on page load, and when PJAX/Turbolinks change pages.
  • Removed the need for peek/results partial.
  • Introduced a Redis and Memcache adapter for multi-server environments to store request payloads.
  • Tooltips automatically repositions depending on where the Peek bar is.