提交 1ea072f8 编写于 作者: T Tima Maslyuchenko

update CHANGELOG

上级 80e90b0b
* 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 * Respect `SCRIPT_NAME` when using `redirect` with a relative path
Example: Example:
# application routes.rb # application routes.rb
mount BlogEngine => '/blog' mount BlogEngine => '/blog'
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册