- Fix empty rails panel in Chrome dejan#150
- Add rails 6.0-beta support dejan#151
- Add Sequel support dejan#127
- Add rails 5.2 support dejan#138
- Fix #134 - Broken in Chrome 62
- Add support for VSCode
- Relax rack-contrib requirement
- Support Rails 5.2
- Fix RubyMine IDE integration
- Don't override method signatures of base logger dejan#107
- more rails 5 fixes dejan#99
- Add "Atom" to the list of supported editors dejan#102
- add cache tab, fix rendering of color logging dejan#103
- Accept rails 5.0 dejan#97
- Fix CI failure dejan#98
- Add instructions for clearing the console dejan#89
- use a frozen copy of Rails.root in AppNotifications and LogInterceptor dejan#86
- Set background color so it doesn`t look broken with dark devtools theme
- Fix padding issues with tabs
- Fix error panel & conflict with BetterErrors
- gemspec cleanup
- Fix width of Response Time column in horizontal mode
- Maintain minimum width of the details panel while resizing in vertical mode
- UI changes: time units, breakdown tab, minor tweaks & fixes
- ActiveRecord & Log entries caller locations dejan#13
- Optional display for cached ActiveRecord queries dejan#68
- Fix logging dejan#64
- Panel dividers
- Fix negative time values displaying in Rails 4 #58
- Support lowercased headers (fixes problems with pow)
- Drop support for Ruby ver < 1.9.3
- Subscribe to only Notifications relevant to RailsPanel; Fixes #55, #59, #60, #61
- Fix IOError #51, #52
- Fix problems with apps that change working dir
- Fix bad signature logger methods
- Log pane for server logs
- Sublime in Windows support
- Change middleware to support rails app in subfolders
- Fix Errno::ENOENT #38
- Fix SystemStackError (stack level too deep) #34
- fix #32 - stop crashing when trying to json encode closed tempfile params
- relax dependency from rails to railties
- Handle exceptions prior to rails 3.2
- emacs editor option
- Fix clear button
- Responsive design
- Sublime support
- Tabs styling fix for small windows.
- Sorting duration table for db and view panel
- Number of queries shown od db panel
- Added button/shortcut (⌘+k, ctrl+l) for clearing
- Rails 3.0 & 3.1 support
- Editor integration for TextMate and MacVim
- Fixed broken rendering when db_runtime is undefined
- Omit SCHEMA calls in db table
- HTTPS support