rails/actionpack/lib/action_controller
Joshua Peek 06ed8e4511 Add internal middleware stack to Dispatcher
config.middleware.use Rack::Cache
2008-12-01 13:49:34 -06:00
..
assertions Deprecate assert_valid 2008-11-25 12:32:14 -06:00
caching write_fragment returns content if caching is disabled [#846 state:resolved] 2008-11-22 13:19:11 -06:00
cgi_ext Ruby 1.9 compat: explicitly require delegate for cookie's DelegateClass 2008-11-24 12:05:17 -08:00
routing Extract named_helper module_eval so it's easier to override 2008-11-29 19:32:13 -08:00
session Move the cookie store to use the MessageVerifier class. 2008-11-23 16:42:15 +01:00
templates/rescues Cleanup around partial rendering 2008-08-21 21:03:33 -05:00
vendor Depend on rack 0.4.0 instead of vendoring it 2008-11-25 13:20:12 -06:00
base.rb Making the IP Spoofing check in AbstractRequest#remote_ip configurable. 2008-12-01 20:40:18 +01:00
benchmarking.rb Revert "Simplify benchmarking and rescue". Need a different approach. 2008-11-20 04:50:34 +05:30
caching.rb Use autoload instead of explicit requires for ActionController 2008-11-23 16:35:47 -06:00
cgi_ext.rb Parse url-encoded and multipart requests ourselves instead of delegating to CGI. 2007-05-18 06:24:50 +00:00
cgi_process.rb Use autoload instead of explicit requires for ActionController 2008-11-23 16:35:47 -06:00
cookies.rb Merge with docrails. 2008-07-16 13:01:23 +01:00
dispatcher.rb Add internal middleware stack to Dispatcher 2008-12-01 13:49:34 -06:00
filters.rb Get rid of 'Object#send!'. It was originally added because it's in Ruby 1.9, but it has since been removed from 1.9. 2008-08-31 13:20:15 -07:00
flash.rb Remove deprecated render_component. Please use the plugin from http://github.com/rails/render_component/tree/master 2008-11-19 17:48:57 +05:30
headers.rb Simplifying usage of ETags and Last-Modified and conditional GET requests 2008-08-07 23:43:12 -07:00
helpers.rb helpers require dependencies 2008-11-24 12:17:07 -06:00
http_authentication.rb Get rid of 'Object#send!'. It was originally added because it's in Ruby 1.9, but it has since been removed from 1.9. 2008-08-31 13:20:15 -07:00
integration.rb Ensure Test::Unit::Assertions is available 2008-11-26 17:18:50 -08:00
layout.rb Reinstate "Super lazy load view paths in development mode (no indexing or caching at all). Switch layout finders to use view path api to take advantage of cache." as it killed dev mode reloading." 2008-11-28 11:18:28 -06:00
middleware_stack.rb Add internal middleware stack to Dispatcher 2008-12-01 13:49:34 -06:00
mime_responds.rb Disable the Accept header by default 2008-07-07 07:31:49 +02:00
mime_type.rb Add text/plain to the browser_generated_types array as webkit and gecko can submit them. 2008-11-16 20:24:46 +01:00
mime_types.rb Added application/jsonrequest as a synonym for application/json 2008-07-02 11:39:42 -07:00
performance_test.rb Use autoload instead of explicit requires for ActionController 2008-11-23 16:35:47 -06:00
polymorphic_routes.rb Deprecated formatted_polymorphic_url 2008-11-30 17:04:24 -08:00
rack_process.rb Use autoload instead of explicit requires for ActionController 2008-11-23 16:35:47 -06:00
record_identifier.rb Correct code example in dom_id docs. [#437 state:resolved] 2008-06-17 00:32:37 -07:00
request_forgery_protection.rb Change the forgery token implementation to just be a simple random string. 2008-11-23 14:28:34 +01:00
request_profiler.rb Use autoload instead of explicit requires for ActionController 2008-11-23 16:35:47 -06:00
request.rb Making the IP Spoofing check in AbstractRequest#remote_ip configurable. 2008-12-01 20:40:18 +01:00
rescue.rb Added ActiveSupport::BacktraceCleaner and Rails::BacktraceCleaner for cutting down on backtrace noise (inspired by the Thoughtbot Quiet Backtrace plugin) [DHH] 2008-11-22 18:06:08 +01:00
resources.rb Added optimal formatted routes to rails, deprecating the formatted_* methods, and reducing routes creation by 50% [#1359 state:committed] 2008-11-26 10:52:05 +01:00
response.rb Dont try to auto-set the etag based on the body if any freshness headers have already been set [DHH/José Valim] 2008-10-21 16:58:12 +02:00
routing.rb Use autoload instead of explicit requires for ActionController 2008-11-23 16:35:47 -06:00
session_management.rb Use autoload instead of explicit requires for ActionController 2008-11-23 16:35:47 -06:00
status_codes.rb Nodoc the irrelevant (from 1.2) 2007-01-26 21:37:38 +00:00
streaming.rb Merge with docrails. 2008-07-16 13:01:23 +01:00
test_case.rb Ensure integration test is load in script/console [#1452 state:resolved] 2008-11-24 09:58:52 -06:00
test_process.rb Add TestResponse#client_error? to check for 4xx status codes [#851 state:resolved] 2008-11-22 13:10:12 -06:00
translation.rb Added ActionController::Translation module delegating to I18n #translate/#t and #localize/#l [status:committed #1008] 2008-09-10 00:39:54 -05:00
url_rewriter.rb Merge docrails changes 2008-07-28 12:33:24 +01:00
verification.rb Get rid of 'Object#send!'. It was originally added because it's in Ruby 1.9, but it has since been removed from 1.9. 2008-08-31 13:20:15 -07:00