Sha256: 75a3858a59e386e66a435bab8a0d0975c6fe8e3e811d511477433680ccffee08
Contents?: true
Size: 810 Bytes
Versions: 4
Compression:
Stored size: 810 Bytes
Contents
## 1.0.0.pre.1 Disable auto migrate. To migrate from 0.8 run: ``` RailsAdminSettings.migrate! ``` ## 0.9.1 Settings.ns(ns) now defaults to fallback to Settings.ns_fallback If you want an NS without fallback, specify nil: Settings.ns(ns, fallback: nil) ## 0.9.0 - Added ActiveRecord support - [!!!] Type renamed to Kind to avoid messing with AR STI column ## 0.6.0 - Added namespaced settings - Added loading of default settings from config/settings.yml - Settings.label(key) is removed - Added Settings.apply_defaults! to load settings from yml file without overwriting current settings. *note*: If setting type is changed and old value does not pass validation for new type, value will be reset to nil. - Added rake settings:save_defaults to dump current settings to config/defaults.yml
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
rails_admin_settings-1.1.0.pre.1 | CHANGELOG.md |
rails_admin_settings-1.0.1 | CHANGELOG.md |
rails_admin_settings-1.0.0 | CHANGELOG.md |
rails_admin_settings-1.0.0.pre.1 | CHANGELOG.md |