fb16dfecae
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
7 lines
398 B
Text
7 lines
398 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.
|