0.0
No commit activity in last 3 years
No release in over 3 years
Use Assets.io to deliver your Javascript and CSS assets from the Amazon Cloudfront CDN.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0
>= 2.4.2
>= 2.0

Runtime

= 0.0.2
>= 3.1.0.rc4
 Project Readme

Assets.io Rails 3.1 Helper

Use Assets.io to deliver your Javascript and CSS assets from the Amazon Cloudfront CDN.

Installation

Add asssetsio-rails to your Gemfile:

gem 'assetsio-rails'

Create an initializer, i.e. config/initializers/assetsio.rb:

require 'assetsio-rails'
AssetsIO.account = '<your-account-id>'

Usage

assetsio-rails hooks into the Rails 3.1 asset pipeline and will automatically deliver Javascript & CSS assets included with javascript_include_tag and stylesheet_link_tag via Assets.io and Amazon's Cloudfront CDN when run in the production environment.

References

For more information about Assets.io visit http://www.assets.io

License

The assetsio-rails Gem is released under the MIT license.