freebsd-ports/www/rubygem-rails-settings-cached/pkg-descr
Joseph Mingrone 88417842c4 New port, www/rubygem-rails-settings-cached: Rails settings plugin for
easily managing key-value pairs table

Adding www/rubygem-rails-settings-cached, because it is a dependency of the
upcoming port, www/mastodon.

WWW: https://github.com/huacnlee/rails-settings-cached/

Approved by:	swills (mentor, implicit)
2017-04-14 13:14:03 +00:00

9 lines
457 B
Text

Rails-settings-cached is a settings plugin that makes managing a table of global
key-value pairs easy. Think of it like a global hash stored in your database
that uses simple ActiveRecord-like methods for manipulation.
You can keep track of any global setting that you do not want to hard code into
your rails application. You can store any kind of object including strings,
numbers, and arrays.
WWW: https://github.com/huacnlee/rails-settings-cached/