- Drop support for Ruby 2.7.
- Drop support for Rails 6.0.
- Add support for Ruby 3.3.
- Add support for Rails 7.1.
- Drop support for Ruby < 2.7 and Rails < 6.0.
- Add support for Ruby 3.1.
- Add support for Rails 7.0.
v0.5.1 (2020-01-29)
Merged pull requests:
v0.5.0 (2020-12-15)
Merged pull requests:
- Enable frozen string literals cop #36 (jturkel)
- Rails 6.1 Support #35 (jturkel)
- Migrate to CircleCI #34 (jturkel)
v0.4.1 (2020-10-13)
Closed issues:
- No default settings for rails 5.1 and 5.2 #29
Merged pull requests:
- Bump version v0.4.1 #33 (alexsalsify)
- Add support for config values from ENV variables #32 (alexsalsify)
v0.4.0 (2019-09-19)
Closed issues:
- safer_rails_console breaks newrelic reporting #23
Merged pull requests:
- Use Postgres for local development too #28 (jturkel)
- Rails 6.0 support #27 (jturkel)
- Drop Rails 4.2 support #26 (jturkel)
v0.3.0 (2018-04-16)
Merged pull requests:
v0.2.0 (2017-09-07)
Implemented enhancements:
- Sandbox mode should make it clear that edits don't stick #19
- Writes made in sandbox mode take out DB locks #18
- Confusion over unsandboxed/sandboxed terminology in command prompt #17
Merged pull requests:
- Set DB transactions to read-only and provide messaging for non-read operations #21 (timothysu)
- Change 'sandboxed' and 'unsandboxed' to 'read-only' and 'writable' and add respective flags #20 (timothysu)
v0.1.4 (2017-08-15)
Fixed bugs:
- Invalid cached and prepared statements do not trigger a automatic rollback with PostgreSQL #16
- safer_rails_console doesn't work in alerts service rails console mode in sandbox mode #13
Merged pull requests:
- Patch PostgreSQLAdapter#execute_and_clear instead of AbstractAdapter#log for auto-rollback #15 (timothysu)
v0.1.3 (2017-08-02)
Fixed bugs:
- Auto-sandboxing on environment does not work in Rails 5.1 #4
Merged pull requests:
- Default sandbox flag to nil in Rails 5.1 #12 (timothysu)
- Resolve sqlite3 dependency warning #11 (timothysu)
v0.1.2 (2017-07-21)
Merged pull requests:
v0.1.1 (2017-07-07)
Fixed bugs:
- Nothing happens when Spring is running #6
Merged pull requests:
v0.1.0 (2017-06-26)
Merged pull requests: