All Versions
67
Latest Version
Avg Release Cycle
62 days
Latest Release
1127 days ago

Changelog History
Page 6

  • v0.1.24 Changes

    April 08, 2013
    • ๐Ÿ‘€ [ADDED] Flame Graph Support see: http://samsaffron.com/archive/2013/03/19/flame-graphs-in-ruby-miniprofiler
    • [ADDED] New toggle_shortcut and start_hidden options
    • ๐Ÿ‘ [ADDED] Mongoid support
    • [ADDED] Rack::MiniProfiler.counter counter_name {}
    • [ADDED] Net:HTTP profiling
    • ๐Ÿ’Ž [ADDED] Ruby 1.8.7 support ... grrr
    • [IMPROVED] More robust gc profiling
    • [IMPROVED] Script tag initialized via data-attributes
    • [IMPROVED] Allow usage of existing jQuery if its already loaded
    • [IMPROVED] Pre-authorize to run in all non development? and production? modes
    • ๐Ÿ›  [FIXED] AngularJS support and MooTools
    • ๐Ÿ›  [FIXED] File retention leak in file_store
    • ๐Ÿ›  [FIXED] HTML5 implicit tags
    • ๐Ÿ›  [FIXED] pp=enable
  • v0.1.22 Changes

    September 20, 2012
    • ๐Ÿ›  [FIXED] Permission issue in the gem
  • v0.1.21 Changes

    September 17, 2012
    • [ADDED] New MemchacedStore
    • ๐Ÿš… [ADDED] Rails 4 support
  • v0.1.20 Changes

    September 12, 2012
    • ๐Ÿ’Ž [ADDED] pp=profile-gc: allows you to profile the GC in Ruby 1.9.3
  • v0.1.19 Changes

    September 10, 2012
    • ๐Ÿ’Ž [FIXED] Compatibility issue with Ruby 1.8.7
  • v0.1.17 Changes

    September 09, 2012
    • ๐Ÿ›  [FIXED] pp=sample was bust unless stacktrace was installed
  • v0.1.16 Changes

    September 05, 2012
    • [IMPROVED] Implemented stacktrace properly
    • ๐Ÿ›  [FIXED] Long standing problem specs (issue with memory store)
    • ๐Ÿš… [FIXED] Issue where profiler would be dumped when you got a 404 in production (and any time rails is bypassed)
  • v0.1.15.pre Changes

    September 04, 2012
    • ๐Ÿ›  [FIXED] Annoying bug where client settings were not sticking
    • ๐Ÿ›  [FIXED] Long standing issue with Rack::ConditionalGet stopping MiniProfiler from working properly
  • v0.1.13.pre Changes

    September 03, 2012
    • [ADDED] Setting: config.backtrace_ignores = [] - an array of regexes that match on caller lines that get ignored
    • 0๏ธโƒฃ [ADDED] Setting: config.backtrace_includes = [] - an array of regexes that get included in the trace by default
    • [ADDED] pp=normal-backtrace to clear the "sticky" state
    • [IMPROVED] Cleaned up the way client settings are stored
    • [IMPROVED] Made pp=full-backtrace "sticky"
    • [IMPROVED] Changed "pp=sample" to work with "caller" no need for stack trace gem
    • ๐Ÿ›  [FIXED] pg gem prepared statements were not being logged correctly
  • v0.1.12.pre Changes

    August 20, 2012
    • [IMPROVED] Cap X-MiniProfiler-Ids at 10, otherwise the header can get killed