| Commit message (Collapse) | Author | Age |
|
|
|
|
| |
To make accessing classes and modules in lib work in the production
environment.
|
|
|
|
|
| |
To prevent them conflicting. Terraform itself has a locking mechanism,
which isn't being used, but this should be sufficient.
|
|
|
|
| |
For easier debugging.
|
|
|
|
|
| |
This is recommended by the Que library, but may come in useful
elsewhere for PostgreSQL specific stuff.
|
|
|
|
|
|
|
|
|
| |
Change the module to a class, which is used to represent a terraform
working directory.
Change the routing for the terraform http backends, to remove any
connection with mini environments, and remove this concern from the
new TerraformWorkingDirectory class also.
|
|
|
|
|
|
| |
Use gem rather than require in config/boot.rb. This is better, as it
only sets up the $LOAD_PATH, and doesn't actually require the
gem. This prevents Rails getting loaded early, and getting confused.
|
|
|