ruby-turbolinks 5.2.1-2 source package in Ubuntu

Changelog

Upload details

Uploaded by:
Debian Ruby Extras Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Ruby Extras Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-turbolinks_5.2.1-2.dsc 2.1 KiB 321112964cbcd2e8b129485fdaaf96c931a9789abcdefe9669a21249c4a49d9d
ruby-turbolinks_5.2.1.orig.tar.gz 3.0 KiB 01b1bb78d1ad6b2593e8b0aeed184206756ef939fe371c80cd28d037e888823a
ruby-turbolinks_5.2.1-2.debian.tar.xz 2.8 KiB 602aa7f84a594fb4678895d5839964c0abab2339abaa7fb41b06f50eec3e9551

Available diffs

No changes file available.

Binary packages built by this source

ruby-turbolinks: following links in your Rails web application faster

 Turbolinks makes following links in your Rails web application faster. Instead
 of letting the browser recompile the JavaScript and CSS between each page
 change, it keeps the current page instance alive and replaces only the body
 and the title in the head. Think CGI vs persistent process.
 .
 This is similar to pjax, but instead of worrying about what element on the
 page to replace, and tailoring the server-side response to fit, the entire
 body is replaced. This means that you get the bulk of the speed benefits from
 pjax (no recompiling of the JavaScript or CSS) without having to tailor the
 server-side response. It just works.