- Add rubygem-ransack 1.7.0

Ransack is a rewrite of MetaSearch created by Ernie Miller and maintained by
Ryan Bigg, Jon Atack and a great group of contributors. While it supports many
of the same features as MetaSearch, its underlying implementation differs
greatly from MetaSearch, and backwards compatibility is not a design goal.

Ransack enables the creation of both simple and advanced search forms for your
Ruby on Rails application (demo source code here). If you're looking for
something that simplifies query generation at the model or controller layer,
you're probably not looking for Ransack (or MetaSearch, for that matter). Try
Squeel instead.

WWW: https://github.com/activerecord-hackery/ransack
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2015-12-28 16:29:03 +00:00
parent b6ce7532b8
commit b00d08eb65
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=404676
4 changed files with 41 additions and 0 deletions

View file

@ -4961,6 +4961,7 @@
SUBDIR += rubygem-rainbow
SUBDIR += rubygem-rake
SUBDIR += rubygem-rake-compiler
SUBDIR += rubygem-ransack
SUBDIR += rubygem-rapt
SUBDIR += rubygem-rash
SUBDIR += rubygem-rb-fsevent

View file

@ -0,0 +1,26 @@
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= ransack
PORTVERSION= 1.7.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Successor to the MetaSearch gem
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-actionpack4>=3.0:${PORTSDIR}/www/rubygem-actionpack4 \
rubygem-activerecord4>=3.0:${PORTSDIR}/databases/rubygem-activerecord4 \
rubygem-activesupport4>=3.0:${PORTSDIR}/devel/rubygem-activesupport4 \
rubygem-i18n>=0:${PORTSDIR}/devel/rubygem-i18n \
rubygem-polyamorous>=1.2:${PORTSDIR}/devel/rubygem-polyamorous
NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (rubygem/ransack-1.7.0.gem) = adac76c9598da297403bb6fef4e00c5eec199bae7d6fc486f207a1d1ed74a34d
SIZE (rubygem/ransack-1.7.0.gem) = 73216

View file

@ -0,0 +1,12 @@
Ransack is a rewrite of MetaSearch created by Ernie Miller and maintained by
Ryan Bigg, Jon Atack and a great group of contributors. While it supports many
of the same features as MetaSearch, its underlying implementation differs
greatly from MetaSearch, and backwards compatibility is not a design goal.
Ransack enables the creation of both simple and advanced search forms for your
Ruby on Rails application (demo source code here). If you're looking for
something that simplifies query generation at the model or controller layer,
you're probably not looking for Ransack (or MetaSearch, for that matter). Try
Squeel instead.
WWW: https://github.com/activerecord-hackery/ransack