Skip to content

Commit

Permalink
update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
timfjord committed Oct 24, 2013
1 parent 80e90b0 commit 1ea072f
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions actionpack/CHANGELOG.md
@@ -1,6 +1,22 @@
* pass app config to controller helper proxy

Example:

# config/application.rb
config.asset_host = 'http://mycdn.com'

# Somewhere else
ActionController::Base.helpers.asset_path('fallback.png')
# => http://mycdn.com/assets/fallback.png

Fixes #10051

*Tima Maslyuchenko*

* Respect `SCRIPT_NAME` when using `redirect` with a relative path

Example:

# application routes.rb
mount BlogEngine => '/blog'

Expand Down

0 comments on commit 1ea072f

Please sign in to comment.