diff options
author | Joshua Peek <josh@joshpeek.com> | 2012-10-12 16:56:00 -0500 |
---|---|---|
committer | Joshua Peek <josh@joshpeek.com> | 2012-10-12 16:56:00 -0500 |
commit | 1e2b0ce95e48463361111ceae6eed7d4ad5462f0 (patch) | |
tree | 20c1abedd94d4e5f14958e19d9bdb243b1808513 /actionpack/lib/action_view.rb | |
parent | bd38d9f2118b1005718f8db4292b21a73879409e (diff) | |
download | rails-1e2b0ce95e48463361111ceae6eed7d4ad5462f0.tar.gz rails-1e2b0ce95e48463361111ceae6eed7d4ad5462f0.tar.bz2 rails-1e2b0ce95e48463361111ceae6eed7d4ad5462f0.zip |
Refactor AssetUrlHelper to make it friendly for plugins and extensions
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
Diffstat (limited to 'actionpack/lib/action_view.rb')
-rw-r--r-- | actionpack/lib/action_view.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/actionpack/lib/action_view.rb b/actionpack/lib/action_view.rb index 091b0d8cd2..8bbf52382a 100644 --- a/actionpack/lib/action_view.rb +++ b/actionpack/lib/action_view.rb @@ -29,7 +29,6 @@ module ActionView extend ActiveSupport::Autoload eager_autoload do - autoload :AssetPaths autoload :Base autoload :Context autoload :CompiledTemplates, "action_view/context" |