Internal API errors in EdgeRails

Started getting these in my development.log when I called a bad before_filter. Looks like log_error needs to be updated?

DEPRECATION WARNING: @response is deprecated! Call response.inspect instead of @response.inspect. Args: See http://www.rubyonrails .org/deprecation for details. (called from log_error at ./script/../config/../vendor/rails/actionpack/lib/action_controller/rescue.rb: 66) DEPRECATION WARNING: @session is deprecated! Call session.inspect instead of @session.inspect. Args: See http://www.rubyonrails.or g/deprecation for details. (called from log_error at ./script/../config/../vendor/rails/actionpack/lib/action_controller/rescue.rb:66) DEPRECATION WARNING: @headers is deprecated! Call headers.inspect instead of @headers.inspect. Args: See http://www.rubyonrails.or g/deprecation for details. (called from log_error at ./script/../config/../vendor/rails/actionpack/lib/action_controller/rescue.rb:66) DEPRECATION WARNING: @params is deprecated! Call params.inspect instead of @params.inspect. Args: See Ruby on Rails — A web-app framework that includes everything needed to create database-backed web applications according to the Model-View-Controller (MVC) pattern. eprecation for details. (called from log_error at ./script/../config/../vendor/rails/actionpack/lib/action_controller/rescue.rb:66) DEPRECATION WARNING: @request is deprecated! Call request.inspect instead of @request.inspect. Args: See http://www.rubyonrails.or g/deprecation for details. (called from log_error at ./script/../config/../vendor/rails/actionpack/lib/action_controller/rescue.rb:66) DEPRECATION WARNING: @flash is deprecated! Call flash.inspect instead of @flash.inspect. Args: See Ruby on Rails — A web-app framework that includes everything needed to create database-backed web applications according to the Model-View-Controller (MVC) pattern. ecation for details. (called from log_error at ./script/../config/../vendor/rails/actionpack/lib/action_controller/rescue.rb:66) DEPRECATION WARNING: @cookies is deprecated! Call cookies.inspect instead of @cookies.inspect. Args: See http://www.rubyonrails.or g/deprecation for details. (called from log_error at ./script/../config/../vendor/rails/actionpack/lib/action_controller/rescue.rb:66)

Thanks for the report, Nate. Fixed in http://dev.rubyonrails.org/changeset/5757

jeremy