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
Jeremy Kemper 1fbd02e446 Revert "Add config.action_controller.include behavior to plugins."
This reverts commit 7e8b7f46bf.

Conflicts:

	railties/lib/rails/plugin.rb
2009-12-30 19:34:15 -08: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 Use extlib_inheritable_accessor in request_forgery_protection.rb. 2009-12-29 13:21:36 -08: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 Silence some trivial warnings: shadowed local vars, indentation mismatches 2009-12-28 17:36:08 -08: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 Revert "Add config.action_controller.include behavior to plugins." 2009-12-30 19:34:15 -08: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