Port details |
- rubygem-ransack Successor to the MetaSearch gem
- 4.2.1 devel =2 4.1.1Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2015-12-28 16:29:10
- Last Update: 2024-09-05 06:18:23
- Commit Hash: a1bdd96
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: rubygems
- License: MIT
- WWW:
- https://github.com/activerecord-hackery/ransack
- Description:
- 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- rubygem-ransack>0:devel/rubygem-ransack
- To install the port:
- cd /usr/ports/devel/rubygem-ransack/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/rubygem-ransack
- pkg install rubygem-ransack
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: rubygem-ransack
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1724084776
SHA256 (rubygem/ransack-4.2.1.gem) = e0f688c6ef35abe0bad3cf5afc1b050f36a819bdd56eb454c955c63cdd1bef40
SIZE (rubygem/ransack-4.2.1.gem) = 532480
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- ruby32 : lang/ruby32
- gem : devel/ruby-gems
- Runtime dependencies:
-
- rubygem-activerecord61>=6.1.5 : databases/rubygem-activerecord61
- rubygem-activesupport61>=6.1.5 : devel/rubygem-activesupport61
- rubygem-i18n>=0,2 : devel/rubygem-i18n
- ruby32 : lang/ruby32
- gem : devel/ruby-gems
- Patch dependencies:
-
- ruby32 : lang/ruby32
- gem : devel/ruby-gems
-
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_rubygem-ransack
- USES:
- gem
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.2.1 05 Sep 2024 06:18:23 |
Po-Chuan Hsieh (sunpoet) |
devel/rubygem-ransack: Update to 4.2.1
Changes: https://github.com/activerecord-hackery/ransack/releases |
4.2.0 11 Jul 2024 11:41:22 |
Po-Chuan Hsieh (sunpoet) |
devel/rubygem-ransack: Update to 4.2.0
Changes: https://github.com/activerecord-hackery/ransack/releases |
4.1.1 18 Apr 2024 12:48:50 |
Po-Chuan Hsieh (sunpoet) |
devel/rubygem-ransack: Update version requirement of RUN_DEPENDS |
4.1.1 02 Nov 2023 07:37:39 |
Po-Chuan Hsieh (sunpoet) |
devel/rubygem-ransack: Update to 4.1.1
Changes: https://github.com/activerecord-hackery/ransack/releases |
4.1.0 01 Nov 2023 02:08:53 |
Po-Chuan Hsieh (sunpoet) |
devel/rubygem-ransack: Update to 4.1.0
Changes: https://github.com/activerecord-hackery/ransack/releases |
4.0.0 21 Mar 2023 19:22:01 |
Po-Chuan Hsieh (sunpoet) |
devel/rubygem-ransack: Update to 4.0.0
Changes: https://github.com/activerecord-hackery/ransack/releases |
3.2.1 14 Jan 2023 23:08:33 |
Muhammad Moinur Rahman (bofh) |
Mk/**ruby.mk: Switch from USE_RUBY=yes to USES=ruby
Switch from Mk/bsd.ruby.mk to Mk/Uses/ruby.mk
Notable changes are.
- Mk/bsd.ruby.mk is moved to Mk/Uses/ruby.mk.
- USE_RUBY=yes is replaced with USES=ruby.
- USE_RUBY_EXTCONF is replaced with USES=ruby:extconf.
- USE_RUBY_RDOC is replaced with USES=ruby:rdoc.
- USE_RUBY_SETUP is replaces with USES=ruby:setup.
- RUBY_NO_BUILD_DEPENDS and RUBY_NO_RUN_DEPENDS are replaced with
USES=ruby:{build,none,run}.
- RUBY_REQUIRE isn't used anywhere, so removed.
- USES=gem now implies USES=ruby.
This is mainly the work of yasu@ at https://reviews.freebsd.org/D27863
I have just made some cosmetic changes and ran exp-run to test that the
tree is not in a BROKEN state.
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D37925 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f 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) |
3.2.1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
3.2.1 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
3.2.1 03 Jun 2022 09:00:51 |
Po-Chuan Hsieh (sunpoet) |
devel/rubygem-ransack: Update to 3.2.1
Changes: https://github.com/activerecord-hackery/ransack/releases |
3.2.0 13 May 2022 19:30:30 |
Po-Chuan Hsieh (sunpoet) |
devel/rubygem-ransack: Update to 3.2.0
- Update RUN_DEPENDS: use Rails 6.1
Changes: https://github.com/activerecord-hackery/ransack/releases |
3.1.0 26 Apr 2022 15:01:41 |
Po-Chuan Hsieh (sunpoet) |
devel/rubygem-ransack: Update to 3.1.0
Changes: https://github.com/activerecord-hackery/ransack/releases |
3.0.1 17 Apr 2022 23:58:40 |
Po-Chuan Hsieh (sunpoet) |
devel/rubygem-ransack: Update to 3.0.1
Changes: https://github.com/activerecord-hackery/ransack/blob/main/CHANGELOG.md |
3.0.0 16 Apr 2022 04:19:38 |
Po-Chuan Hsieh (sunpoet) |
devel/rubygem-ransack: Update to 3.0.0
Changes: https://github.com/activerecord-hackery/ransack/blob/main/CHANGELOG.md |
2.6.0 25 Mar 2022 13:37:36 |
Po-Chuan Hsieh (sunpoet) |
devel/rubygem-ransack: Update to 2.6.0
- Update RUN_DEPENDS: use Rails 6.0
Changes: https://github.com/activerecord-hackery/ransack/blob/master/CHANGELOG.md |
2.5.0 11 Jan 2022 18:46:47 |
Po-Chuan Hsieh (sunpoet) |
devel/rubygem-ransack: Update to 2.5.0
Changes: https://github.com/activerecord-hackery/ransack/blob/master/CHANGELOG.md |
2.4.2 06 Apr 2021 15:50:00 |
Rene Ladan (rene) |
Remove now obsolete BROKEN_RUBY25 markers. |
2.4.2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.4.2 26 Jan 2021 17:47:48 |
sunpoet |
Update to 2.4.2
Changes: https://github.com/activerecord-hackery/ransack/blob/master/CHANGELOG.md |
2.4.1 24 Dec 2020 13:56:34 |
sunpoet |
Update to 2.4.1
Changes: https://github.com/activerecord-hackery/ransack/blob/master/CHANGELOG.md |
2.4.0 10 Dec 2020 21:58:04 |
sunpoet |
Update to 2.4.0
Changes: https://github.com/activerecord-hackery/ransack/blob/master/CHANGELOG.md |
2.3.2 13 Jan 2020 17:42:18 |
sunpoet |
Update to 2.3.2
- Remove PORTSCOUT
Changes: https://github.com/activerecord-hackery/ransack/blob/master/CHANGELOG.md |
2.3.0 11 Jan 2020 10:43:11 |
sunpoet |
Add PORTSCOUT
rubygem-ransack and rubygem-polyamorous need to be in sync but upstream is
unable to generate new polyamorous gem and publish it to RG now.
Reference: https://github.com/activerecord-hackery/ransack/issues/1096 |
2.3.0 04 Nov 2019 16:03:16 |
sunpoet |
Update to 2.3.0
Changes: https://github.com/activerecord-hackery/ransack/blob/master/CHANGELOG.md |
2.1.1 06 Dec 2018 20:31:33 |
sunpoet |
Update to 2.1.1
Changes: https://github.com/activerecord-hackery/ransack/releases
https://github.com/activerecord-hackery/ransack/blob/master/CHANGELOG.md |
2.1.0 28 Oct 2018 19:57:44 |
sunpoet |
Update to 2.1.0
Changes: https://github.com/activerecord-hackery/ransack/releases |
2.0.1 18 Aug 2018 20:41:50 |
sunpoet |
Update to 2.0.1
Changes: https://github.com/activerecord-hackery/ransack/releases
https://github.com/activerecord-hackery/ransack/blob/master/CHANGELOG.md |
2.0.0 11 Aug 2018 14:16:53 |
sunpoet |
Update to 2.0.0
Changes: https://github.com/activerecord-hackery/ransack/releases
https://github.com/activerecord-hackery/ransack/blob/master/CHANGELOG.md |
1.8.9 09 Aug 2018 14:43:28 |
sunpoet |
Update to 1.8.9
Changes: https://github.com/activerecord-hackery/ransack/releases
https://github.com/activerecord-hackery/ransack/blob/1-8-stable/CHANGELOG.md |
1.8.8 18 Mar 2018 11:27:03 |
sunpoet |
Update to 1.8.8
Changes: https://github.com/activerecord-hackery/ransack/releases |
1.8.7 06 Feb 2018 19:18:20 |
sunpoet |
Update to 1.8.7
Changes: https://github.com/activerecord-hackery/ransack/releases |
1.8.6 27 Jan 2018 10:23:42 |
sunpoet |
Update to 1.8.6
Changes: https://github.com/activerecord-hackery/ransack/releases |
1.8.4 11 Oct 2017 19:49:36 |
sunpoet |
Update to 1.8.4
Changes: https://github.com/activerecord-hackery/ransack/blob/master/CHANGELOG.md
https://github.com/activerecord-hackery/ransack/commits/master |
1.8.3 16 Jun 2017 13:56:38 |
sunpoet |
Update to 1.8.3
Changes: https://github.com/activerecord-hackery/ransack/blob/master/CHANGELOG.md |
1.8.2 03 Dec 2016 19:31:23 |
sunpoet |
- Update to 1.8.2
Changes: https://github.com/activerecord-hackery/ransack/blob/master/CHANGELOG.md |
1.7.0 27 Apr 2016 21:57:32 |
swills |
Convert USES=gem:autoplist to USES=gem since autoplist is default |
1.7.0 27 Apr 2016 16:36:42 |
swills |
create USES=gem and update rubygem- ports to use it
Note that for now ports still have to have USE_RUBY=yes to use USES=gem
PR: 209041
Differential Revision: https://reviews.freebsd.org/D6070 |
1.7.0 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
1.7.0 28 Dec 2015 16:29:03 |
sunpoet |
- 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 |