rails/actionpack/lib/action_controller
2010-02-26 15:56:17 -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 Including UrlFor in Redirecting and Head will warn usefully if a controller is wired up without a router included (and still support redirect_to "omg") 2010-02-26 15:56:17 -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 Continued effort to deglobalize the router 2010-02-25 17:53:01 -08:00
caching.rb Add subscriber for ActionPack and move all logging inside it. 2010-01-13 01:19:23 +01:00
deprecated.rb WIP: Remove the global router 2010-02-25 17:53:00 -08:00
metal.rb Update AP to start locking down a public API. This work is parallel to some docs I'm working on. 2010-02-16 10:45:59 -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 Remove traces of SharedTestRoutes from user code; leave it as a standin for Rails.application.routes in Rails internal tests 2010-02-26 15:44:22 -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 Change the API for setting global options for #url_for to self.url_options = { ... } 2010-02-26 15:20:41 -08:00
url_rewriter.rb Continued effort to deglobalize the router 2010-02-25 17:53:01 -08:00