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
miloops 11eb29f60a Make assert_select_rjs code more readable, make use of unused constants and use more simple Regexps.
[#540 state:resolved]

Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
2008-08-29 17:52:26 -07:00
..
assertions Make assert_select_rjs code more readable, make use of unused constants and use more simple Regexps. 2008-08-29 17:52:26 -07:00
caching
cgi_ext
routing Routes may be restricted to lists of HTTP methods instead of a single method or :any. 2008-08-28 12:29:49 -07:00
session
templates/rescues Cleanup around partial rendering 2008-08-21 21:03:33 -05:00
vendor/html-scanner/html
assertions.rb
base.rb Deprecate render_component. 2008-08-29 13:43:30 +01:00
benchmarking.rb
caching.rb
cgi_ext.rb
cgi_process.rb
components.rb Deprecate render_component. 2008-08-29 13:43:30 +01:00
cookies.rb
dispatcher.rb Simplified and renamed CallbackChain union method to replace_or_append! 2008-08-21 00:51:06 -05:00
filters.rb
flash.rb
headers.rb
helpers.rb
http_authentication.rb
integration.rb Switched integration test runner to use Rack processor instead of CGI 2008-08-20 13:37:18 -05:00
layout.rb
mime_responds.rb
mime_type.rb Require missing libraries and check for defined ActionController constant so ActionView can be used standalone 2008-08-26 15:13:28 -05:00
mime_types.rb
performance_test.rb
polymorphic_routes.rb Allow polymorphic_url helper to take url options. [#880 state:resolved] 2008-08-21 20:26:00 +01:00
rack_process.rb Don't shadow query string method 2008-08-19 20:24:34 -05:00
record_identifier.rb
request.rb Request#remote_ip handles the uncommon case that REMOTE_ADDR is a comma-separated list. 2008-08-27 23:03:11 -07:00
request_forgery_protection.rb
request_profiler.rb
rescue.rb Cleanup around partial rendering 2008-08-21 21:03:33 -05:00
resources.rb Accept an array of method symbols for collection/member actions of resources 2008-08-28 12:23:39 -07:00
response.rb Move default content type and charset from Base to Response. Handle charset = nil. 2008-08-21 18:11:09 -07:00
routing.rb
session_management.rb
status_codes.rb
streaming.rb
test_case.rb
test_process.rb Add TestUploadFile.content_type= to match Request.UploadedFile 2008-08-27 18:50:29 -07:00
url_rewriter.rb
verification.rb