- Added support for Rails 5.2
- Removed the ability to read the current read-only status using
RailsReadonlyInjector.config.read_only
, and replaced it withRailsReadonlyInjector.in_read_only_mode?
.
- Added ability to explicitly include specific classes.
- Added ability to exclude specific classes from read-only mode.
- Improved support for Rails 5 (Automatic inclusion of descendants of
ApplicationRecord
rather thanActiveRecord::Base
).
- Initial release