|
1 |
| -28-June-2012 - Sam |
2 |
| - |
| 1 | +28-June-2012 - Sam |
| 2 | + |
3 | 3 | * Started change log
|
4 | 4 | * Corrected profiler so it properly captures POST requests (was supressing non 200s)
|
5 |
| - * Amended Rack.MiniProfiler.config[:user_provider] to use ip addres for identity |
| 5 | + * Amended Rack.MiniProfiler.config[:user_provider] to use ip addres for identity |
6 | 6 | * Fixed bug where unviewed missing ids never got cleared
|
7 | 7 | * Supress all '/assets/' in the rails tie (makes debugging easier)
|
8 | 8 | * record_sql was mega buggy
|
9 | 9 | * added MemcacheStore
|
10 | 10 |
|
11 |
| -9-July-2012 - Sam |
| 11 | +9-July-2012 - Sam |
12 | 12 |
|
13 | 13 | * Cleaned up mechanism for profiling in production, all you need to do now
|
14 |
| - is call Rack::MiniProfiler.authorize_request to get profiling working in |
15 |
| - production |
16 |
| - * Added option to display full backtraces pp=full-backtrace |
17 |
| - * Cleaned up railties, got rid of the post authorize callback |
18 |
| - * Version 0.1.3 |
| 14 | + is call Rack::MiniProfiler.authorize_request to get profiling working in |
| 15 | + production |
| 16 | + * Added option to display full backtraces pp=full-backtrace |
| 17 | + * Cleaned up railties, got rid of the post authorize callback |
| 18 | + * Version 0.1.3 |
19 | 19 |
|
20 |
| -12-July-2012 - Sam |
| 20 | +12-July-2012 - Sam |
21 | 21 |
|
22 | 22 | * Fixed incorrect profiling steps (was not indenting or measuring start time right
|
23 |
| - * Implemented native PG and MySql2 interceptors, this gives way more accurate times |
24 |
| - * Refactored context so its a proper class and not a hash |
25 |
| - * Added some more client probing built in to rails |
26 |
| - * More tests |
| 23 | + * Implemented native PG and MySql2 interceptors, this gives way more accurate times |
| 24 | + * Refactored context so its a proper class and not a hash |
| 25 | + * Added some more client probing built in to rails |
| 26 | + * More tests |
| 27 | + |
| 28 | +18-July-2012 - Sam |
27 | 29 |
|
28 |
| -18-July-2012 - Sam |
29 |
| - |
30 | 30 | * Added First Paint time for chrome
|
31 | 31 | * Bug fix to ensure non Rails installs have mini profiler
|
32 | 32 | * Version 0.1.7
|
33 | 33 |
|
34 |
| -30-July-2012 - Sam |
35 |
| - |
| 34 | +30-July-2012 - Sam |
| 35 | + |
36 | 36 | * Made compliant with ancient versions of Rack (including Rack used by Rails2)
|
37 |
| - * Fixed broken share link |
| 37 | + * Fixed broken share link |
38 | 38 | * Fixed crashes on startup (in MemoryStore and FileStore)
|
39 | 39 | * Version 0.1.8
|
40 |
| - * Unicode fix |
| 40 | + * Unicode fix |
41 | 41 | * Version 0.1.9
|
42 | 42 |
|
43 | 43 | 7-August-2012 - Sam
|
44 | 44 |
|
45 | 45 | * Added option to disable profiler for the current session (pp=disable / pp=enable)
|
46 |
| - * yajl compatability contributed by Sven Riedel |
| 46 | + * yajl compatability contributed by Sven Riedel |
47 | 47 |
|
48 |
| -10-August-2012 - Sam |
| 48 | +10-August-2012 - Sam |
49 | 49 |
|
50 |
| - * Added basic prepared statement profiling for postgres |
| 50 | + * Added basic prepared statement profiling for postgres |
51 | 51 |
|
52 |
| -20-August-2012 - Sam |
53 |
| - |
54 |
| - * 1.12.pre |
| 52 | +20-August-2012 - Sam |
| 53 | + |
| 54 | + * 1.12.pre |
55 | 55 | * Cap X-MiniProfiler-Ids at 10, otherwise the header can get killed
|
56 | 56 |
|
57 | 57 | 3-September-2012 - Sam
|
58 | 58 |
|
59 | 59 | * 1.13.pre
|
60 |
| - * pg gem prepared statements were not being logged correctly |
| 60 | + * pg gem prepared statements were not being logged correctly |
61 | 61 | * added setting config.backtrace_ignores = [] - an array of regexes that match on caller lines that get ignored
|
62 |
| - * added setting config.backtrace_includes = [] - an array of regexes that get included in the trace by default |
| 62 | + * added setting config.backtrace_includes = [] - an array of regexes that get included in the trace by default |
63 | 63 | * cleaned up the way client settings are stored
|
64 | 64 | * made pp=full-backtrace "sticky"
|
65 | 65 | * added pp=normal-backtrace to clear the "sticky" state
|
66 | 66 | * change "pp=sample" to work with "caller" no need for stack trace gem
|
67 | 67 |
|
68 |
| -4-September-2012 - Sam |
| 68 | +4-September-2012 - Sam |
69 | 69 |
|
70 | 70 | * 1.15.pre
|
71 |
| - * fixed annoying bug where client settings were not sticking |
| 71 | + * fixed annoying bug where client settings were not sticking |
72 | 72 | * fixed long standing issue with Rack::ConditionalGet stopping MiniProfiler from working properly
|
73 | 73 |
|
74 |
| -5-September-2012 - Sam |
| 74 | +5-September-2012 - Sam |
75 | 75 |
|
76 | 76 | * 1.16
|
77 | 77 | * fixed long standing problem specs (issue with memory store)
|
|
83 | 83 | * 1.17
|
84 | 84 | * pp=sample was bust unless stacktrace was installed
|
85 | 85 |
|
86 |
| -10-September-2012 - Sam |
| 86 | +10-September-2012 - Sam |
87 | 87 |
|
88 | 88 | * 1.19
|
89 | 89 | * fix compat issue with 1.8.7
|
90 | 90 |
|
91 | 91 | 12-September-2012 - Sam
|
92 |
| - |
| 92 | + |
93 | 93 | * 1.20
|
94 | 94 | * Added pp=profile-gc , it allows you to profile the GC in Ruby 1.9.3
|
95 | 95 |
|
96 | 96 | 17-September-2012
|
97 | 97 | * 1.21
|
98 |
| - * New MemchacedStore |
| 98 | + * New MemchacedStore |
99 | 99 | * Rails 4 support
|
100 | 100 |
|
101 | 101 | 17-September-2012
|
|
0 commit comments