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-18 17:32:53 -07:00
..
caching All tests pass without memoizing view_context 2010-03-18 15:52:43 -07:00
deprecated Typo in config.action_dispatch 2010-03-07 21:27:40 -08:00
metal All tests pass without memoizing view_context 2010-03-18 15:52:43 -07: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 Ensure controller filters are executed before stuff starts to happen. 2010-03-13 21:28:34 +01: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 Return a valid Rack response from bare ActionController::Metal 2010-03-18 17:32:53 -07: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 Get modules back into integration tests 2010-03-17 17:52:21 -07:00