rails--rails/actionpack/lib/action_controller
Rick Olson 742694e0eb Simplfy #view_paths implementation. ActionView templates get the exact object, not a dup. [Rick]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8035 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2007-10-26 05:45:41 +00:00
..
assertions Update tests for ActiveSupport's JSON escaping change. [rick] 2007-10-26 05:32:30 +00:00
cgi_ext Use SecureRandom to generate unique ids, if available. 2007-10-18 18:25:31 +00:00
session Memcached sessions: add session data on initialization; don't silently discard exceptions; add unit tests. Closes #9823. 2007-10-14 20:46:06 +00:00
templates/rescues Purge empty files 2007-09-11 19:54:06 +00:00
vendor/html-scanner/html Fixed spelling errors (closes #9706) [tarmo/rmm5t] 2007-09-28 14:18:47 +00:00
assertions.rb Ruby 1.9 compat, consistent load paths 2007-10-02 05:32:14 +00:00
base.rb Simplfy #view_paths implementation. ActionView templates get the exact object, not a dup. [Rick] 2007-10-26 05:45:41 +00:00
benchmarking.rb Remove deprecated functionality from actionpack. Closes #8958 [lifofifo] 2007-09-03 00:18:30 +00:00
caching.rb Some mime type refactoring. Closes #9957 [Josh Peek] 2007-10-23 06:33:28 +00: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 Move #query_string to AbstractRequest 2007-10-03 16:39:18 +00:00
components.rb Ruby 1.9 compat, consistent load paths 2007-10-02 05:32:14 +00:00
cookies.rb Ensure that cookies handle array values correctly. Closes #9937 [queso] 2007-10-20 17:30:01 +00:00
dispatcher.rb Dispatcher: fix that to_prepare should only run once in production. Closes #9889. 2007-10-16 16:36:52 +00:00
filters.rb Remove unnecessary returns from builtin filters since render/return is now sufficient. Closes #9952 [Josh Peek] 2007-10-24 04:47:40 +00:00
flash.rb Ruby 1.9 compat, consistent load paths 2007-10-02 05:32:14 +00:00
helpers.rb Fix incorrect path in helper rdoc. Closes #9926 [viktor tron] 2007-10-26 01:04:40 +00:00
http_authentication.rb Remove unnecessary returns from builtin filters since render/return is now sufficient. Closes #9952 [Josh Peek] 2007-10-24 04:47:40 +00:00
integration.rb More Performant Cookie Regexp for Integration tests. [Ola Bini] 2007-10-16 20:19:27 +00:00
layout.rb Ruby 1.9 compat, consistent load paths 2007-10-02 05:32:14 +00:00
mime_responds.rb Make documentation comment for mime responders match documentation example. Closes #9357 [yon] 2007-10-26 03:25:40 +00:00
mime_type.rb Some mime type refactoring. Closes #9957 [Josh Peek] 2007-10-23 06:33:28 +00:00
mime_types.rb Add multipart and url-encoded form mime types. 2007-05-15 23:57:16 +00:00
polymorphic_routes.rb Ruby 1.9 compat, consistent load paths 2007-10-02 05:32:14 +00:00
record_identifier.rb Resources: url_for([parent, child]) generates /parents/1/children/2 for the nested resource. Likewise with the other simply helpful methods like form_for and link_to. Closes #6432. 2007-06-05 19:10:59 +00:00
request.rb request.parameters doesn't overwrite request.request_parameters. Closes #9949 [nullstyle] 2007-10-22 21:10:56 +00:00
request_forgery_protection.rb Better error messages if you leave out the :secret option for request forgery protection. Closes #9670 [rick] 2007-09-28 16:50:48 +00:00
request_profiler.rb / default uri, -b shortcut 2007-10-25 20:46:50 +00:00
rescue.rb rescue_from accepts :with => lambda { |exception| ... } or a normal block. Closes #9827. 2007-10-10 02:34:42 +00:00
resources.rb Make example parameters in restful routing docs idiomatic. Closes #9993 [danger] 2007-10-26 03:32:20 +00:00
response.rb Add :status to redirect_to allowing users to choose their own response code without manually setting headers. Closes #8297 [codahale, chasgrundy] 2007-10-09 23:07:36 +00:00
routing.rb Make sure that custom inflections are picked up by map.resources by triggering a routing reload when new inflections are defined. Closes #9815 [mislav, kampers] 2007-10-13 03:28:35 +00:00
routing_optimisation.rb Ensure request is present, as well as defined. [nzkoz] 2007-09-29 02:19:16 +00:00
session_management.rb Ruby 1.9 compat, consistent load paths 2007-10-02 05:32:14 +00:00
status_codes.rb Nodoc the irrelevant (from 1.2) 2007-01-26 21:37:38 +00:00
streaming.rb Allow send_file/send_data to use a registered mime type as the :type parameter #7620 [jonathan] 2007-02-25 20:16:58 +00:00
test_case.rb Introduce TestCase subclasses for testing rails applications allowing tests to be DRY'd up a bit and to provide a path toward tidying up our monkeypatching of test/unit. 2007-10-26 02:21:21 +00:00
test_process.rb Ruby 1.9 compat, consistent load paths 2007-10-02 05:32:14 +00:00
url_rewriter.rb Re-enable Routing optimisation code for _url methods, add defined?(request) to the guard conditions 2007-09-28 20:57:39 +00:00
verification.rb Remove unnecessary returns from builtin filters since render/return is now sufficient. Closes #9952 [Josh Peek] 2007-10-24 04:47:40 +00:00