Skip to content

Instantly share code, notes, and snippets.

@flynnduism
Last active August 29, 2015 14:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save flynnduism/2ceeee3a5be59b2f215e to your computer and use it in GitHub Desktop.
Save flynnduism/2ceeee3a5be59b2f215e to your computer and use it in GitHub Desktop.
Johnny Cash - Local Development errors
I, [2014-07-17T16:05:15.676107 #76042] INFO -- : Refreshing Gem list
WARNING: Nokogiri was built against LibXML version 2.8.0, but has dynamically loaded 2.9.0
DEPRECATION WARNING: The Active Record auto explain feature has been removed.
To disable this message remove the `active_record.auto_explain_threshold_in_seconds`
option from the `config/environments/*.rb` config file.
See http://guides.rubyonrails.org/4_0_release_notes.html for more information.
/Users/ronanflynn/.rbenv/versions/1.9.3-p547/lib/ruby/gems/1.9.1/gems/activerecord-4.0.5/lib/active_record/relation/finder_methods.rb:98:in `first!': ActiveRecord::RecordNotFound (ActiveRecord::RecordNotFound)
from /Users/ronanflynn/git/johnny_cash/mock/mocked_development_mode.rb:12:in `start'
from config.ru:8:in `block in <main>'
from /Users/ronanflynn/.rbenv/versions/1.9.3-p547/lib/ruby/gems/1.9.1/gems/rack-1.5.2/lib/rack/builder.rb:55:in `instance_eval'
from /Users/ronanflynn/.rbenv/versions/1.9.3-p547/lib/ruby/gems/1.9.1/gems/rack-1.5.2/lib/rack/builder.rb:55:in `initialize'
from config.ru:1:in `new'
from config.ru:1:in `<main>'
from /Users/ronanflynn/.rbenv/versions/1.9.3-p547/lib/ruby/gems/1.9.1/gems/unicorn-4.8.0.pre1/lib/unicorn.rb:48:in `eval'
from /Users/ronanflynn/.rbenv/versions/1.9.3-p547/lib/ruby/gems/1.9.1/gems/unicorn-4.8.0.pre1/lib/unicorn.rb:48:in `block in builder'
from /Users/ronanflynn/.rbenv/versions/1.9.3-p547/lib/ruby/gems/1.9.1/gems/unicorn-4.8.0.pre1/lib/unicorn/http_server.rb:752:in `call'
from /Users/ronanflynn/.rbenv/versions/1.9.3-p547/lib/ruby/gems/1.9.1/gems/unicorn-4.8.0.pre1/lib/unicorn/http_server.rb:752:in `build_app!'
from /Users/ronanflynn/.rbenv/versions/1.9.3-p547/lib/ruby/gems/1.9.1/gems/unicorn-4.8.0.pre1/lib/unicorn/http_server.rb:137:in `start'
from /Users/ronanflynn/.rbenv/versions/1.9.3-p547/lib/ruby/gems/1.9.1/gems/unicorn-4.8.0.pre1/bin/unicorn:126:in `<top (required)>'
from /Users/ronanflynn/.rbenv/versions/1.9.3-p547/bin/unicorn:23:in `load'
from /Users/ronanflynn/.rbenv/versions/1.9.3-p547/bin/unicorn:23:in `<main>'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment