File: control

package info (click to toggle)
ruby-rack-pjax 0.7.0-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 132 kB
  • ctags: 21
  • sloc: ruby: 151; makefile: 2
file content (27 lines) | stat: -rw-r--r-- 1,134 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Source: ruby-rack-pjax
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~), 
 rake, ruby-rspec, ruby-rack-test, ruby-nokogiri
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-rack-pjax.git
Vcs-Browser: http://anonscm.debian.org/pkg-ruby-extras/ruby-rack-pjax.git
Homepage: https://github.com/eval/rack-pjax
XS-Ruby-Versions: all

Package: ruby-rack-pjax
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
 ruby-rack, ruby-nokogiri
Description: serve pjax responses through rack middleware
 Rack-pjax is middleware that lets you serve 'chrome-less' pages in response
 to pjax-requests.
 .
 It does this by stripping the generated body; only the title and inner-html
 of the pjax-container are sent to the client.
 .
 While this won't save you any time rendering the page, it gives you more 
 flexibility where and how to define the pjax-container.