Last active
August 29, 2015 14:10
-
-
Save rafaelfranca/2d80aaed43d09f56dcc9 to your computer and use it in GitHub Desktop.
This file contains 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
[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