Skip to content

Instantly share code, notes, and snippets.

@robins35
Created July 25, 2015 17:25
Show Gist options
  • Save robins35/d3e5c72353febadaa48e to your computer and use it in GitHub Desktop.
Save robins35/d3e5c72353febadaa48e to your computer and use it in GitHub Desktop.
rooney@quasi:~/code/rubybot$ rake db:migrate
** Invoke db:migrate (first_time)
** Invoke db:configure_connection (first_time)
** Invoke db:configuration (first_time)
** Invoke db:environment (first_time)
** Execute db:environment
** Execute db:configuration
** Execute db:configure_connection
** Execute db:migrate
** Invoke db:configure_connection
== 1437784429 AddTableUsers: migrating ========================================
-- create_table(:users)
An error has occurred, this and all later migrations canceled:
wrong number of arguments (1 for 0)
== 1437784429 AddTableUsers: migrating ========================================
-- create_table(:users)
An error has occurred, this and all later migrations canceled:
wrong number of arguments (1 for 0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment