Skip to content

Releases: stex/setting_accessors

Merge pull request #14 from Stex/release/1.1.0

03 Dec 11:32
8661396
Compare
Choose a tag to compare

Rails 5 Compatibility and complete Refactoring

26 Nov 17:45
4510182
Compare
Choose a tag to compare
Merge pull request #11 from Stex/release/1.0

Release/1.0

Release 0.2.0

13 Apr 09:07
Compare
Choose a tag to compare

as_json now actually respects its options (except and only).
Before, all setting accessors were returned which lead to unexpected behaviour.

v0.1

20 Aug 14:54
Compare
Choose a tag to compare
  • Added Rails 5 to the list of supported rails versions
  • Resolved a deprecation warning regarding ActiveRecord::Base#errors

v0.0.11: Fix for polymorphic settings not being updated in the database if pro…

05 Apr 12:45
Compare
Choose a tag to compare
…perties of a used object value were changed. Bumped version to 0.0.11

Bugfix Release

26 Mar 16:33
Compare
Choose a tag to compare

Fixes a problem with polymorphic settings not being created in the database if their default values were not completely replaced by a new object and an erroneous log output regarding invalid setting types.

v0.0.8

01 Oct 13:26
Compare
Choose a tag to compare

Bugfix release:

Temporary boolean settings which were set to false were ignored when fetching their value through the corresponding getter methods

v0.0.3: Fixed crashes on empty settings.yml

22 Jul 09:55
Compare
Choose a tag to compare
Changed behaviour when assigning nil values to ActiveRecord's way (actually assigning nil instead of converting it)

Gem Version 0.0.1

03 Jun 10:50
Compare
Choose a tag to compare
v0.0.1

Updated README