rails--rails/actionpack/lib/action_controller
José Valim 8f082ff421 Clean LookupContext API. 2010-03-08 23:25:16 +01:00
..
caching Use AS::Concern for caching modules 2010-03-04 16:59:54 -08:00
deprecated Typo in config.action_dispatch 2010-03-07 21:27:40 -08:00
metal Clean LookupContext API. 2010-03-08 23:25:16 +01:00
railties Rename named_url_helpers to url_helpers and url_helpers to url_for 2010-02-26 15:04:50 -08:00
vendor Flip deferrable autoload convention 2009-12-22 17:27:37 -06:00
base.rb Make many parts of Rails lazy. In order to facilitate this, 2010-03-07 06:24:30 -08:00
caching.rb Use AS::Concern for caching modules 2010-03-04 16:59:54 -08:00
deprecated.rb Make ActionController::Routing::Routes a DeprecatedProxy 2010-02-26 17:31:32 -08:00
metal.rb Tweak how ActionPack handles InheritableOptions 2010-03-03 21:29:26 -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 Require persisted? in ActiveModel::Lint and remove new_record? and destroyed? methods. ActionPack does not care if the resource is new or if it was destroyed, it cares only if it's persisted somewhere or not. 2010-02-21 11:12:14 +01:00
railtie.rb Move request forgery protection configuration to the AC config object 2010-03-08 14:02:41 -08:00
record_identifier.rb AMo #key is now #to_key and CI is probably happy 2010-02-20 20:17:29 -08:00
test_case.rb Tweak the semantic of various URL related methods of ActionDispatch::Request 2010-03-03 21:23:34 -08:00
url_rewriter.rb Tweak out url_for uses :script_name and add some tests 2010-03-04 22:00:30 -08:00