Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.2.1 30 Sep 2019 11:15:17 |
sunpoet |
Move devel/rubygem-sprockets-rails to devel/rubygem-sprockets-rails-rails4
- Take maintainership |
3.2.1 01 Sep 2017 10:51:13 |
sunpoet |
Update to 3.2.1
Changes: https://github.com/rails/sprockets-rails/releases |
3.2.0 01 Jan 2017 00:09:55 |
swills |
devel/rubygem-sprockets-rails: update to 3.2.0 |
3.1.1 29 Sep 2016 14:11:57 |
tz |
devel/rubygem-sprockets-rails: Update from 3.0.4 to 3.1.1
3.1.1
- Only set the gzip option if the sprockets version supports it.
3.1.0
- Improve error message when manifest file is not present.
- Improve error message when asset is not linked.
- Allow gzip compression to be disabled from Rails configuration.
- Add option to make raising exception for missing assets optional.
- Merge quite_assets gem feature.
- Allow SRI integrity attribute on localhost.
Approved by: swills (mentor) |
3.0.4 27 Apr 2016 21:57:32 |
swills |
Convert USES=gem:autoplist to USES=gem since autoplist is default |
3.0.4 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 |
3.0.4 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
3.0.4 07 Mar 2016 20:13:52 |
sunpoet |
- Update to 3.0.4
Changes: https://github.com/rails/sprockets-rails/releases |
3.0.3 06 Mar 2016 06:31:46 |
sunpoet |
- Update to 3.0.3
Changes: https://github.com/rails/sprockets-rails/releases |
3.0.1 02 Feb 2016 22:47:29 |
sunpoet |
- Update to 3.0.1
- Add LICENSE_FILE
- Fix RUN_DEPENDS
Changes: https://github.com/rails/sprockets-rails/releases |
3.0.0 13 Jan 2016 01:10:57 |
brd |
Update devel/rubygem-sprockets-rails to 3.0.0
Approved by: miwi (ruby) |
2.3.3 08 Oct 2015 18:44:06 |
sunpoet |
- Add LICENSE_FILE |
2.3.3 12 Sep 2015 17:09:33 |
sunpoet |
- Update to 2.3.3
Changes: https://github.com/rails/sprockets-rails/releases |
2.3.2 09 Aug 2015 16:39:34 |
swills |
devel/rubygem-sprockets-rails-rails41: create port
Add rails 4.1 version of rubygem-sprockets-rails
PR: 201822
Submitted by: Torsten Zuhlsdorff <ports@toco-domains.de> |
2.3.2 23 Jun 2015 20:27:02 |
sunpoet |
- Update to 2.3.2
Changes: https://github.com/rails/sprockets-rails/releases |
2.3.1_1 10 Jun 2015 18:09:38 |
swills |
www/rubygem-rails4: update to 4.2.1
Differential Revision: https://reviews.freebsd.org/D2710 |
2.3.1 07 Jun 2015 20:42:17 |
sunpoet |
- Update to 2.3.1
- Add NO_ARCH
Changes: https://github.com/rails/sprockets-rails/releases |
2.2.4_1 29 May 2015 11:16:30 |
sunpoet |
- Add LICENSE |
2.2.4_1 03 Apr 2015 01:37:07 |
swills |
www/rubygem-rails4: use newer sprockets |
2.2.0 18 Oct 2014 17:39:46 |
swills |
devel/rubygem-sprockets-rails: update to 2.2.0 |
2.1.4 14 Sep 2014 02:06:58 |
swills |
www/rubygem-rails4: create port for rails4
This port required creating a number of new ports, old versions of existing
ports and other adjustments, so do all that while here too.
Rails is a web-application framework for the MVC pattern that includes
both a template engine, controller framework, and object-relational
mapping package. Everything needed to develop web-apps that can run on
CGI, FastCGI, and mod_ruby
Being a full-stack framework means that all layers are built to work
seamlessly together. That way you Don't Repeat Yourself (DRY) and you
can use a single language from top to bottom. Everything from templates
to control flow to business logic is written in Ruby - The language of
love for industry heavy-weights.
WWW: http://www.rubyonrails.org
Submitted by: xmj (based on) |