Skip to content

database.yml : fail silently when no USER provided

jon r requested to merge fix/21 into master

This changes the way how the environmental variable for the database connection is retrieved. In cases where a DATABASE_URL, but no USER is present in the environment, the retrieval now fails silently, and ActiveRecord can continue building the database connection.

Fixes #21 (closed)

Edited by jon r

Merge request reports