feature_setting 1.7.1
This gem introduces the concept of "features" and "settings" to your Rails app. It provides an easy way to define such features and settings with default values right in your code and will persist them in the database.
Gemfile:
=
install:
=
Runtime Dependencies (3):
Development Dependencies (9):
bundler
>= 1.9
byebug
>= 0
rake
>= 10.0
rspec
>= 3.0
rubocop
>= 1.17.0
rubocop-rake
>= 0
rubocop-rspec
>= 0
simplecov
>= 0
sqlite3
>= 0