Skip to content

Instantly share code, notes, and snippets.

@jamland
Created October 4, 2013 13:38
Show Gist options
  • Save jamland/6826074 to your computer and use it in GitHub Desktop.
Save jamland/6826074 to your computer and use it in GitHub Desktop.
Intergalactic:airbrake-app andy$ bundle exec rake db:migrate
rake aborted!
Please install the postgresql adapter: `gem install activerecord-postgresql-adapter` (pg is not part of the bundle. Add it to Gemfile.)
/Users/andy/.rvm/gems/ruby-2.0.0-p247@airbrake/gems/bundler-1.3.5/lib/bundler/rubygems_integration.rb:214:in `block in replace_gem'
/Users/andy/.rvm/gems/ruby-2.0.0-p247@airbrake/gems/activerecord-3.2.13/lib/active_record/connection_adapters/postgresql_adapter.rb:7:in `<top (required)>'
/Users/andy/.rvm/gems/ruby-2.0.0-p247@airbrake/gems/activesupport-3.2.13/lib/active_support/dependencies.rb:251:in `require'
/Users/andy/.rvm/gems/ruby-2.0.0-p247@airbrake/gems/activesupport-3.2.13/lib/active_support/dependencies.rb:251:in `block in require'
/Users/andy/.rvm/gems/ruby-2.0.0-p247@airbrake/gems/activesupport-3.2.13/lib/active_support/dependencies.rb:236:in `load_dependency'
/Users/andy/.rvm/gems/ruby-2.0.0-p247@airbrake/gems/activesupport-3.2.13/lib/active_support/dependencies.rb:251:in `require'
/Users/andy/.rvm/gems/ruby-2.0.0-p247@airbrake/gems/activerecord-3.2.13/lib/active_record/connection_adapters/abstract/connection_specification.rb:50:in `resolve_hash_connection'
/Users/andy/.rvm/gems/ruby-2.0.0-p247@airbrake/gems/activerecord-3.2.13/lib/active_record/connection_adapters/abstract/connection_specification.rb:41:in `resolve_string_connection'
/Users/andy/.rvm/gems/ruby-2.0.0-p247@airbrake/gems/activerecord-3.2.13/lib/active_record/connection_adapters/abstract/connection_specification.rb:27:in `spec'
/Users/andy/.rvm/gems/ruby-2.0.0-p247@airbrake/gems/activerecord-3.2.13/lib/active_record/connection_adapters/abstract/connection_specification.rb:130:in `establish_connection'
/Users/andy/.rvm/gems/ruby-2.0.0-p247@airbrake/gems/activerecord-3.2.13/lib/active_record/railtie.rb:82:in `block (2 levels) in <class:Railtie>'
/Users/andy/.rvm/gems/ruby-2.0.0-p247@airbrake/gems/activesupport-3.2.13/lib/active_support/lazy_load_hooks.rb:36:in `instance_eval'
/Users/andy/.rvm/gems/ruby-2.0.0-p247@airbrake/gems/activesupport-3.2.13/lib/active_support/lazy_load_hooks.rb:36:in `execute_hook'
/Users/andy/.rvm/gems/ruby-2.0.0-p247@airbrake/gems/activesupport-3.2.13/lib/active_support/lazy_load_hooks.rb:26:in `block in on_load'
/Users/andy/.rvm/gems/ruby-2.0.0-p247@airbrake/gems/activesupport-3.2.13/lib/active_support/lazy_load_hooks.rb:25:in `each'
/Users/andy/.rvm/gems/ruby-2.0.0-p247@airbrake/gems/activesupport-3.2.13/lib/active_support/lazy_load_hooks.rb:25:in `on_load'
/Users/andy/.rvm/gems/ruby-2.0.0-p247@airbrake/gems/activerecord-3.2.13/lib/active_record/railtie.rb:74:in `block in <class:Railtie>'
/Users/andy/.rvm/gems/ruby-2.0.0-p247@airbrake/gems/railties-3.2.13/lib/rails/initializable.rb:30:in `instance_exec'
/Users/andy/.rvm/gems/ruby-2.0.0-p247@airbrake/gems/railties-3.2.13/lib/rails/initializable.rb:30:in `run'
/Users/andy/.rvm/gems/ruby-2.0.0-p247@airbrake/gems/railties-3.2.13/lib/rails/initializable.rb:55:in `block in run_initializers'
/Users/andy/.rvm/gems/ruby-2.0.0-p247@airbrake/gems/railties-3.2.13/lib/rails/initializable.rb:54:in `each'
/Users/andy/.rvm/gems/ruby-2.0.0-p247@airbrake/gems/railties-3.2.13/lib/rails/initializable.rb:54:in `run_initializers'
/Users/andy/.rvm/gems/ruby-2.0.0-p247@airbrake/gems/railties-3.2.13/lib/rails/application.rb:136:in `initialize!'
/Users/andy/.rvm/gems/ruby-2.0.0-p247@airbrake/gems/railties-3.2.13/lib/rails/railtie/configurable.rb:30:in `method_missing'
/Users/andy/Sites/repository/airbrake-app/config/environment.rb:5:in `<top (required)>'
/Users/andy/.rvm/gems/ruby-2.0.0-p247@airbrake/gems/activesupport-3.2.13/lib/active_support/dependencies.rb:251:in `require'
/Users/andy/.rvm/gems/ruby-2.0.0-p247@airbrake/gems/activesupport-3.2.13/lib/active_support/dependencies.rb:251:in `block in require'
/Users/andy/.rvm/gems/ruby-2.0.0-p247@airbrake/gems/activesupport-3.2.13/lib/active_support/dependencies.rb:236:in `load_dependency'
/Users/andy/.rvm/gems/ruby-2.0.0-p247@airbrake/gems/activesupport-3.2.13/lib/active_support/dependencies.rb:251:in `require'
/Users/andy/.rvm/gems/ruby-2.0.0-p247@airbrake/gems/railties-3.2.13/lib/rails/application.rb:103:in `require_environment!'
/Users/andy/.rvm/gems/ruby-2.0.0-p247@airbrake/gems/railties-3.2.13/lib/rails/application.rb:297:in `block (2 levels) in initialize_tasks'
/Users/andy/.rvm/gems/ruby-2.0.0-p247@airbrake/bin/ruby_noexec_wrapper:14:in `eval'
/Users/andy/.rvm/gems/ruby-2.0.0-p247@airbrake/bin/ruby_noexec_wrapper:14:in `<main>'
Tasks: TOP => db:migrate => environment
(See full trace by running task with --trace)
Intergalactic:airbrake-app andy$ rake db:migrate
rake aborted!
Please install the postgresql adapter: `gem install activerecord-postgresql-adapter` (pg is not part of the bundle. Add it to Gemfile.)
/Users/andy/.rvm/gems/ruby-2.0.0-p247@airbrake/gems/bundler-1.3.5/lib/bundler/rubygems_integration.rb:214:in `block in replace_gem'
/Users/andy/.rvm/gems/ruby-2.0.0-p247@airbrake/gems/activerecord-3.2.13/lib/active_record/connection_adapters/postgresql_adapter.rb:7:in `<top (required)>'
/Users/andy/.rvm/gems/ruby-2.0.0-p247@airbrake/gems/activesupport-3.2.13/lib/active_support/dependencies.rb:251:in `require'
/Users/andy/.rvm/gems/ruby-2.0.0-p247@airbrake/gems/activesupport-3.2.13/lib/active_support/dependencies.rb:251:in `block in require'
/Users/andy/.rvm/gems/ruby-2.0.0-p247@airbrake/gems/activesupport-3.2.13/lib/active_support/dependencies.rb:236:in `load_dependency'
/Users/andy/.rvm/gems/ruby-2.0.0-p247@airbrake/gems/activesupport-3.2.13/lib/active_support/dependencies.rb:251:in `require'
/Users/andy/.rvm/gems/ruby-2.0.0-p247@airbrake/gems/activerecord-3.2.13/lib/active_record/connection_adapters/abstract/connection_specification.rb:50:in `resolve_hash_connection'
/Users/andy/.rvm/gems/ruby-2.0.0-p247@airbrake/gems/activerecord-3.2.13/lib/active_record/connection_adapters/abstract/connection_specification.rb:41:in `resolve_string_connection'
/Users/andy/.rvm/gems/ruby-2.0.0-p247@airbrake/gems/activerecord-3.2.13/lib/active_record/connection_adapters/abstract/connection_specification.rb:27:in `spec'
/Users/andy/.rvm/gems/ruby-2.0.0-p247@airbrake/gems/activerecord-3.2.13/lib/active_record/connection_adapters/abstract/connection_specification.rb:130:in `establish_connection'
/Users/andy/.rvm/gems/ruby-2.0.0-p247@airbrake/gems/activerecord-3.2.13/lib/active_record/railtie.rb:82:in `block (2 levels) in <class:Railtie>'
/Users/andy/.rvm/gems/ruby-2.0.0-p247@airbrake/gems/activesupport-3.2.13/lib/active_support/lazy_load_hooks.rb:36:in `instance_eval'
/Users/andy/.rvm/gems/ruby-2.0.0-p247@airbrake/gems/activesupport-3.2.13/lib/active_support/lazy_load_hooks.rb:36:in `execute_hook'
/Users/andy/.rvm/gems/ruby-2.0.0-p247@airbrake/gems/activesupport-3.2.13/lib/active_support/lazy_load_hooks.rb:26:in `block in on_load'
/Users/andy/.rvm/gems/ruby-2.0.0-p247@airbrake/gems/activesupport-3.2.13/lib/active_support/lazy_load_hooks.rb:25:in `each'
/Users/andy/.rvm/gems/ruby-2.0.0-p247@airbrake/gems/activesupport-3.2.13/lib/active_support/lazy_load_hooks.rb:25:in `on_load'
/Users/andy/.rvm/gems/ruby-2.0.0-p247@airbrake/gems/activerecord-3.2.13/lib/active_record/railtie.rb:74:in `block in <class:Railtie>'
/Users/andy/.rvm/gems/ruby-2.0.0-p247@airbrake/gems/railties-3.2.13/lib/rails/initializable.rb:30:in `instance_exec'
/Users/andy/.rvm/gems/ruby-2.0.0-p247@airbrake/gems/railties-3.2.13/lib/rails/initializable.rb:30:in `run'
/Users/andy/.rvm/gems/ruby-2.0.0-p247@airbrake/gems/railties-3.2.13/lib/rails/initializable.rb:55:in `block in run_initializers'
/Users/andy/.rvm/gems/ruby-2.0.0-p247@airbrake/gems/railties-3.2.13/lib/rails/initializable.rb:54:in `each'
/Users/andy/.rvm/gems/ruby-2.0.0-p247@airbrake/gems/railties-3.2.13/lib/rails/initializable.rb:54:in `run_initializers'
/Users/andy/.rvm/gems/ruby-2.0.0-p247@airbrake/gems/railties-3.2.13/lib/rails/application.rb:136:in `initialize!'
/Users/andy/.rvm/gems/ruby-2.0.0-p247@airbrake/gems/railties-3.2.13/lib/rails/railtie/configurable.rb:30:in `method_missing'
/Users/andy/Sites/repository/airbrake-app/config/environment.rb:5:in `<top (required)>'
/Users/andy/.rvm/gems/ruby-2.0.0-p247@airbrake/gems/activesupport-3.2.13/lib/active_support/dependencies.rb:251:in `require'
/Users/andy/.rvm/gems/ruby-2.0.0-p247@airbrake/gems/activesupport-3.2.13/lib/active_support/dependencies.rb:251:in `block in require'
/Users/andy/.rvm/gems/ruby-2.0.0-p247@airbrake/gems/activesupport-3.2.13/lib/active_support/dependencies.rb:236:in `load_dependency'
/Users/andy/.rvm/gems/ruby-2.0.0-p247@airbrake/gems/activesupport-3.2.13/lib/active_support/dependencies.rb:251:in `require'
/Users/andy/.rvm/gems/ruby-2.0.0-p247@airbrake/gems/railties-3.2.13/lib/rails/application.rb:103:in `require_environment!'
/Users/andy/.rvm/gems/ruby-2.0.0-p247@airbrake/gems/railties-3.2.13/lib/rails/application.rb:297:in `block (2 levels) in initialize_tasks'
/Users/andy/.rvm/gems/ruby-2.0.0-p247@airbrake/bin/ruby_noexec_wrapper:14:in `eval'
/Users/andy/.rvm/gems/ruby-2.0.0-p247@airbrake/bin/ruby_noexec_wrapper:14:in `<main>'
Tasks: TOP => db:migrate => environment
(See full trace by running task with --trace)
Intergalactic:airbrake-app andy$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment