Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.2.1_1 07 Jan 2017 15:39:26 |
rene |
Remove expired ports:
2017-01-07 databases/rubygem-dm-rails: Depends on deprecated
www/rubygem-actionpack
2017-01-07 databases/rubygem-activerecord: Upstream support ended
2017-01-07 devel/rubygem-activesupport: Upstream support ended
2017-01-07 devel/rubygem-tzinfo03: Use devel/rubygem-tzinfo instead
2017-01-07 devel/rubygem-sprockets22: Use devel/rubygem-sprockets or
devel/rubygem-sprockets3 instead
2017-01-07 devel/rubygem-prototype-rails: Depends on deprecated
www/rubygem-rails
2017-01-07 devel/rubygem-rubigen: Depends on deprecated
devel/rubygem-activesupport
2017-01-07 devel/rubygem-coffee-rails: Depends on deprecated
www/rubygem-railties
2017-01-07 japanese/rubygem-jpmobile: Depends on deprecated rubygem-rails
2017-01-07 mail/rubygem-actionmailer: Upstream support ended
2017-01-07 mail/rubygem-mail25: Use mail/rubygem-mail instead
2017-01-07 security/dradis: Depends on deprecated www/rubygem-rails
2017-01-07 textproc/rubygem-sass-rails: Depends on deprecated
www/rubygem-railties
2017-01-07 www/rubygem-rails: Upstream support ended
2017-01-07 www/rubygem-activeresource: Upstream support ended
2017-01-07 www/rubygem-responders-rails3: Depends on deprecated
www/rubygem-railties
2017-01-07 www/rubygem-jquery-ui-rails: Depends on deprecated
www/rubygem-railties
2017-01-07 www/rubygem-haml-rails: Depends on deprecated www/rubygem-actionpack
2017-01-07 www/rubygem-jquery-rails: Depends on deprecated www/rubygem-railties
2017-01-07 www/rubygem-railties: Upstream support ended
2017-01-07 www/rubygem-actionpack: Upstream support ended
2017-01-07 databases/rubygem-rubyrep: Depends on deprecated
databases/rubygem-activerecord
2017-01-07 databases/rubygem-activerecord-mysql-adapter: Depends on deprecated
databases/rubygem-activerecord
2017-01-07 databases/rubygem-dm-active_model: Depends on deprecated
databases/rubygem-activemodel |
1.2.1_1 06 Dec 2016 23:11:00 |
swills |
Deprecate ruby@ ports that depend on deprecated rails 3.x
With hat: ruby@ |
1.2.1_1 19 May 2016 10:21:25 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by: portmgr blanket |
1.2.1_1 27 Apr 2016 21:57:32 |
swills |
Convert USES=gem:autoplist to USES=gem since autoplist is default |
1.2.1_1 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.2.1_1 10 Apr 2016 13:42:10 |
sunpoet |
- Add LICENSE_FILE |
1.2.1_1 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
1.2.1_1 02 Jul 2015 16:01:08 |
pgollucci |
Set NO_ARCH for remaining rubygem-* ports with no arch dependent files
Obtained from: DEVELOPER_MODE
With Hat: ruby@
Sponsored by: RideCharge Inc / Curb |
1.2.1_1 27 May 2015 17:54:12 |
sunpoet |
- Add LICENSE
- Fix RUN_DEPENDS
- Bump PORTREVISION for dependency change |
1.2.1 30 Oct 2013 02:22:06 |
swills |
- Add stage support |
1.2.1 20 Sep 2013 16:13:49 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases) |
1.2.1 04 Aug 2012 04:06:10 |
swills |
- Update to 1.2.1 |
1.2.0 02 Nov 2011 18:05:08 |
pgollucci |
- Fix depend versions according to rubygems.org [again]
With Hat: ruby@
Tested by: P6 TB Full rubygem run |
1.2.0 27 Oct 2011 02:41:37 |
swills |
- Update ruby-dm ports to latest versions |
1.1.0 16 Oct 2011 13:09:59 |
zi |
- Update MAINTAINER to ruby@ for my ruby ports |
1.1.0 15 Jul 2011 21:15:29 |
zi |
Update my email address on the ports I maintain.
Approved by: wxs@ (mentor) |
1.1.0 23 Jun 2011 19:43:15 |
pgollucci |
- Fix up depencies versions after all the churn today |
1.1.0 23 Jun 2011 17:51:43 |
pgollucci |
- Cannoicalize the WWW: [again],
- Save redirects s/http/https/ for github |
1.1.0 23 Jun 2011 17:45:18 |
pgollucci |
- Update Data Mapper to 1.1.0
and its required dependecies
With Hat: ruby@
Sponsored by: RideCharge Inc. / TaxiMagic |
1.0.4 18 Jun 2011 18:46:40 |
swills |
This gem provides the railtie that allows datamapper to hook
into rails3 and thus behave like a rails framework component.
Just like activerecord does in rails, dm-rails uses the railtie
API to hook into rails. The two are actually hooked into rails
almost identically.
Creating new datamapper apps on rails3 from scratch is actually
really easy. The following will guide you through the process.
WWW: http://rubygems.org/gems/dm-rails
PR: ports/157994
Submitted by: Ryan Steinmetz <rpsfa at rit.edu> |