Last active
December 14, 2015 12:39
-
-
Save zr2d2/5087828 to your computer and use it in GitHub Desktop.
Rails 4 Cooncerto Error
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [2013-06-02 15:41:21] ERROR NoMethodError: undefined method `tagged' for #<ScrubbingFormatter:0x00000005486d40 @datetime_format=nil> | |
| /home/bwm/concerto/vendor/bundle/ruby/2.0.0/gems/activesupport-4.0.0.rc1/lib/active_support/tagged_logging.rb:67:in `tagged' | |
| /home/bwm/concerto/vendor/bundle/ruby/2.0.0/gems/railties-4.0.0.rc1/lib/rails/rack/logger.rb:21:in `call' | |
| /home/bwm/concerto/vendor/bundle/ruby/2.0.0/gems/actionpack-4.0.0.rc1/lib/action_dispatch/middleware/request_id.rb:21:in `call' | |
| /home/bwm/concerto/vendor/bundle/ruby/2.0.0/gems/rack-1.5.2/lib/rack/methodoverride.rb:21:in `call' | |
| /home/bwm/concerto/vendor/bundle/ruby/2.0.0/gems/rack-1.5.2/lib/rack/runtime.rb:17:in `call' | |
| /home/bwm/concerto/vendor/bundle/ruby/2.0.0/gems/activesupport-4.0.0.rc1/lib/active_support/cache/strategy/local_cache.rb:83:in `call' | |
| /home/bwm/concerto/vendor/bundle/ruby/2.0.0/gems/rack-1.5.2/lib/rack/lock.rb:17:in `call' | |
| /home/bwm/concerto/vendor/bundle/ruby/2.0.0/gems/actionpack-4.0.0.rc1/lib/action_dispatch/middleware/static.rb:64:in `call' | |
| /home/bwm/concerto/vendor/bundle/ruby/2.0.0/gems/airbrake-3.1.12/lib/airbrake/user_informer.rb:16:in `_call' | |
| /home/bwm/concerto/vendor/bundle/ruby/2.0.0/gems/airbrake-3.1.12/lib/airbrake/user_informer.rb:12:in `call' | |
| /home/bwm/concerto/vendor/bundle/ruby/2.0.0/gems/railties-4.0.0.rc1/lib/rails/engine.rb:511:in `call' | |
| /home/bwm/concerto/vendor/bundle/ruby/2.0.0/gems/railties-4.0.0.rc1/lib/rails/application.rb:96:in `call' | |
| /home/bwm/concerto/vendor/bundle/ruby/2.0.0/gems/rack-1.5.2/lib/rack/lock.rb:17:in `call' | |
| /home/bwm/concerto/vendor/bundle/ruby/2.0.0/gems/rack-1.5.2/lib/rack/content_length.rb:14:in `call' | |
| /home/bwm/concerto/vendor/bundle/ruby/2.0.0/gems/rack-1.5.2/lib/rack/handler/webrick.rb:60:in `service' | |
| /home/bwm/.rvm/rubies/ruby-2.0.0-p195/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' | |
| /home/bwm/.rvm/rubies/ruby-2.0.0-p195/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' | |
| /home/bwm/.rvm/rubies/ruby-2.0.0-p195/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment