All Versions
69
Latest Version
Avg Release Cycle
78 days
Latest Release
858 days ago

Changelog History
Page 6

  • v0.2.1 Changes

    November 21, 2011

    ๐Ÿ”– Version 0.2.1 (Phil [email protected])

    ๐Ÿ”„ Changes:

    • 4 Nominal Changes

      • Only configure with ENV vars if initializer and yml file do not exist
      • Typo in yaml, underscore need not be escaped here
      • Fix readme
      • Version 0.2.0
  • v0.2.0 Changes

    November 15, 2011

    ๐Ÿ”– Version 0.2.0 (David Rice [email protected])

    ๐Ÿ”„ Changes:

    • 15 Nominal Changes

      • Add upgrade notice to README
      • Use fog directory
      • Merge
      • Fix readme
      • Tidy readme
      • Get AWS or Rackspace generators working correctly
      • Remove generated rake task, no need
      • Improve generators to generate AWS or Rackspace compatible initializer or yml
      • Prepare 0.2.0 for release
      • Convert readme and generators to new config options
      • Fix fog_options
      • Fix typo
      • Fix bug
      • Working on migrating the exposed config variables to reflect fog, add in a start on rackspace support. Write more specs, tidy up and document config
      • Add specs for manifest config
  • v0.1.10 Changes

    November 15, 2011

    ๐Ÿ”– Version 0.1.10 (David Rice [email protected])

    ๐Ÿ”„ Changes:

  • v0.1.9 Changes

    November 06, 2011

    ๐Ÿ”– Version 0.1.9 (David Rice [email protected])

    ๐Ÿ”„ Changes:

    • 37 Nominal Changes

      • Document gzip compression
      • Add note about gzip_compression
      • Add spec to test config defaults gzip_compression to false
      • Add gzip compression info to generated asset_sync.rb or .yml. Fix .yml example with new config settings
      • Update gemspec
      • Update docs to note that rake task is no longer generated within the app.
      • Add todo
      • Add % symbol for clarity
      • Output % savings when uploading gzipped files. Only use gzipped files if the compressed version is actually smaller than the original.
      • Tidy readme
      • Get AWS or Rackspace generators working correctly
      • Remove generated rake task, no need
      • Improve generators to generate AWS or Rackspace compatible initializer or yml
      • Prepare 0.2.0 for release
      • Convert readme and generators to new config options
      • Fix fog_options
      • Fix bug
      • Fix typo
      • Working on migrating the exposed config variables to reflect fog, add in a start on rackspace support. Write more specs, tidy up and document config
      • Add spec for gzip? config method
      • Reorder logic to execute quicker if gzip? compression disabled and ignore .gz uploads correctly
      • Ignore .gz assets if we are in gzip_compression mode
      • Do not set a Vary: Accept-Encoding header, S3 does not support at all
      • Try setting vary header a different way
      • Set http header Vary: Accept-Encoding when storing gzipped assets to S3
      • Add todo
      • Refactor to computed path
      • Add path
      • Instead of overwriting the original file when processing the .gz, overwrite the original if a gz file exists to avoid any issues with whichever order files are processed in
      • Bump version (no release just yet)
      • Only handle gzip files specially if we have configured gzip_compression
      • Overwrite original files with gzipped equivalent, improve logging to show GZIP in action, make it a configurable option, config.gzip_compression that defaults to false
      • Upload GZIP compressed assets nicely to S3 with correct content type and encoding.
      • Refactor upload method to make enhancing nicer
      • Merge pull request #12 from bobbrez/master

      Minor correction to README for generated YAML file path.

      • Correcting location of generated yml in README
      • Comment out unnecessary logic for now
  • v0.1.8 Changes

    October 17, 2011

    ๐Ÿ”– Version 0.1.8 (David Rice [email protected])

    ๐Ÿ”„ Changes:

    • 4 Nominal Changes

      • Don't log any debugging info v0.1.8 should add a debug mode in future
      • Fix specs, only require asset_sync engine and railtie if Rails is initialized
      • Improve docs
      • Tidy up for release of Rails 3.1.1 support.
  • v0.1.7 Changes

    October 15, 2011

    ๐Ÿ”– Version 0.1.7 (David Rice [email protected])

    ๐Ÿ”„ Changes:

    • 6 Nominal Changes

      • Merge pull request #7 from hone/6_rails3.1.1

      Rails 3.1.1 Compatability

      • rails 3.1.1 support
      • fix typo
      • Update the generated yml config with a staging environment, use defaults more. Engine within asset sync doesn't appear to be ran even with :group => :assets in the definition. Add railtie to allow setting config.asset_sync configuration within a rails application.rb, this and moving the initializer style of config seems to work for Rails 3.1.1, also so does purely relying on the YAML config
      • New version of asset_sync to work around Rails 3.1.1 issues. Test if config/initializers/asset_sync.rb exists and load that, otherwise provide a default initializer that is configurable with environment variables. Then merge in settings if config/asset_sync.yml is found. Add the asset_sync.rake in to lib/tasks so it is autoloaded and don't bother generating it anymore
      • Bugfix
  • v0.1.6 Changes

    September 26, 2011

    ๐Ÿ”– Version 0.1.6 (David Rice [email protected])

    ๐Ÿ”„ Changes:

    • 1 Nominal Changes

      • Fix gemfile
  • v0.1.5 Changes

    September 26, 2011

    ๐Ÿ”– Version 0.1.5 (David Rice [email protected])

    ๐Ÿ”„ Changes:

    • 5 Nominal Changes

      • Should raise storage error if AWS S3 bucket is not found. Version 0.1.5
      • explain further
      • Merge branch 'master' of github.com:rumblelabs/asset_sync
      • List known issues with heroku and possible work arounds
      • Should raise error with no configuration
  • v0.1.4 Changes

    August 30, 2011

    ๐Ÿ”– Version 0.1.4 (David Rice [email protected])

    ๐Ÿ”„ Changes:

    • 2 Nominal Changes

      • Require dependancy of active_model, add config validation, better specs, version 0.1.4
      • Tidied up read me with a DRYer use of AWS_BUCKET for asset_host.
  • v0.1.3 Changes

    August 27, 2011

    ๐Ÿ”– Version 0.1.3 (Simon Hamilton [email protected])

    ๐Ÿ”„ Changes:

    • 1 Nominal Changes

      • Bump version for release