rails/actionpack/lib/action_controller
2010-01-06 00:33:17 +01:00
..
caching Use underscore in notification namespaces. 2010-01-04 00:03:56 +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 underscore in notification namespaces. 2010-01-04 00:03:56 +01:00
vendor Flip deferrable autoload convention 2009-12-22 17:27:37 -06:00
base.rb Added that ActionController::Base now does helper :all instead of relying on the default ApplicationController in Rails to do it [DHH] 2010-01-03 21:32:02 -05:00
caching.rb Use underscore in notification namespaces. 2010-01-04 00:03:56 +01:00
deprecated.rb Group together all the old routing dsl logic 2009-10-20 10:46:27 -05:00
metal.rb controller_path is required by ActionView, so move it up to AbstractController and refactor AbstractController::Layouts. 2009-12-31 18:40:20 -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
railtie.rb Default middleware stack needs to be available at configuration time 2010-01-04 19:40:16 -06:00
record_identifier.rb Clean up render @object a bit more. 2009-08-07 00:52:13 -03:00
test_case.rb Controller tests should always require view tests since they add behavior controllers expect 2010-01-04 19:44:27 -08:00
translation.rb Fix some Ruby warnings: `*' interpreted as argument prefix 2009-11-09 14:46:29 -05:00
url_rewriter.rb Remove CGI.escape in function of Rack::Mount.escape 2010-01-06 00:33:17 +01:00