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
2007-12-28 05:42:12 +00:00
..
assertions
cgi_ext Ruby 1.9 compat: cookies 2007-12-15 02:28:53 +00:00
session Ruby 1.9 compat: move from the deprecated Base64 module to ActiveSupport::Base64. Closes #10554. 2007-12-18 21:14:07 +00:00
templates/rescues
vendor/html-scanner/html Fix HTML Sanitizer to allow trailing spaces in CSS style attributes. Closes #10566 [wesley.moxam] 2007-12-23 21:07:20 +00:00
assertions.rb
base.rb Ruby 1.9 compat: introduce instance_variable_names. Closes #10630 [Frederick Cheung] 2007-12-28 05:42:12 +00:00
benchmarking.rb
caching.rb Ruby 1.9 compat: File.exists\? -> File.exist\? en masse. References #1689 [Pratik Naik] 2007-12-10 05:54:46 +00:00
cgi_ext.rb
cgi_process.rb
components.rb
cookies.rb Ruby 1.9 compat: account for new, non-flattening Array#to_s 2007-12-15 02:29:15 +00:00
dispatcher.rb Introduce native mongrel handler and push mutex into dispatcher. 2007-12-27 11:17:05 +00:00
filters.rb
flash.rb
helpers.rb Ruby 1.9 compat: helpers 2007-12-15 02:29:36 +00:00
http_authentication.rb Ruby 1.9 compat: move from the deprecated Base64 module to ActiveSupport::Base64. Closes #10554. 2007-12-18 21:14:07 +00:00
integration.rb Integration tests use ActionController::Dispatcher rather than the old Dispatcher. Closes #10596. 2007-12-22 19:03:01 +00:00
layout.rb Update layout docs. Closes #10584 [Cheah Chu Yeow] 2007-12-21 12:30:29 +00:00
mime_responds.rb
mime_type.rb
mime_types.rb
polymorphic_routes.rb
record_identifier.rb
request.rb Ruby 1.9 compat: file uploads. References #1689 [Frederick Cheung] 2007-12-27 11:17:53 +00:00
request_forgery_protection.rb
request_profiler.rb Fold reset! into the run method directly. Make -n options compatible with Ruby 1.9 whose option parser seems to call the block with nil value even when the option is omitted. 2007-12-22 04:49:56 +00:00
rescue.rb Ruby 1.9 compat: File.exists\? -> File.exist\? en masse. References #1689 [Pratik Naik] 2007-12-10 05:54:46 +00:00
resources.rb
response.rb
routing.rb Use extract_options! rather than Hash test + pop. Closes #10628 [ssoroka] 2007-12-28 03:58:01 +00:00
routing_optimisation.rb
session_management.rb
status_codes.rb
streaming.rb
test_case.rb Ensure that test case setup is run even if overridden. Closes #10382. 2007-12-28 05:21:24 +00:00
test_process.rb Ruby 1.9 compat: introduce instance_variable_names. Closes #10630 [Frederick Cheung] 2007-12-28 05:42:12 +00:00
url_rewriter.rb
verification.rb