Skip to content

Instantly share code, notes, and snippets.

@windhamdavid
Created May 25, 2011 00:55
Show Gist options
  • Save windhamdavid/990100 to your computer and use it in GitHub Desktop.
Save windhamdavid/990100 to your computer and use it in GitHub Desktop.
SilverBullet:davoku david$ git commit -m 'sprockets beta8'
[davoku 113be0e] sprockets beta8
2 files changed, 7 insertions(+), 5 deletions(-)
SilverBullet:davoku david$ git push heroku davoku:master
Counting objects: 10, done.
Delta compression using up to 2 threads.
Compressing objects: 100% (7/7), done.
Writing objects: 100% (7/7), 818 bytes, done.
Total 7 (delta 5), reused 0 (delta 0)
-----> Heroku receiving push
-----> Rails app detected
-----> Detected Rails is not set to serve static_assets
Installing rails3_serve_static_assets... done
-----> Configure Rails 3 to disable x-sendfile
Installing rails3_disable_x_sendfile... done
-----> Configure Rails to log to stdout
Installing rails_log_stdout... done
-----> Gemfile detected, running Bundler version 1.0.7
Unresolved dependencies detected; Installing...
Using --without development:test
Fetching source index for http://rubygems.org/
Installing rake (0.9.0)
Installing multi_json (1.0.3)
Installing activesupport (3.1.0.beta1)
Installing bcrypt-ruby (2.1.4) with native extensions
Installing builder (3.0.0)
Installing i18n (0.6.0)
Installing activemodel (3.1.0.beta1)
Installing erubis (2.7.0)
Installing rack (1.3.0)
Installing rack-cache (1.0.2)
Installing rack-mount (0.7.4)
Installing rack-test (0.6.0)
Installing hike (1.0.0)
Installing tilt (1.3.1)
Installing sprockets (2.0.0.beta.2)
Installing tzinfo (0.3.27)
Installing actionpack (3.1.0.beta1)
Installing mime-types (1.16)
Installing polyglot (0.3.1)
Installing treetop (1.4.9)
Installing mail (2.3.0)
Installing actionmailer (3.1.0.beta1)
Installing arel (2.1.1)
Installing activerecord (3.1.0.beta1)
Installing activeresource (3.1.0.beta1)
Installing coffee-script-source (1.1.1)
Installing execjs (1.0.0)
Installing coffee-script (2.2.0)
Installing haml (3.1.1)
Installing rack-ssl (1.3.2)
Installing thor (0.14.6)
Installing railties (3.1.0.beta1)
Installing haml-rails (0.3.4)
Installing jquery-rails (1.0.7)
Installing json (1.5.1) with native extensions
Installing json_pure (1.5.1)
Installing pg (0.11.0) with native extensions
Using bundler (1.0.7)
Installing rails (3.1.0.beta1)
Installing sass (3.1.1)
Installing sqlite3 (1.3.3) with native extensions
Installing sqlite3-ruby (1.3.3)
Installing therubyracer-heroku (0.8.1.pre3) with native extensions
Your bundle is complete! It was installed into ./.bundle/gems/
-----> Compiled slug size is 13.2MB
-----> Launching... done, v9
http://davoku.heroku.com deployed to Heroku
To [email protected]:davoku.git
8f99e47..113be0e davoku -> master
SilverBullet:davoku david$ heroku rake db:migrate
rake aborted!
undefined method `task' for #<Davoku::Application:0x7fbc3e868d30>
(See full trace by running task with --trace)
SilverBullet:davoku david$ heroku rake db:migrate --trace
rake aborted!
undefined method `task' for #<Davoku::Application:0x7fb01de63c08>
/app/.bundle/gems/ruby/1.8/gems/railties-3.1.0.beta1/lib/rails/application.rb:187:in `initialize_tasks'
/app/.bundle/gems/ruby/1.8/gems/railties-3.1.0.beta1/lib/rails/application.rb:100:in `load_tasks'
/app/.bundle/gems/ruby/1.8/gems/railties-3.1.0.beta1/lib/rails/railtie/configurable.rb:28:in `send'
/app/.bundle/gems/ruby/1.8/gems/railties-3.1.0.beta1/lib/rails/railtie/configurable.rb:28:in `method_missing'
/app/Rakefile:3
/app/.bundle/gems/ruby/1.8/gems/rake-0.9.0/lib/rake/rake_module.rb:25:in `load'
/app/.bundle/gems/ruby/1.8/gems/rake-0.9.0/lib/rake/rake_module.rb:25:in `load_rakefile'
/app/.bundle/gems/ruby/1.8/gems/rake-0.9.0/lib/rake/application.rb:495:in `raw_load_rakefile'
/app/.bundle/gems/ruby/1.8/gems/rake-0.9.0/lib/rake/application.rb:78:in `load_rakefile'
/app/.bundle/gems/ruby/1.8/gems/rake-0.9.0/lib/rake/application.rb:129:in `standard_exception_handling'
/app/.bundle/gems/ruby/1.8/gems/rake-0.9.0/lib/rake/application.rb:77:in `load_rakefile'
/app/.bundle/gems/ruby/1.8/gems/rake-0.9.0/lib/rake/application.rb:61:in `run'
/app/.bundle/gems/ruby/1.8/gems/rake-0.9.0/lib/rake/application.rb:129:in `standard_exception_handling'
/app/.bundle/gems/ruby/1.8/gems/rake-0.9.0/lib/rake/application.rb:59:in `run'
/app/.bundle/gems/ruby/1.8/gems/rake-0.9.0/bin/rake:31
/usr/ruby1.8.7/bin/rake:19:in `load'
/usr/ruby1.8.7/bin/rake:19
SilverBullet:davoku david$ heroku stack:migrate bamboo-mri-1.9.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment