dotenv v1.0.0 Release Notes

Release Date: 2014-10-03 // over 9 years ago
    • ๐Ÿš… dotenv-rails is now loaded during the before_configuration callback, which is fired when the Application constant is defined (class Application < Rails::Application).

    • โœ‚ Remove deprecated features. Upgrade to 0.11.0 and fix deprecation warnings before upgrading to 1.0.0.

    • ๐Ÿš… Watch .env for changes with Spring in Rails 4 (#118)

    • ๐Ÿ›  Fix deprecation warnings for File.exists? (#121)

    • ๐Ÿš… Use Rails.root to find .env (#122)

    • Avoid substitutions inside single quotes (#124)

    Full Changelog