Skip to content

Instantly share code, notes, and snippets.

@flexd
Created March 2, 2010 22:07
Show Gist options
  • Save flexd/320009 to your computer and use it in GitHub Desktop.
Save flexd/320009 to your computer and use it in GitHub Desktop.
playworkschool:myapp2 Kristoffer$ rake
(in /Users/Kristoffer/myapp2)
missing config/settings.yml
create config/settings.yml
missing config/redis/test.conf
create config/redis/test.conf
/Users/Kristoffer/myapp2/vendor/quietbacktrace-0.1.1/lib/quietbacktrace.rb:153:in `<top (required)>': uninitialized constant Test::Unit::Util (NameError)
from /Users/Kristoffer/myapp2/test/test_helper.rb:8:in `require'
from /Users/Kristoffer/myapp2/test/test_helper.rb:8:in `<top (required)>'
from /Users/Kristoffer/myapp2/test/routes/css_test.rb:1:in `require'
from /Users/Kristoffer/myapp2/test/routes/css_test.rb:1:in `<top (required)>'
from /Users/Kristoffer/myapp2/Thorfile:11:in `load'
from /Users/Kristoffer/myapp2/Thorfile:11:in `block in test'
from /Users/Kristoffer/myapp2/Thorfile:10:in `each'
from /Users/Kristoffer/myapp2/Thorfile:10:in `test'
from /opt/local/lib/ruby/gems/1.9.1/gems/thor-0.13.4/lib/thor/task.rb:33:in `run'
from /opt/local/lib/ruby/gems/1.9.1/gems/thor-0.13.4/lib/thor/invocation.rb:109:in `block in invoke'
from /opt/local/lib/ruby/gems/1.9.1/gems/thor-0.13.4/lib/thor/invocation.rb:116:in `call'
from /opt/local/lib/ruby/gems/1.9.1/gems/thor-0.13.4/lib/thor/invocation.rb:116:in `invoke'
from /opt/local/lib/ruby/gems/1.9.1/gems/thor-0.13.4/lib/thor.rb:137:in `block in start'
from /opt/local/lib/ruby/gems/1.9.1/gems/thor-0.13.4/lib/thor/base.rb:378:in `start'
from /opt/local/lib/ruby/gems/1.9.1/gems/thor-0.13.4/lib/thor.rb:124:in `start'
from /opt/local/lib/ruby/gems/1.9.1/gems/thor-0.13.4/lib/thor/runner.rb:34:in `method_missing'
from /opt/local/lib/ruby/gems/1.9.1/gems/thor-0.13.4/lib/thor/task.rb:33:in `run'
from /opt/local/lib/ruby/gems/1.9.1/gems/thor-0.13.4/lib/thor/task.rb:13:in `run'
from /opt/local/lib/ruby/gems/1.9.1/gems/thor-0.13.4/lib/thor/invocation.rb:109:in `block in invoke'
from /opt/local/lib/ruby/gems/1.9.1/gems/thor-0.13.4/lib/thor/invocation.rb:116:in `call'
from /opt/local/lib/ruby/gems/1.9.1/gems/thor-0.13.4/lib/thor/invocation.rb:116:in `invoke'
from /opt/local/lib/ruby/gems/1.9.1/gems/thor-0.13.4/lib/thor.rb:137:in `block in start'
from /opt/local/lib/ruby/gems/1.9.1/gems/thor-0.13.4/lib/thor/base.rb:378:in `start'
from /opt/local/lib/ruby/gems/1.9.1/gems/thor-0.13.4/lib/thor.rb:124:in `start'
from /opt/local/lib/ruby/gems/1.9.1/gems/thor-0.13.4/bin/thor:6:in `<top (required)>'
from /opt/local/bin/thor:19:in `load'
from /opt/local/bin/thor:19:in `<main>'
playworkschool:myapp2 Kristoffer$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment