Sha256: 131194e0435199a9f337d45f369a751b4fff8952c7e3d4ded98330de7bd4dafe

Contents?: true

Size: 1.6 KB

Versions: 4

Compression:

Stored size: 1.6 KB

Contents

## 1.2.1

- Remove HancockCMS support (moved into CMS and cache plugin for CMS).
- Cache is still here but only base methods.
- Options :cache_key and :cache_keys are working (not the same time but both).

## 1.2.0

- Default cache key is underscored namespace. Not work for default namespace without {cache: true}.

## 1.1.5

- HancockCMS support.
- Caching.

## 1.1.4

- Fork from rs-pro repo.

## 1.1.3

- Fix for namespace tabs when database table does not exist yet.

## 1.1.2

- Add namespace tabs in rails_admin
- Add code type with codemirror (requires glebtv-ckeditor)
- Fixed Paperclip installation checking #6. Thx @tanelj
- Add boolean data type #2. Thx @teonimesic

## 1.1.0

- Fix file type

## 1.0.0

- Support ActiveRecord

## 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

Rename it in all invocations, then run migrate DB with:

    RailsAdminSettings.migrate!

## 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
ack_rails_admin_settings-1.2.1.3 CHANGELOG.md
ack_rails_admin_settings-1.2.1.2 CHANGELOG.md
ack_rails_admin_settings-1.2.1.1 CHANGELOG.md
ack_rails_admin_settings-1.2.1 CHANGELOG.md