rails--rails/actionpack/lib/action_controller
David Heinemeier Hansson b167248b21 Fixed the HTML scanner used by assert_tag where a infinite loop could be caused by a stray less-than sign in the input #1270 [Jamis Buck]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1297 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2005-05-09 11:20:19 +00:00
..
cgi_ext Treat all request types as upper-case so the switch will work 2005-05-04 10:46:33 +00:00
session
templates Removed dumping of template assigns on the rescue page as it would very easily include a ton of data making page loads take seconds (and the information was rarely helpful) #1222 2005-04-30 08:19:14 +00:00
vendor/html-scanner/html Fixed the HTML scanner used by assert_tag where a infinite loop could be caused by a stray less-than sign in the input #1270 [Jamis Buck] 2005-05-09 11:20:19 +00:00
assertions.rb Added functionality to assert_tag, so you can now do tests on the siblings of a node, to assert that some element comes before or after the element in question, or just to assert that some element exists as a sibling #1226 [Jamis Buck] 2005-05-06 16:42:01 +00:00
base.rb Changed RAILS_ASSET_HOST to become ActionController::Base.asset_host 2005-05-06 05:10:36 +00:00
benchmarking.rb Fixed that rendering a template would require a connection to the database #1146 2005-04-19 09:57:15 +00:00
caching.rb Added better error handling for regexp caching expiration 2005-05-06 05:09:01 +00:00
cgi_process.rb Added support for web servers that use PATH_INFO instead of REQUEST_URI like IIS #1014 [BradG/Nicholas Seckar] 2005-04-18 15:43:07 +00:00
components.rb
cookies.rb Added that deleting a cookie should not just set it to an empty string but also instantly expire it #1118 [todd@robotcoop.com] 2005-04-17 07:18:39 +00:00
dependencies.rb
deprecated_assertions.rb Hide the deprecated methods from the docs 2005-04-17 11:47:54 +00:00
filters.rb Added conditions to around_filters just like before_filter and after_filter 2005-04-27 06:42:12 +00:00
flash.rb Deprecated the majority of all the testing assertions and replaced them with a much smaller core and access to all the collections the old assertions relied on. That way the regular test/unit assertions can be used against these. Added documentation about how to use it all. 2005-04-17 11:38:01 +00:00
helpers.rb
layout.rb
pagination.rb Fixed pagination to work with joins #1034 [scott@sigkill.org] 2005-04-13 05:40:22 +00:00
request.rb Added support for web servers that use PATH_INFO instead of REQUEST_URI like IIS #1014 [BradG/Nicholas Seckar] 2005-04-18 15:43:07 +00:00
rescue.rb
response.rb
routing.rb
scaffolding.rb
session.rb
test_process.rb Added xml_http_request/xhr method for simulating XMLHttpRequest in functional tests #1151 [Sam Stephenson] 2005-04-19 16:34:44 +00:00
url_rewriter.rb Fixed page caching for non-vhost applications living underneath the root #1004 [Ben Schumacher] 2005-04-17 14:10:24 +00:00
verification.rb