Closed bkeepers closed 10 months ago
This refactors the Rails integration, and includes it in the dotenv gem by default.
dotenv
Dotenv::Railtie
Dotenv::Rails
Dotenv::Rails.files
Dotenv::Rails.overwrite = true
I thought about deprecating the dotenv-rails gem, but for now I can just keep releasing it as an empty gem with a dependency on dotenv.
dotenv-rails
This refactors the Rails integration, and includes it in the
dotenv
gem by default.Dotenv::Railtie
=>Dotenv::Rails
Dotenv::Rails.files
, which can be mutated to change which files are loadedDotenv::Rails.overwrite = true
to overwrite existing ENV variablesI thought about deprecating the
dotenv-rails
gem, but for now I can just keep releasing it as an empty gem with a dependency ondotenv
.