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

Changelog History
Page 5

  • v0.2.11 Changes

    March 04, 2012

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

    ๐Ÿ”„ Changes:

    • 7 Nominal Changes

      • Merge pull request #48 from samsoffes/patch-1

      Fix Heroku Labs plugin URL and add code coloring to readme.

      • Fix Heroku Labs plugin URL and add code coloring to readme.
      • Merge pull request #47 from dbalatero/dont_read_yml_file_every_time

      Cache the YML config to avoid multiple file reads.

      • Cache the YML config to avoid multiple file reads.
      • Fix documentation typos
      • Move old known issues about heroku ENV variables to a docs folder, write new content referencing the recommended use of user_env_compile
      • Version 0.2.10, fix handling of non standard Rails.config.assets.manifest path
  • v0.2.10 Changes

    February 16, 2012

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

    ๐Ÿ”„ Changes:

    • 5 Nominal Changes

      • Add an AssetSync.log method for outputing sync config failure so we can stub it out easily in tests
      • Merge pull request #44 from dbalatero/fix_nonstandard_manifest_location

      Fixes asset_sync to correctly read manifest.yml files.

      • Fixes asset_sync to correctly read manifest.yml files.

      Rails.config.assets.manifest only points to the directory that contains the manifest.yml file:

      https://github.com/rails/rails/blob/226783d1e8891a38d4a61017952528970dba903d/actionpack/lib/sprockets/railtie.rb#L36

      • Add hack, seems required for some applications on push to Heroku, not for others
      • Version 0.2.9 fix bug in internal initializer
  • v0.2.9 Changes

    January 30, 2012

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

    ๐Ÿ”„ Changes:

    • 3 Nominal Changes

      • Merge pull request #42 from genuitytech/master

      Now correctly setting config.fog_region.

      • Now correctly setting config.fog_region.
      • Version 0.2.8, improve http headers. Add far future expires and cache control, public.
  • v0.2.8 Changes

    January 27, 2012

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

    ๐Ÿ”„ Changes:

    • 2 Nominal Changes

      • Add far future expires header
      • Version 0.2.7, Rails 3.2 compatibility, default Rake task improved
  • v0.2.7 Changes

    January 25, 2012

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

    ๐Ÿ”„ Changes:

    • 2 Nominal Changes

      • Merge branch 'rails-3-2'
      • Version 0.2.6, Rails 3.2 compatibility, default Rake task improved
  • v0.2.6 Changes

    January 25, 2012

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

    ๐Ÿ”„ Changes:

    • 3 Nominal Changes

      • Doc
      • Add Rails 3.2 compatible rake task
      • Fix issue #38 for when Rails.config.assets.prefix starts with a slash.
  • v0.2.5 Changes

    January 10, 2012

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

    ๐Ÿ”„ Changes:

    • 1 Nominal Changes

      • Version 0.2.4, Support for Rails.config.assets.prefix
  • v0.2.4 Changes

    January 06, 2012

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

    ๐Ÿ”„ Changes:

    • 5 Nominal Changes

      • Merge pull request #35 from siliconsalad/config_assets_prefix

      Rails.config.assets.prefix used for sync

      • added test with Rails.config.assets.prefix set
      • Rails.config.assets.prefix used for sync (instead of hardcoded 'assets' value)
      • specs now use shared context to mock Rails and fixed pending tests that were failing
      • Version 0.2.3, Rackspace London support
  • v0.2.3 Changes

    December 06, 2011

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

    ๐Ÿ”„ Changes:

    • 3 Nominal Changes

      • Merge pull request #28 from robink/master

      Rackspace London support

      • Only merge racksace_auth_url to fog config if defined
      • Bump date for release
  • v0.2.2 Changes

    November 29, 2011

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

    ๐Ÿ”„ Changes:

    • 10 Nominal Changes

      • Version 0.2.2: add fail_silently config option to avoid heroku installing the rails31_enable_runtime_asset_compilation, fixes issues #24, #29
      • Further explanation of fail_silently option
      • Merge pull request #29 from neilmiddleton/master

      Allow precompile to fail quietly on heroku

      • Update README, and generator templates
      • Changes as discussed in PR#29
      • Disable pre-compilation on Heroku.
      • Updated README and generators
      • Added support for specifying rackspace_auth_url (then the possibility to use Rackspace London)
      • Fixed typo in readme
      • Updated version and release date