1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/lib/action_controller
2010-02-26 15:56:17 -08:00
..
caching
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
base.rb Continued effort to deglobalize the router 2010-02-25 17:53:01 -08:00
caching.rb
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
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