Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable DATABASE_URL to control the placement of all of the databases #114

Merged
merged 1 commit into from
Sep 24, 2024

Conversation

@rubys rubys merged commit a84f7f3 into main Sep 24, 2024
8 checks passed
def fix_database_config
yaml = IO.read("config/database.yml")

production = YAML.load(yaml, aliases: true)["production"]
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This actually hard breaks the generate run because not all database.yml files are valid before the erb preprocessing causing this to error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants