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 http://www.rubyonrails.org/d 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 http://www.rubyonrails.org/depr 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) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com To unsubscribe from this group, send email to rubyonrails-core-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en -~----------~----~----~----~------~----~------~--~---
On 12/19/06, Nate Wiger <nwiger@gmail.com> wrote:> > Started getting these in my development.log when I called a bad > before_filter. Looks like log_error needs to be updated?Thanks for the report, Nate. Fixed in http://dev.rubyonrails.org/changeset/5757 jeremy --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com To unsubscribe from this group, send email to rubyonrails-core-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en -~----------~----~----~----~------~----~------~--~---