Port details on branch 2024Q1 |
- rubygem-turbo-rails Speed of a single-page web application without having to write any JavaScript
- 2.0.11_1 www =2 2.0.11Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2022-01-11 18:56:16
- Last Update: 2025-01-02 16:29:51
- Commit Hash: 687c9a4
- 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 = 1729594536
SHA256 (rubygem/turbo-rails-2.0.11.gem) = fc47674736372780abd2a4dc0d84bef242f5ca156a457cd7fa6308291e397fcf
SIZE (rubygem/turbo-rails-2.0.11.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-actionpack80>=6.0.0 : www/rubygem-actionpack80
- rubygem-railties80>=6.0.0 : www/rubygem-railties80
- 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-rails80
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:
|