Skip to content

Instantly share code, notes, and snippets.

@rafaelfranca
Last active August 29, 2015 14:10
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 rafaelfranca/2d80aaed43d09f56dcc9 to your computer and use it in GitHub Desktop.
Save rafaelfranca/2d80aaed43d09f56dcc9 to your computer and use it in GitHub Desktop.
[2.1.5 yves]$ be rake --trace environment
** Invoke environment (first_time)
** Execute environment
"added hook"
"load Active Record"
"Active Record config: maintain_test_schema"
"Active Record config: raise_in_transactional_callbacks"
"Load initializer"
[2.1.5 yves]$ rails runner 'p 1'
"added hook"
"Load initializer"
"load Active Record"
"Active Record config: maintain_test_schema"
"Active Record config: raise_in_transactional_callbacks"
"Active Record config: schema_format"
1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment