ruby-turbolinks 2.2.2-1 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:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Utopic: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
ruby-turbolinks_2.2.2-1.dsc 2.1 KiB 0e083a92ad820b8957b027b0e1c5d6128c2643d5abd968c375426acea4c7515b
ruby-turbolinks_2.2.2.orig.tar.gz 15.2 KiB 9a5721f1d9e335cdecb2ba9b208f27119e5b955480160cbc3a0dfe88e78d7b38
ruby-turbolinks_2.2.2-1.debian.tar.xz 2.6 KiB 924a9aaa22478d640c0b2b0f0292cc8719c9a4442b92ac384efd2eba920228fa

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.