arsettings 1.0.1
ActiveRecord has a lot of support for tables of similar values. But what about those one time only values, like site settings? This is what ARSettings is intended for. One line to add settings to your ActiveRecord classes. Two to non-ActiveRecord classes. And you can have settings that are not defined on any class as well.
Gemfile:
=
install:
=
Runtime Dependencies (1):
activerecord
>= 2.3.8
Development Dependencies (1):
sqlite-ruby
>= 1.3.1