Created
November 5, 2013 21:14
-
-
Save jamland/7326447 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Intergalactic:airbrake-app andy$ rake db:migrate | |
----> No REDIS_RESQUE_URL in the env <----- | |
rake aborted! | |
bad URI(is not URI?): | |
/Users/andy/Sites/repository/airbrake-app/config/initializers/resque.rb:2:in `<top (required)>' | |
/Users/andy/.rvm/gems/ruby-2.0.0-p247@airbrake/gems/activesupport-3.2.13/lib/active_support/dependencies.rb:245:in `load' | |
/Users/andy/.rvm/gems/ruby-2.0.0-p247@airbrake/gems/activesupport-3.2.13/lib/active_support/dependencies.rb:245:in `block in load' | |
/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:245:in `load' | |
/Users/andy/.rvm/gems/ruby-2.0.0-p247@airbrake/gems/railties-3.2.13/lib/rails/engine.rb:588:in `block (2 levels) in <class:Engine>' | |
/Users/andy/.rvm/gems/ruby-2.0.0-p247@airbrake/gems/railties-3.2.13/lib/rails/engine.rb:587:in `each' | |
/Users/andy/.rvm/gems/ruby-2.0.0-p247@airbrake/gems/railties-3.2.13/lib/rails/engine.rb:587:in `block in <class:Engine>' | |
/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
Intergalactic:airbrake-app andy$ foreman run rake db:migrate
== AddUniqueIndexOnAuthToken: migrating ======================================
-- remove_index(:users, :auth_token)
rake aborted!
An error has occurred, all later migrations canceled:
Index name 'index_users_on_auth_token' on table 'users' does not exist/Users/andy/.rvm/gems/ruby-2.0.0-p247@airbrake/gems/activerecord-3.2.13/lib/active_record/connection_adapters/abstract/schema_statements.rb:587:in
'index_name_for_remove' /Users/andy/.rvm/gems/ruby-2.0.0-p247@airbrake/gems/activerecord-3.2.13/lib/active_record/connection_adapters/abstract/schema_statements.rb:366:in
remove_index'/Users/andy/.rvm/gems/ruby-2.0.0-p247@airbrake/gems/activerecord-3.2.13/lib/active_record/migration.rb:466:in
block in method_missing' /Users/andy/.rvm/gems/ruby-2.0.0-p247@airbrake/gems/activerecord-3.2.13/lib/active_record/migration.rb:438:in
block in say_with_time'/Users/andy/.rvm/gems/ruby-2.0.0-p247@airbrake/gems/activerecord-3.2.13/lib/active_record/migration.rb:438:in
say_with_time' /Users/andy/.rvm/gems/ruby-2.0.0-p247@airbrake/gems/activerecord-3.2.13/lib/active_record/migration.rb:458:in
method_missing'/Users/andy/Sites/repository/airbrake-app/db/migrate/20130926134318_add_unique_index_on_auth_token.rb:3:in
up' /Users/andy/.rvm/gems/ruby-2.0.0-p247@airbrake/gems/activerecord-3.2.13/lib/active_record/migration.rb:410:in
block (2 levels) in migrate'/Users/andy/.rvm/gems/ruby-2.0.0-p247@airbrake/gems/activerecord-3.2.13/lib/active_record/migration.rb:410:in
block in migrate' /Users/andy/.rvm/gems/ruby-2.0.0-p247@airbrake/gems/activerecord-3.2.13/lib/active_record/connection_adapters/abstract/connection_pool.rb:129:in
with_connection'/Users/andy/.rvm/gems/ruby-2.0.0-p247@airbrake/gems/activerecord-3.2.13/lib/active_record/migration.rb:389:in
migrate' /Users/andy/.rvm/gems/ruby-2.0.0-p247@airbrake/gems/activerecord-3.2.13/lib/active_record/migration.rb:528:in
migrate'/Users/andy/.rvm/gems/ruby-2.0.0-p247@airbrake/gems/activerecord-3.2.13/lib/active_record/migration.rb:720:in
block (2 levels) in migrate' /Users/andy/.rvm/gems/ruby-2.0.0-p247@airbrake/gems/activerecord-3.2.13/lib/active_record/migration.rb:777:in
call'/Users/andy/.rvm/gems/ruby-2.0.0-p247@airbrake/gems/activerecord-3.2.13/lib/active_record/migration.rb:777:in
ddl_transaction' /Users/andy/.rvm/gems/ruby-2.0.0-p247@airbrake/gems/activerecord-3.2.13/lib/active_record/migration.rb:719:in
block in migrate'/Users/andy/.rvm/gems/ruby-2.0.0-p247@airbrake/gems/activerecord-3.2.13/lib/active_record/migration.rb:700:in
each' /Users/andy/.rvm/gems/ruby-2.0.0-p247@airbrake/gems/activerecord-3.2.13/lib/active_record/migration.rb:700:in
migrate'/Users/andy/.rvm/gems/ruby-2.0.0-p247@airbrake/gems/activerecord-3.2.13/lib/active_record/migration.rb:570:in
up' /Users/andy/.rvm/gems/ruby-2.0.0-p247@airbrake/gems/activerecord-3.2.13/lib/active_record/migration.rb:551:in
migrate'/Users/andy/.rvm/gems/ruby-2.0.0-p247@airbrake/gems/activerecord-3.2.13/lib/active_record/railties/databases.rake:193:in
block (2 levels) in <top (required)>' /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 `
Tasks: TOP => db:migrate
(See full trace by running task with --trace)
Intergalactic:airbrake-app andy$