Skip to content

Commit

Permalink
asset_host and asset_path are now set at the global level
Browse files Browse the repository at this point in the history
  • Loading branch information
radar committed Nov 29, 2010
1 parent b9fde2f commit 685353a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions railties/guides/source/configuring.textile
Expand Up @@ -222,10 +222,6 @@ h4. Configuring Action Controller

<tt>config.action_controller</tt> includes a number of configuration settings:

* +config.action_controller.asset_host+ provides a string that is prepended to all of the URL-generating helpers in +AssetHelper+. This is designed to allow moving all javascript, CSS, and image files to a separate asset host.

* +config.action_controller.asset_path+ allows you to override the default asset path generation by providing your own instructions.

* +config.action_controller.default_charset+ specifies the default character set for all renders. The default is "utf-8".

* +config.action_controller.logger+ accepts a logger conforming to the interface of Log4r or the default Ruby 1.8+ Logger class, which is then used to log information from Action Controller. Set to nil to disable logging.
Expand Down

0 comments on commit 685353a

Please sign in to comment.