rails--rails/actionpack/lib/action_controller
Piotr Sarnacki a462a76bd3 Set proper engine's asset directories when assets are served from engine.
When using stylesheet_link_tag(:all) or javascript_include_tag(:all),
assets directories are searched for css or js files. When
config.serve_static_assets is set to true, those files can be
served directly from engine's directories. That's why assets paths
should be set individually for controllers inside engine
if we want to serve static assets with ActionDispatch::Static
2010-12-16 01:49:29 +05:30
..
caching Ensure that while caching a page rails takes into 2010-12-09 16:14:57 +01:00
deprecated Partial revert of #d650b71 'Remove deprecated stuff in ActionController' 2010-09-26 02:13:48 +08:00
metal Merge branch 'master' of git://github.com/lifo/docrails 2010-11-27 07:43:59 +01:00
railties Set proper engine's asset directories when assets are served from engine. 2010-12-16 01:49:29 +05:30
vendor class inheritable attributes is used no more! all internal use of class inheritable has been changed to class_attribute. class inheritable attributes has been deprecated. 2010-11-20 19:40:29 +01:00
base.rb updated instructions on how to change the default session store 2010-09-18 12:46:21 -03:00
caching.rb Escape 'caching' when used in a sentence; remove unnessesary quotes 2010-08-26 21:58:57 +02:00
deprecated.rb Partial revert of #d650b71 'Remove deprecated stuff in ActionController' 2010-09-26 02:13:48 +08:00
log_subscriber.rb Fix logging when cache key contains % sign [#5570 state:resolved] 2010-09-25 11:04:20 +02:00
metal.rb Fix a few bugs when trying to use Head standalone 2010-10-10 00:54:11 -07:00
middleware.rb Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 04:12:33 -03:00
railtie.rb Clean up asset_host and asset_path. 2010-12-09 13:40:45 +01:00
record_identifier.rb No need to delegate. Simply include the whole RecordIdentifier module. 2010-07-21 11:46:38 +02:00
test_case.rb class inheritable attributes is used no more! all internal use of class inheritable has been changed to class_attribute. class inheritable attributes has been deprecated. 2010-11-20 19:40:29 +01:00