aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/configuring.textile
Commit message (Collapse)AuthorAgeFilesLines
* preinitializer.rb is no longer needed, so remove it from the guide and ↵wycats2010-03-281-9/+7
| | | | replace with better suggestion. [#4279 state:resolved]
* Updated asset_template_path to asset_path and have it also support a String ↵wycats2010-03-281-1/+1
| | | | [#4247 state:resolved]
* Allow customisation of asset path generation using a proc.Craig R Webster2010-03-281-0/+2
| | | | | | | | | | | | | | | | Set config.action_controller.asset_path_template to a proc that takes one argument - the direct, unchanged asset path - and returns a path to that asset using the scheme that your assets require. This is useful if you have a setup which scales by introducing new application servers where the mtime of the asset files may not be the same as those of the asset files on your previous servers, but it does require your web servers to have knowledge of the asset template paths that you rewrite to so it's not suitable for out-of-the-box use. An example of configuring asset path generation and rewriting these paths using Apache is included in actionpack/lib/action_view/helpers/asset_tag_helper.rb. Signed-off-by: wycats <wycats@gmail.com>
* Fix Sam Ruby's tests and deprecation warningsCarlhuda2010-03-041-1/+1
|
* Merge docrailsPratik Naik2010-01-171-59/+115
|
* Merge docrailsPratik Naik2009-07-251-1/+1
|
* Merge with docrailsPratik Naik2009-02-241-5/+5
|
* Merge docrails along with the new guides and guides generation codePratik Naik2009-02-061-0/+234