rails/actionpack/lib/action_controller
2010-03-03 21:24:01 -08:00
..
caching Use safe_concat instead of trying to html_safe! what might be a frozen string 2010-01-10 18:13:43 -08:00
deprecated Cleanup deprecation notices. 2010-01-18 09:49:38 -06:00
metal Add caller to deprecation notices 2010-03-03 21:24:00 -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 Remove a failed attempt at refactoring AC configuration 2010-03-03 15:49:24 -08:00
caching.rb Add subscriber for ActionPack and move all logging inside it. 2010-01-13 01:19:23 +01:00
deprecated.rb Make ActionController::Routing::Routes a DeprecatedProxy 2010-02-26 17:31:32 -08:00
metal.rb Move InheritableOptions into ActiveSupport 2010-03-03 15:49:52 -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 Start refactoring the method of configuring ActionView 2010-03-03 21:24:01 -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 Work on deprecating ActionController::Base.relative_url_root 2010-03-03 15:49:52 -08:00