Advertisement
Guest User

debian/control

a guest
Nov 20th, 2014
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.58 KB | None | 0 0
  1. Source: ruby-actionpack-page-caching
  2. Section: ruby
  3. Priority: optional
  4. Maintainer: Debian Ruby Extras Maintainers <[email protected]>
  5. Uploaders: Balasankar C <[email protected]>
  6. Build-Depends: debhelper (>= 7.0.50~), gem2deb, ruby-actionpack, ruby-minitest
  7. Standards-Version: 3.9.6
  8. Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-actionpack-page-caching.git
  9. Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-actionpack-page-caching.git;a=summary
  10. Homepage: https://github.com/rails/actionpack-page_caching
  11. Testsuite: autopkgtest-pkg-ruby
  12. XS-Ruby-Versions: all
  13.  
  14. Package: ruby-actionpack-page-caching
  15. Architecture: all
  16. XB-Ruby-Versions: ${ruby:Versions}
  17. Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
  18. Description: static page caching for Action Pack (removed from core in Rails 4.0)
  19. Static page caching for Action Pack (removed from core in Rails 4.0). Page
  20. caching is an approach to caching where the entire action output of is stored
  21. as a HTML file that the web server can serve without going through Action Pack.
  22. This is the fastest way to cache your content as opposed to going dynamically
  23. through the process of generating the content. Unfortunately, this incredible
  24. speed-up is only available to stateless pages where all visitors are treated
  25. the same. Content management systems -- including weblogs and wikis -- have
  26. many pages that are a great fit for this approach, but account-based systems
  27. where people log in and manipulate their own data are often less likely
  28. candidates.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement