aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/gzip.rb
Commit message (Expand)AuthorAgeFilesLines
* [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-111-0/+1
* Use frozen-string-literal in ActiveSupportKir Shatrov2017-07-091-0/+1
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Add missing gzip footer check in ActiveSupport::Gzip.decompressDylan Thacker-Smith2017-02-241-1/+1
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-1/+1
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-1/+1
* applies new string literal convention in activesupport/libXavier Noria2016-08-061-2/+2
* added compress options for gzipBeyond2013-02-101-2/+2
* add example to AS::GzipFrancesco Rodriguez2012-06-041-1/+8
* remove unnecessary require core_ext/string/encodingSergey Nartimov2012-02-141-1/+0
* deprecate String#encoding_aware? and remove its usageSergey Nartimov2011-12-241-1/+1
* Fix ActiveSupport::Gzip under Ruby 1.8.7. Closes #2416Guillermo Iguaran2011-08-061-0/+1
* fixing indentationAaron Patterson2011-02-091-4/+4
* fix for AS Gzip returning a UTF-8 string in Ruby 1.9 when it is actually bina...Josh Kalderimis2011-02-091-0/+4
* Improve documentation.Pratik Naik2008-03-261-0/+3
* Moved the caching stores from ActionController::Caching::Fragments::* to Acti...David Heinemeier Hansson2008-01-031-0/+22