Releases: rails/web-console
Releases · rails/web-console
3.6.1
- #252 Fix improper injection in Rack bodies like
ActionDispatch::Response::RackBody
(@gsamokovarov)
3.6.0
- #254 Rescue ActionDispatch::RemoteIp::IpSpoofAttackError (@wjordan)
- #250 Close original body to comply with Rack SPEC (@wagenet)
- #249 Update for frozen-string-literal friendliness (@pat)
- #248 Fix copy on Safari (@ybart)
- #246 International keyboard special character input fixes (@fl0l0u)
- #244 Let WebConsole.logger respect Rails.logger (@gsamokovarov)
3.5.1
#239 Fix the ActionDispatch::DebugExceptions integration (@gsamokovarov)
3.5.0
- #237 Bindex integration for JRuby 9k support (@gsamokovarov)
- #236 Remove unused Active Support lazy load hook (@betesh)
- #230 Handle invalid remote addresses (@akirakoyasu)
3.4.0
- #205 Introduce autocompletion (@sh19910711)
3.3.1
Drop support for Rails 4.2.0
.
3.3.0
- #203 Map bindings to traces based on the trace FILE and LINE (@gsamokovarov)
3.2.1
- #202 Use first binding when there is no application binding (@sh19910711)
3.2.0
- #198 Pick the first application trace binding on errors (@sh19910711)
- #189 Silence ActionView rendering information (@gsamokovarov)
3.1.1
- #185 Fix
rails console
startup (@gsamokovarov)