Skip to content

Instantly share code, notes, and snippets.

@tisba
Created September 27, 2012 12:20
Show Gist options
  • Select an option

  • Save tisba/3793710 to your computer and use it in GitHub Desktop.

Select an option

Save tisba/3793710 to your computer and use it in GitHub Desktop.
1.9.3-p194 migration-test ➜ bundle exec rake db:migrate --trace
** Invoke db:migrate (first_time)
** Invoke environment (first_time)
** Execute environment
** Invoke db:load_config (first_time)
** Execute db:load_config
** Execute db:migrate
** Invoke db:_dump (first_time)
** Execute db:_dump
** Invoke db:schema:dump (first_time)
** Invoke environment
** Invoke db:load_config
** Execute db:schema:dump
bundle exec rake db:migrate --trace 1.85s user 0.17s system 99% cpu 2.031 total
1.9.3-p194 migration-test ➜ bundle exec rake db:migrate:status --trace
** Invoke db:migrate:status (first_time)
** Invoke environment (first_time)
** Execute environment
** Invoke db:load_config (first_time)
** Execute db:load_config
** Execute db:migrate:status
Schema migrations table does not exist yet.
1.9.3-p194 migration-test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment