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
2009-12-27 13:32:40 +01:00
..
caching 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
deprecated Allow autoloads to opt out of eager loading 2009-12-12 18:41:26 -06:00
dispatch Move route reloading into railties 2009-12-14 17:54:41 -06:00
metal Remove ActiveRecord runtime logging from ActionPack and place in ActiveRecord, adding it through config.action_controller.include hook. 2009-12-27 13:32:40 +01:00
vendor Flip deferrable autoload convention 2009-12-22 17:27:37 -06:00
base.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
caching.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
deprecated.rb Group together all the old routing dsl logic 2009-10-20 10:46:27 -05:00
metal.rb AD::StatusCodes support is now part of rack 2009-12-22 16:08:03 -06:00
middleware.rb 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
polymorphic_routes.rb Make polymorphic_url work with symbols again and refactor it [#1384 status:resolved] 2009-10-28 14:13:48 -05:00
rails.rb Remove ActiveRecord runtime logging from ActionPack and place in ActiveRecord, adding it through config.action_controller.include hook. 2009-12-27 13:32:40 +01:00
record_identifier.rb Clean up render @object a bit more. 2009-08-07 00:52:13 -03:00
test_case.rb Allow autoloads to opt out of eager loading 2009-12-12 18:41:26 -06:00
translation.rb Fix some Ruby warnings: `*' interpreted as argument prefix 2009-11-09 14:46:29 -05:00
url_rewriter.rb Move Routing into AD 2009-10-20 10:14:46 -05:00