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-06-14 23:22:04 +02:00
..
caching cache_sweeper yields blank output 2010-06-08 23:20:04 +02:00
deprecated Clean up the config object in ActionPack. Create config_accessor which just delegates to the config object, reducing the number of deprecations and add specific tests. 2010-04-22 12:00:13 +02:00
metal edit pass: the names of Rails components have a space, ie, "Active Record", not "ActiveRecord" 2010-06-14 23:22:04 +02:00
railties Consistent routing language 2010-03-30 14:05:42 -05:00
vendor regular expressions are usually ASCII-encoded, so force_encoding the content of a Node to the encoding of the regular expression is wrong. 2010-06-07 18:06:08 -04:00
base.rb Add an asset_host accessor for consistency. 2010-06-02 14:53:56 -07:00
caching.rb Clean up the config object in ActionPack. Create config_accessor which just delegates to the config object, reducing the number of deprecations and add specific tests. 2010-04-22 12:00:13 +02:00
deprecated.rb Make ActionController::Routing::Routes a DeprecatedProxy 2010-02-26 17:31:32 -08:00
metal.rb Add :only and :except to controllers MiddlewareStack. This allows 2010-05-30 15:53:14 +02:00
middleware.rb Simplify the action endpoint: 2010-03-08 16:50:00 -08:00
polymorphic_routes.rb fix stack trace lines on class_eval 2010-04-09 21:28:49 +02:00
railtie.rb Clean up the config object in ActionPack. Create config_accessor which just delegates to the config object, reducing the number of deprecations and add specific tests. 2010-04-22 12:00:13 +02:00
record_identifier.rb revises some <%= in rdoc 2010-04-05 02:51:26 -07:00
test_case.rb Reset request.parameters after assigning params for functional tests 2010-06-06 12:07:40 -07:00