ruby-turbo-rails
High performance web application framework
Turbo aims to be as fast as single-page web application without having to write any JavaScript. Turbo accelerates links and form submissions without requiring server-side changes to the generated HTML. It allows carving up a page into independent frames, which can be lazy-loaded and operated as independent components. Finally, it helps making 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, Stimulus can be used.
- Versions: 1.4.0
- Website: https://github.com/hotwired/turbo-rails
- Licenses: Expat
- Package source: gnu/packages/rails.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of ruby-turbo-rails as follows:
guix install ruby-turbo-rails
Or install a particular version:
guix install ruby-turbo-rails@1.4.0
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.
Badge code
You can use the following badge to inform users of ruby-turbo-rails about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/ruby-turbo-rails'><img src='https://packages.guix.gnu.org/packages/ruby-turbo-rails/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/ruby-turbo-rails)
Example Org:
[[https://packages.guix.gnu.org/packages/ruby-turbo-rails][https://packages.guix.gnu.org/packages/ruby-turbo-rails/badges/latest-version.svg]]