Port details |
- rubygem-turbo-rails Speed of a single-page web application without having to write any JavaScript
- 2.0.10 www =2 2.0.5Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2022-01-11 18:56:16
- Last Update: 2024-09-30 13:38:35
- Commit Hash: 253760e
- 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/hotwired/turbo-rails
- Description:
- Turbo gives you the speed of a single-page web application without having to
write any JavaScript. Turbo accelerates links and form submissions without
requiring you to change your server-side generated HTML. It lets you carve up a
page into independent frames, which can be lazy-loaded and operate as
independent components. And finally, helps you make partial page updates using
just HTML and a set of CRUD-like container tags. These three techniques reduce
the amount of custom JavaScript that many web applications need to write by an
order of magnitude. And for the few dynamic bits that are left, you're invited
to finish the job with Stimulus.
On top of accelerating web applications, Turbo was built from the ground-up to
form the foundation of hybrid native applications. Write the navigational shell
of your Android or iOS app using the standard platform tooling, then seamlessly
fill in features from the web, following native navigation patterns. Not every
mobile screen needs to be written in Swift or Kotlin to feel native. With Turbo,
you spend less time wrangling JSON, waiting on app stores to approve updates, or
reimplementing features you've already created in HTML.
Turbo is a language-agnostic framework written in TypeScript, but this gem
builds on top of those basics to make the integration with Rails as smooth as
possible. You can deliver turbo updates via model callbacks over Action Cable,
respond to controller actions with native navigation or standard redirects, and
render turbo frames with helpers and layout-free responses.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- rubygem-turbo-rails>0:www/rubygem-turbo-rails
- To install the port:
- cd /usr/ports/www/rubygem-turbo-rails/ && make install clean
- To add the package, run one of these commands:
- pkg install www/rubygem-turbo-rails
- pkg install rubygem-turbo-rails
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: rubygem-turbo-rails
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1727315436
SHA256 (rubygem/turbo-rails-2.0.10.gem) = 11cde241f9335ef6962322642dfd764178de192d0ba45101963da0f10f8e5738
SIZE (rubygem/turbo-rails-2.0.10.gem) = 196096
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-actionpack72>=6.0.0 : www/rubygem-actionpack72
- rubygem-railties72>=6.0.0 : www/rubygem-railties72
- ruby32 : lang/ruby32
- gem : devel/ruby-gems
- Patch dependencies:
-
- ruby32 : lang/ruby32
- gem : devel/ruby-gems
-
- This port is required by:
- for Run
-
- www/rubygem-rails72
Configuration Options:
- No options to configure
- Options name:
- www_rubygem-turbo-rails
- 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 |
2.0.10 30 Sep 2024 13:38:35 |
Po-Chuan Hsieh (sunpoet) |
www/rubygem-turbo-rails: Update to 2.0.10
Changes: https://github.com/hotwired/turbo-rails/releases |
2.0.8 25 Sep 2024 18:22:07 |
Po-Chuan Hsieh (sunpoet) |
www/rubygem-turbo-rails: Update to 2.0.8
Changes: https://github.com/hotwired/turbo-rails/releases |
2.0.7 25 Sep 2024 04:22:57 |
Po-Chuan Hsieh (sunpoet) |
www/rubygem-turbo-rails: Update to 2.0.7
Changes: https://github.com/hotwired/turbo-rails/releases |
2.0.6_1 18 Sep 2024 06:15:09 |
Po-Chuan Hsieh (sunpoet) |
www/rubygem-turbo-rails: Update RUN_DEPENDS: use Rails 7.2
- Bump PORTREVISION for dependency change |
2.0.6 21 Jul 2024 09:58:41 |
Po-Chuan Hsieh (sunpoet) |
www/rubygem-turbo-rails: Update to 2.0.6
Changes: https://github.com/hotwired/turbo-rails/releases |
2.0.5 23 Mar 2024 14:50:08 |
Po-Chuan Hsieh (sunpoet) |
www/rubygem-turbo-rails: Update to 2.0.5
Changes: https://github.com/hotwired/turbo-rails/releases |
2.0.4 09 Mar 2024 14:06:53 |
Po-Chuan Hsieh (sunpoet) |
www/rubygem-turbo-rails: Update to 2.0.4
Changes: https://github.com/hotwired/turbo-rails/releases |
2.0.3 21 Feb 2024 15:10:58 |
Po-Chuan Hsieh (sunpoet) |
www/rubygem-turbo-rails: Update to 2.0.3
Changes: https://github.com/hotwired/turbo-rails/releases |
1.5.0_1 01 Nov 2023 07:57:41 |
Po-Chuan Hsieh (sunpoet) |
www/rubygem-turbo-rails: Update RUN_DEPENDS: use Rails 7.1 |
1.5.0 16 Oct 2023 16:00:07 |
Po-Chuan Hsieh (sunpoet) |
www/rubygem-turbo-rails: Update to 1.5.0
Changes: https://github.com/hotwired/turbo-rails/releases |
1.4.0 27 May 2023 04:23:55 |
Po-Chuan Hsieh (sunpoet) |
www/rubygem-turbo-rails: Update to 1.4.0
Changes: https://github.com/hotwired/turbo-rails/releases |
1.1.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) |
1.1.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 ) |
1.1.1 20 Jul 2022 14:23:26 |
Tobias C. Berner (tcberner) |
www: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
*
* <hvo.pm@xs4all.nl>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron LI <aly@aaronly.me>
* Aaron Zauner <az_mail@gmx.at>
* Abel Chow <achow@transoft.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Adrian Steinmann <ast@marabu.ch>
* Akinori MUSHA aka knu <knu@idaemons.org> (Only the first 15 lines of the commit message are shown above ) |
1.1.1 03 Jun 2022 09:00:54 |
Po-Chuan Hsieh (sunpoet) |
www/rubygem-turbo-rails: Update to 1.1.1
Changes: https://github.com/hotwired/turbo-rails/releases |
1.0.1 25 Jan 2022 19:51:07 |
Po-Chuan Hsieh (sunpoet) |
www/rubygem-turbo-rails: Update to 1.0.1
Changes: https://github.com/hotwired/turbo-rails/releases |
1.0.0 11 Jan 2022 18:43:50 |
Po-Chuan Hsieh (sunpoet) |
www/rubygem-turbo-rails: Add rubygem-turbo-rails 1.0.0
Turbo gives you the speed of a single-page web application without having to
write any JavaScript. Turbo accelerates links and form submissions without
requiring you to change your server-side generated HTML. It lets you carve up a
page into independent frames, which can be lazy-loaded and operate as
independent components. And finally, helps you make partial page updates using
just HTML and a set of CRUD-like container tags. These three techniques reduce
the amount of custom JavaScript that many web applications need to write by an
order of magnitude. And for the few dynamic bits that are left, you're invited
to finish the job with Stimulus.
On top of accelerating web applications, Turbo was built from the ground-up to
form the foundation of hybrid native applications. Write the navigational shell
of your Android or iOS app using the standard platform tooling, then seamlessly (Only the first 15 lines of the commit message are shown above ) |