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)
This commit is contained in:
Joseph Mingrone 2017-04-14 13:14:03 +00:00
parent 7ad3e360c8
commit 88417842c4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=438511
4 changed files with 33 additions and 0 deletions

View File

@ -2065,6 +2065,7 @@
SUBDIR += rubygem-rack16
SUBDIR += rubygem-rails4
SUBDIR += rubygem-rails_autolink
SUBDIR += rubygem-rails-settings-cached
SUBDIR += rubygem-railties4
SUBDIR += rubygem-railties5
SUBDIR += rubygem-raindrops

View File

@ -0,0 +1,20 @@
# $FreeBSD$
PORTNAME= rails-settings-cached
PORTVERSION= 0.6.5
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= jrm@FreeBSD.org
COMMENT= Rails settings plugin for easily managing key-value pairs table
LICENSE= MIT
RUN_DEPENDS= rubygem-rails4>=4.2.0:www/rubygem-rails4
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1492172690
SHA256 (rubygem/rails-settings-cached-0.6.5.gem) = d91a7ab706e467dae84e95a094e7ac5b58aa59f1ff0eea2d833d127d9dbcf329
SIZE (rubygem/rails-settings-cached-0.6.5.gem) = 10240

View File

@ -0,0 +1,9 @@
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/