Port details |
- rubygem-turbo-rails Speed of a single-page web application without having to write any JavaScript
- 1.1.1 www
=0 1.0.1Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2022-01-11 18:56:16
- Last Update: 2022-06-03 09:00:54
- Commit Hash: 3ff1f11
- Also Listed In: rubygems
- License: MIT
- 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.
WWW: https://github.com/hotwired/turbo-rails
- SVNWeb : git : Homepage
- 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 = 1653926128
SHA256 (rubygem/turbo-rails-1.1.1.gem) = 0d6a1b5f7727408bad7628529c9407eb59ce7750152c5ef31d69a9851406341e
SIZE (rubygem/turbo-rails-1.1.1.gem) = 125952
- 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:
-
- ruby30 : lang/ruby30
- gem : devel/ruby-gems
- Runtime dependencies:
-
- rubygem-actionpack70>=6.0.0 : www/rubygem-actionpack70
- rubygem-activejob70>=6.0.0 : devel/rubygem-activejob70
- rubygem-railties70>=6.0.0 : www/rubygem-railties70
- ruby30 : lang/ruby30
- gem : devel/ruby-gems
- Patch dependencies:
-
- ruby30 : lang/ruby30
- gem : devel/ruby-gems
-
- This port is required by:
- for Run
-
- www/rubygem-rails70
- 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: see SVNWeb link above for full details) |
Date | By | Description |
03 Jun 2022 09:00:54 1.1.1
|
Po-Chuan Hsieh (sunpoet)  |
www/rubygem-turbo-rails: Update to 1.1.1
Changes: https://github.com/hotwired/turbo-rails/releases |
25 Jan 2022 19:51:07 1.0.1
|
Po-Chuan Hsieh (sunpoet)  |
www/rubygem-turbo-rails: Update to 1.0.1
Changes: https://github.com/hotwired/turbo-rails/releases |
11 Jan 2022 18:43:50 1.0.0
|
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 ) |