All Versions
67
Latest Version
Avg Release Cycle
62 days
Latest Release
123 days ago
Changelog History
Page 7
Changelog History
Page 7
-
v0.1.11.pre Changes
August 10, 2012- [ADDED] Basic prepared statement profiling for Postgres
-
v0.1.10 Changes
August 07, 2012- [ADDED] Option to disable profiler for the current session (pp=disable / pp=enable)
- [ADDED] yajl compatability contributed by Sven Riedel
-
v0.1.9 Changes
July 30, 2012- ๐ [IMPROVED] Made compliant with ancient versions of Rack (including Rack used by Rails2)
- ๐ [FIXED] Broken share link
- ๐ [FIXED] Crashes on startup (in MemoryStore and FileStore)
- ๐ [FIXED] Unicode issue
-
v0.1.7 Changes
July 18, 2012- [ADDED] First Paint time for Google Chrome
- ๐ [FIXED] Ensure non Rails installs have mini profiler
-
v0.1.6 Changes
July 12, 2012- [ADDED] Native PG and MySql2 interceptors, this gives way more accurate times
- ๐ [ADDED] some more client probing built in to rails
- ๐จ [IMPROVED] Refactored context so its a proper class and not a hash
- โ [IMPROVED] More tests
- ๐ [FIXED] Incorrect profiling steps (was not indenting or measuring start time right
-
v0.1.3 Changes
July 09, 2012- [ADDED] New option to display full backtraces pp=full-backtrace
- [IMPROVED] Cleaned up mechanism for profiling in production, all you need to do now is call Rack::MiniProfiler.authorize_request to get profiling working in production
- [IMPROVED] Cleaned up railties, got rid of the post authorize callback
-
v0.1.1 Changes
June 28, 2012- ๐ฒ [ADDED] Started change log
- [ADDED] added MemcacheStore
- [IMPROVED] Corrected profiler so it properly captures POST requests (was supressing non 200s)
- [IMPROVED] Amended Rack.MiniProfiler.config[:user_provider] to use ip addres for identity
- ๐ฑ [IMPROVED] Supress all '/assets/' in the rails tie (makes debugging easier)
- ๐ [FIXED] Issue where unviewed missing ids never got cleared
- ๐ [FIXED] record_sql was mega buggy