Asset Sync v0.3.2 Release Notes

Release Date: 2012-04-18 // about 12 years ago
  • ๐Ÿ”– Version 0.3.2 (David Rice [email protected])

    ๐Ÿ”„ Changes:

    • 11 Nominal Changes

      • Remove trailing comma
      • Merge pull request #57 from nathanhumbert/master

      Set Content-Encoding for gzip files when config.gzip? is not true

      • Merge pull request #59 from kamui/master

      Use Rails.public_path and Pathname#join for path concat and string interpolation

      • Merge pull request #55 from manuelmeurer/patch-1

      Remove comments taken from another gem

      • Dir.chdir to path first to avoid a map call and path string slicing
      • add Rails.public_path stub and make Rails.root return Pathname class to match Rails behavior
      • Rails.root returns a Pathname, use Pathname#join instead of File.join and string interpolation
      • use Rails.public_path instead of concat Rails.root and 'public'
      • Set Content-Encoding for gzip files when config.gzip? is not true

      This allows a S3 bucket served via CloudFront to properly handle the Accept-Encoding request header.

      • Remove comments taken from another gem
      • Merge branch 'master' of github.com:rumblelabs/asset_sync