v2.1.1
What's Changed
Fixed
- Added check to ensure that ActiveRecord has a connection to the database to avoid error when settings are checked before the database is connected or when the database doesn't yet exist.
Added
- Added
:null
storage engine that doesn't store settings at all. This is useful for testing or when the storage engine is no available in your continuous integration environment.
Full Changelog: v2.1.0...v2.1.1