rails--rails/actionpack/test/controller
David Heinemeier Hansson cb79118111 Fixed double-singularization on scaffolded pagination call (Address would be turned into Addres) #1216, #1404 [nilsga]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1422 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2005-06-15 04:17:45 +00:00
..
action_pack_assertions_test.rb Deprecated redirect_to_path and redirect_to_url in favor of letting redirect_to do the right thing when passed either a path or url. Introduced r as a unified method for render (still under construction) 2005-05-22 07:43:05 +00:00
active_record_assertions_test.rb
addresses_render_test.rb Fixed double-singularization on scaffolded pagination call (Address would be turned into Addres) #1216, #1404 [nilsga] 2005-06-15 04:17:45 +00:00
base_tests.rb
caching_filestore.rb Fixed action/fragment caching using the filestore when a directory and a file wanted to to use the same name. Now there's a .cache prefix that sidesteps the conflict #1188 [imbcmdth@hotmail.com] 2005-04-30 15:29:27 +00:00
cgi_test.rb Arrays sent via multipart posts are converted to strings #1032 [dj@omelia.org] 2005-06-10 12:21:25 +00:00
components_test.rb
cookie_test.rb
custom_handler_test.rb
filters_test.rb
flash_test.rb
helper_test.rb Clean up load paths to avoid unit test interaction #1113 [alles@atomicobject.com] 2005-04-17 06:16:00 +00:00
layout_test.rb
new_render_test.rb render(:action) and render() are the only two render calls to use a layout by default. All others default to :layout => false. Also, allow :layout => true to be a synonym for :layout => nil. 2005-06-01 13:39:58 +00:00
raw_post_test.rb
redirect_test.rb Fixed assert_redirected_to to work with :only_path => false #1204 [Alisdair McDiarmid] 2005-04-30 08:34:02 +00:00
render_test.rb Make sure the benchmarking render method always returns the result of the render, regardless of whether logging is enabled or not. 2005-05-30 09:00:46 +00:00
request_test.rb Fix broken test case caused by change of testing address from 127.0.0.1 to 0.0.0.0 2005-06-14 10:31:31 +00:00
routing_tests.rb
send_file_test.rb render(:text), render(:partial), and render(:nothing) always default to :layout => false. This also fixes send_file, which was applying a layout if one existed for the current action. 2005-05-30 07:51:02 +00:00
test_test.rb Added assert_tag and assert_no_tag as a much improved alternative to the deprecated assert_template_xpath_match #1126 [Jamis Buck] 2005-04-17 16:43:48 +00:00
verification_test.rb Support :render option to :verify #1440 [TobiasLuetke] 2005-06-14 13:23:55 +00:00