1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/lib/action_controller
José Valim 7da88c5b29 Remove stream at the class level.
This is because only template rendering works with streaming.
Setting it at the class level was also changing the behavior
of JSON and XML responses, closes #1337.
2011-07-06 20:24:30 -03:00
..
caching clarify which url would be used to cache a page when options are not provided to #cache_page to determine that url 2011-06-26 19:44:55 -04:00
deprecated Partial revert of #d650b71 'Remove deprecated stuff in ActionController' 2010-09-26 02:13:48 +08:00
metal Remove stream at the class level. 2011-07-06 20:24:30 -03:00
railties Remove the ability for engines to serve assets from the public directory. 2011-04-15 19:57:52 +02:00
vendor Remove extra white spaces on ActionPack docs. 2011-05-23 20:22:33 -03:00
base.rb more detail on how the flow between redirect and show works, and minor grammar 2011-06-21 10:47:37 -04: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 make the logs a little simpler to view, put the render message inline with other events, pull processing to char[0] and add a new line to the completed. looks more like a block now, which is useful for serial actions like test/dev 2011-06-24 13:10:06 -07:00
metal.rb make our constructor signature match the superclass 2011-04-17 11:49:25 -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 [IMPORTANT] Make "sprockets/railtie" require explicit. 2011-06-29 09:41:16 -03:00
record_identifier.rb Added missing assert to test checking form with namespaced isolated model and fixed helpers to work correctly in such case 2011-06-07 02:40:41 +02:00
test_case.rb Call super here to allow SessionHash initialize new stuff for us 2011-06-19 22:00:22 -03:00