Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removes :nodoc: label [ci skip] | Alvaro Pereyra | 2012-12-01 | 1 | -1/+1 |
| | |||||
* | Ignore asset url query string or anchor when appending extensions and ↵ | Joshua Peek | 2012-10-15 | 1 | -1/+3 |
| | | | | computing public path | ||||
* | Extract compute_asset_extname and allow extname to be disabled | Joshua Peek | 2012-10-15 | 1 | -7/+15 |
| | |||||
* | merge! default asset tag options | Joshua Peek | 2012-10-15 | 1 | -12/+12 |
| | |||||
* | Just check request instead of controller.request | Joshua Peek | 2012-10-15 | 1 | -13/+2 |
| | |||||
* | Allow asset url config to be undefined | Joshua Peek | 2012-10-13 | 1 | -2/+4 |
| | |||||
* | All asset url helpers should pass options | Joshua Peek | 2012-10-12 | 1 | -24/+24 |
| | |||||
* | Ensure AssetUrlHelper can be mixed into AC::Base | Joshua Peek | 2012-10-12 | 1 | -6/+13 |
| | |||||
* | Refactor AssetUrlHelper to make it friendly for plugins and extensions | Joshua Peek | 2012-10-12 | 1 | -106/+83 |
| | | | | | | | | Add asset_path/url helper for a consolidated entry point Expose compute_asset_path as a public API Expose compute_asset_host as a public API Move RAILS_ASSET_ID to its own module, AssetIdHelper Removed AV::AssetPaths | ||||
* | Add asset_path and asset_url helpers | Joshua Peek | 2012-10-12 | 1 | -16/+52 |
| | |||||
* | Split asset url helpers into seperate AssetUrlHelper | Joshua Peek | 2012-10-12 | 1 | -0/+334 |