rails/actionpack/lib/action_controller
2010-03-07 19:41:58 +01:00
..
caching Use AS::Concern for caching modules 2010-03-04 16:59:54 -08:00
deprecated Deprecated ActionController::Base.session_options= and ActionController::Base.session_store= in favor of a config.session_store method (which takes params) and a config.cookie_secret variable, which is used in various secret scenarios. The old AC::Base options will continue to work with deprecation warnings. 2010-03-04 16:05:52 -08:00
metal Added template lookup responsible to hold all information used in template lookup. 2010-03-07 19:41:58 +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 Move stuff from compatibility.rb to deprecated.rb 2010-03-04 16:05:52 -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 Tweak out url_for uses :script_name and add some tests 2010-03-04 22:00:30 -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