Skip to content

Instantly share code, notes, and snippets.

@sgeb
Created August 21, 2013 15:17
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 sgeb/6295816 to your computer and use it in GitHub Desktop.
Save sgeb/6295816 to your computer and use it in GitHub Desktop.
Output of running `middleman publish source/drafts/blah.md`
/Users/sgebhar/.rvm/gems/ruby-1.9.3-p385/gems/middleman-core-3.1.4/lib/middleman-core/configuration.rb:78:in `method_missing': undefined method `frontmatter_manager' for #<Middleman::Application:0x70367218082420> (NoMethodError)
from /Users/sgebhar/.rvm/gems/ruby-1.9.3-p385/gems/middleman-blog-drafts-0.0.2/lib/middleman-blog-drafts/commands/publish.rb:46:in `publish'
from /Users/sgebhar/.rvm/gems/ruby-1.9.3-p385/gems/thor-0.18.1/lib/thor/command.rb:27:in `run'
from /Users/sgebhar/.rvm/gems/ruby-1.9.3-p385/gems/thor-0.18.1/lib/thor/invocation.rb:120:in `invoke_command'
from /Users/sgebhar/.rvm/gems/ruby-1.9.3-p385/gems/thor-0.18.1/lib/thor.rb:363:in `dispatch'
from /Users/sgebhar/.rvm/gems/ruby-1.9.3-p385/gems/thor-0.18.1/lib/thor/base.rb:439:in `start'
from /Users/sgebhar/.rvm/gems/ruby-1.9.3-p385/gems/middleman-core-3.1.4/lib/middleman-core/cli.rb:77:in `method_missing'
from /Users/sgebhar/.rvm/gems/ruby-1.9.3-p385/gems/thor-0.18.1/lib/thor/command.rb:29:in `run'
from /Users/sgebhar/.rvm/gems/ruby-1.9.3-p385/gems/thor-0.18.1/lib/thor/command.rb:128:in `run'
from /Users/sgebhar/.rvm/gems/ruby-1.9.3-p385/gems/thor-0.18.1/lib/thor/invocation.rb:120:in `invoke_command'
from /Users/sgebhar/.rvm/gems/ruby-1.9.3-p385/gems/thor-0.18.1/lib/thor.rb:363:in `dispatch'
from /Users/sgebhar/.rvm/gems/ruby-1.9.3-p385/gems/thor-0.18.1/lib/thor/base.rb:439:in `start'
from /Users/sgebhar/.rvm/gems/ruby-1.9.3-p385/gems/middleman-core-3.1.4/lib/middleman-core/cli.rb:22:in `start'
from /Users/sgebhar/.rvm/gems/ruby-1.9.3-p385/gems/middleman-core-3.1.4/bin/middleman:18:in `<top (required)>'
from /Users/sgebhar/.rvm/gems/ruby-1.9.3-p385/bin/middleman:19:in `load'
from /Users/sgebhar/.rvm/gems/ruby-1.9.3-p385/bin/middleman:19:in `<main>'
from /Users/sgebhar/.rvm/gems/ruby-1.9.3-p385/bin/ruby_noexec_wrapper:14:in `eval'
from /Users/sgebhar/.rvm/gems/ruby-1.9.3-p385/bin/ruby_noexec_wrapper:14:in `<main>'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment