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

Changelog History
Page 4

  • v0.5.1 Changes

    October 22, 2012

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

    ๐Ÿ”„ Changes:

    • 5 Nominal Changes

      • Add a CHANGELOG.md (as generated by vclog -r -f markdown
      • Improve documentation on ignored_files config option
      • Allow failure of specs against ruby-head and jruby-head
      • Merge pull request #115 from demirhanaydin/patch-1
      • Merge support for always providing mime_type #93 from patdeegan/master
  • v0.5.0 Changes

    August 23, 2012

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

    ๐Ÿ”„ Changes:

    • 8 Nominal Changes

      • Merge branch 'sinatra' of github.com:rumblelabs/asset_sync into sinatra
      • Version 0.5.0, sinatra / rack support
      • Some refactoring to further remove dependency on Rails, add spec for railsless configuration
      • Update readme.
      • Add public_path and prefix config options so asset_sync can be used outside Rails.
      • Some refactoring to further remove dependency on Rails, add spec for railsless configuration
      • Merge branch 'ejholmes/sinatra' into sinatra
      • Version 0.4.3, removed dependency on Rails Time additions
  • v0.4.3 Changes

    August 19, 2012

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

    ๐Ÿ”„ Changes:

    • 21 Nominal Changes

      • Refactor cache control and expiry hearder definition to use same value of one year
      • Merge pull request #94 from karlfreeman/time

      Remove Rails time dependency

      • Allow failures in ruby-head
      • Merge pull request #88 from potomak/patch-1

      Fix defined? syntax

      • Merge pull request #95 from bbhoss/patch-1

      Fix syntax error in documentation

      • Describe using S3 HTTPS better
      • Fix syntax error
      • remove Rails time dependency
      • Update readme.
      • Add public_path and prefix config options so asset_sync can be used outside Rails.
      • Fix defined? syntax
      • Force build on travis
      • Get specs running under jruby and travis /cc @headius :)
      • Ignore ds_store
      • Add jruby-openssl gem to get tests passing on jruby
      • test all the things
      • Add travis config for rbx
      • Merge branch 'master' of github.com:rumblelabs/asset_sync
      • Update README for installing on heroku, labs is no-longer a plugin
      • Merge pull request #75 from mscottford/master

      Update asset_host configuration in README to not rely on request object

      • Version 0.4.2, allow configuration of an array of strings or regex for files to ignore uploading. #euruko
  • v0.4.2 Changes

    June 02, 2012

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

    ๐Ÿ”„ Changes:

    • 7 Nominal Changes

      • Remove errant puts from spec
      • Merge
      • Add option to configure ignored_files through YAML config file
      • Removes errant end in the asset_host config example.
      • Updates README to suggest a different asset_host configuration

      The previous version will fail in some cases because a request is not always available during asset compilation.

      • Fix Fog warnings when running specs.
      • Version 0.4.1, allow programatic disabling of AssetSync.config.enabled
  • v0.4.1 Changes

    May 04, 2012

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

    ๐Ÿ”„ Changes:

    • 10 Nominal Changes

      • Update docs
      • Don't default to disabled if ASSET_SYNC_ENABLED env var is not specified.
      • Add option to ignore files
      • Add support for ASSET_SYNC_ENABLED with env vars.
      • Oops, should have used the accessor
      • Add support for enabled in the yaml config.
      • Add specs for AssetSync.enabled? configured through the initializer.
      • Make it possible to turn off AssetSync...

      Useful when precompiling to export to a hybrid mobile app such as PhoneGap. Would fix issue #66.

      • How many times will I forget to update the release date? many
      • Version 0.4.0, google storage support. Allow force upload of all or selected files. Travis CI enabled
  • v0.4.0 Changes

    April 26, 2012

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

    ๐Ÿ”„ Changes:

    • 22 Nominal Changes

      • Add google storage options to built in initializer to allow config via ENV vars
      • Add google storage configuration to README
      • fix case on google provider in generator
      • added google storage tests
      • added google storage generators
      • add attr_accessor for google keys
      • add support for fog gems google storage option
      • Oh, travisci will build an orgs repos if you configure the webhookd. Use rumblelabs/asset_sync as build status
      • Merge branch 'master' into levent/feature/overwrite_specific_remote_files
      • Use my travis-ci build in README
      • Merge pull request #69 from levent/integrate_travis

      Integrate Travis CI

      • Merge branch 'integrate_travis' into feature/overwrite_specific_remote_files
      • Specs for uploading assets
      • Travis build logo
      • Setting up for Travis
      • Updated README
      • always_upload config option added
      • gitignore *.swp (for vim)
      • Add ability to ignore remote files
      • Correct name of specs
      • Allows specifying an array of assets to always upload to remote
      • Version 0.3.2, set content encoding header for .gz files
  • v0.3.2 Changes

    April 18, 2012

    ๐Ÿ”– 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
  • v0.3.1 Changes

    March 07, 2012

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

    ๐Ÿ”„ Changes:

    • 6 Nominal Changes

      • Version 0.3.1, improve logging of asset_sync configuration and sync events
      • Remove some debugging stuffs
      • Improve logging during asset_sync progress.
      • Separate log and warn message, should not mess up heroku precompile thread as it watches STDERR for output.
      • Improve logging, only log to STDERR if RAILS_GROUPS=assets.
      • Version 0.3.0, all configuration can be managed via env variables, improve docs on configuration
  • v0.3.0 Changes

    March 07, 2012

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

    ๐Ÿ”„ Changes:

    • 10 Nominal Changes

      • Merge pull request #50 from hampei/master

      made gzip_compression settable via ENV

      • namespaced the ENV gzip option: ASSET_SYNC_GZIP_COMPRESSION. added option to readme
      • made gzip_compression settable via ENV
      • Typo
      • Improve documentation
      • Version 0.2.12, fix the asset_sync rake task enhancement in Rails 3.2 (still supporting earlier releases)
      • Turns out this was an issue with Rails handling of the config.assets.digest parameter
      • When running rake assets:precompile this config variable is modified by Rails
      • So it therefore cannot be depended on to test wether to enhance the nondigest task or not
      • The solution is to always enhance assets:precompile:nondigest if it exists.
  • v0.2.12 Changes

    March 04, 2012

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

    ๐Ÿ”„ Changes:

    • 1 Nominal Changes

      • Version 0.2.11, minor fix to YAML loading and improved docs