1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/test
2009-12-27 14:36:59 -08:00
..
abstract Rename the RenderingController module to just plain Rendering 2009-12-20 17:15:31 -08:00
activerecord Use new routing dsl in tests 2009-12-08 16:52:26 -06:00
controller Remove ActionView inline logging to ActiveSupport::Notifications and create ActionController::Base#log_event, so everything can be logged within one listener. Also expose log_process_action as a hook for different modules to include their own information during the action processing. This allow ActiveRecord to hook and any other ORM. Finally, this commit changes 'Processing' and 'Rendering' in logs to 'Processed' and 'Rendered' because at the point it's logged, everying already happened. 2009-12-26 20:28:53 +01:00
dispatch Added shorthand for match 'products/overview' that expands to match 'products/overview', :to => 'products#overview', :as => 'products_overview' 2009-12-27 14:13:03 -08:00
fixtures 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
lib Make recognize try to constantize controller to see if it exists 2009-12-01 22:22:48 -06:00
template Fix tests 2009-12-25 10:04:26 -08:00
tmp
abstract_unit.rb Remove ActionView inline logging to ActiveSupport::Notifications and create ActionController::Base#log_event, so everything can be logged within one listener. Also expose log_process_action as a hook for different modules to include their own information during the action processing. This allow ActiveRecord to hook and any other ORM. Finally, this commit changes 'Processing' and 'Rendering' in logs to 'Processed' and 'Rendered' because at the point it's logged, everying already happened. 2009-12-26 20:28:53 +01:00
active_record_unit.rb Hush loading AR unless it fails 2009-12-14 16:01:23 -06:00
ts_isolated.rb Give useful test:isolated failures 2009-11-04 12:44:06 -08:00