rails/actionpack/lib
Nathan Weizenbaum cbded53671 When rendering layouts with blocks, use #capture to avoid assuming that the return value is the block's content.
Signed-off-by: Yehuda Katz <wycats@Yehuda-Katz.local>
2009-11-05 20:08:04 -08:00
..
abstract_controller If class doesn't have a name, there's no implied layout name, so don't set up a _layout method 2009-11-05 16:12:02 -08:00
action_controller Update AC::Middleware to play better with the normal AC::Metal stack. This required stopping to use #call for non-rack-related stuff 2009-11-05 15:38:25 -08:00
action_dispatch Ruby 1.9: don't assume params are US-ASCII. Hands off the encoding. 2009-11-04 16:27:54 -08:00
action_pack Bump up the version to 3.0.pre 2009-06-30 14:37:12 -07:00
action_view When rendering layouts with blocks, use #capture to avoid assuming that the return value is the block's content. 2009-11-05 20:08:04 -08:00
abstract_controller.rb Extracted localized_cache.rb from ActionController, added it to AbstractController and made ActionMailer use it. 2009-11-01 02:23:49 +01:00
action_controller.rb Extract #head into its own module and simplify it 2009-10-26 17:13:43 -07:00
action_dispatch.rb Move Routing into AD 2009-10-20 10:14:46 -05:00
action_pack.rb Bump up the year in MIT license files 2009-01-18 05:28:21 +00:00
action_view.rb Switch to on-by-default XSS escaping for rails. 2009-10-08 09:31:20 +13:00