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-04-05 12:00:24 +02:00
..
caching response_body is an Array in 1.9, so an Array was being pushed onto the cache 2010-03-19 18:56:06 -07:00
deprecated Rename config.cookie_secret to config.secret_token and pass it as configuration in request.env. This is another step forward removing global configuration. 2010-04-05 12:00:24 +02:00
metal Rename config.cookie_secret to config.secret_token and pass it as configuration in request.env. This is another step forward removing global configuration. 2010-04-05 12:00:24 +02:00
railties Consistent routing language 2010-03-30 14:05:42 -05:00
vendor Flip deferrable autoload convention 2009-12-22 17:27:37 -06:00
base.rb Rename config.cookie_secret to config.secret_token and pass it as configuration in request.env. This is another step forward removing global configuration. 2010-04-05 12:00:24 +02: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 Rename config.cookie_secret to config.secret_token and pass it as configuration in request.env. This is another step forward removing global configuration. 2010-04-05 12:00:24 +02:00
record_identifier.rb Update various documentation examples to use new routing DSL 2010-04-04 17:34:13 +01:00
test_case.rb Consistent routing language 2010-03-30 14:05:42 -05:00