All Versions
67
Latest Version
Avg Release Cycle
62 days
Latest Release
1127 days ago
Changelog History
Page 6
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