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-03-11 17:43:29 -08:00
..
caching Write strings to fragment cache, not outputbuffers 2010-03-11 17:43:29 -08:00
deprecated Typo in config.action_dispatch 2010-03-07 21:27:40 -08:00
metal ActionController::Base.request_forgery_protection_token should actually be the name of the token and not true. 2010-03-11 10:08:18 -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 Reinstate dom_id in controllers. 2010-03-09 10:49:36 -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 RouteSet#rewrite => url_for 2010-03-09 21:00:24 -06:00