Skip to content

Instantly share code, notes, and snippets.

@dhbahr
Last active April 12, 2016 16:18
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 dhbahr/9b226bf386270c57efdac05c53b31584 to your computer and use it in GitHub Desktop.
Save dhbahr/9b226bf386270c57efdac05c53b31584 to your computer and use it in GitHub Desktop.
$ rake db:migrate --trace
warning: ignoring extraneous `ruby-' prefix in version `ruby-2.0.0-p353'
(set by /home/work/workspaces/Cenit/morph/.ruby-version)
(in /home/work/workspaces/Cenit/morph)
** Invoke db:migrate (first_time)
** Invoke environment (first_time)
** Execute environment
rake aborted!
ArgumentError: auth_token missing
/home/dhbahr/.rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/sync-0.3.5/lib/sync.rb:67:in `setup_client'
/home/dhbahr/.rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/sync-0.3.5/lib/sync.rb:60:in `load_config'
/home/dhbahr/.rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/sync-0.3.5/lib/sync/engine.rb:7:in `block in <class:Engine>'
... un stack trace super fula
/home/dhbahr/.rbenv/versions/2.0.0-p353/lib/ruby/gems/2.0.0/gems/rake-10.5.0/bin/rake:33:in `<top (required)>'
/home/dhbahr/.rbenv/versions/2.0.0-p353/bin/rake:23:in `load'
/home/dhbahr/.rbenv/versions/2.0.0-p353/bin/rake:23:in `<main>'
Tasks: TOP => db:migrate => environment
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment