rails/actionpack/lib/action_controller
2010-03-09 10:20:56 -08: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 Refactor the RouteSet so it uses a Generator object instead of one huge method. 2010-03-09 10:20:56 -08: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 Simplify the action endpoint: 2010-03-08 16:50:00 -08:00
middleware.rb Simplify the action endpoint: 2010-03-08 16:50:00 -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 Get rid of the instance-level URL rewriter 2010-03-09 10:20:56 -08:00
url_rewriter.rb Get rid of the instance-level URL rewriter 2010-03-09 10:20:56 -08:00