Releases: typisttech/rails-app_env
Releases · typisttech/rails-app_env
v0.3.0
What's Changed
💥 Breaking
- Re-organize namespaces; Do not autoload; Fix typo (#18) @tangrufus
Full Changelog: v0.2.0...v0.3.0
v0.2.0
What's Changed
✨ New Features & Enhancements
- Use
autoload
(#16) @tangrufus - Implement
app_config_for
helper (#15) @tangrufus - Add support for Rails console (#4) @tangrufus
💥 Breaking
Rails.app_env
: UnfollowRails.env
changes (#13) @tangrufus
🐛 Bug Fixes
- Fix: Do not override
config.credentials
when invokingrails credentials
commands (#11) @tangrufus
⬆️ Dependencies
- Reduce dependency to
railties >= 8.0.0
andactivesupport >= 8.0.0
(#17) @tangrufus bundle update
(#8) @tangrufus
📝 Documentation
- Readme: Mention
config
(#12) @tangrufus - Add documentation (#10) @tangrufus
✅ Tests
- Refactor tests (#14) @tangrufus
- Test: Remove
SECRET_KEY_BASE_DUMMY
(#9) @tangrufus - Regenerate dummy Rails app with minimum config; Refactor tests (#7) @tangrufus
- Test: Explicit specific environment variable when asserting with runner; Refactor tests (#1) @tangrufus
🔧 Maintenance
- GitHub Actions: Allow manually trigger CI workflows (#6) @tangrufus
- Git: Mark
test/dummy/**
as vendored files (#2) @tangrufus
Full Changelog: v0.1.0...v0.2.0
v0.1.0
Initial release