aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller
Commit message (Expand)AuthorAgeFilesLines
* Use parentheses when using assert_match followed by a regexp to avoid warnings.Emilio Tagua2010-09-277-24/+24
* Remove deprecated stuff in ActionControllerCarlos Antonio da Silva2010-09-266-17/+18
* Fix logging when cache key contains % sign [#5570 state:resolved]Krekoten' Marjan2010-09-251-0/+16
* Make redirect_to accept blocks [#5643 state:resolved]Nando Vieira2010-09-241-0/+38
* Exception handling more readableThiago Pradi2010-09-191-8/+8
* removing some warningsAaron Patterson2010-09-182-6/+6
* Fix header capitalization by explicitly upcasing first letter of every word, ...Maxim Chernyak2010-09-181-0/+11
* get csrf_meta_tag back to the generated layout in deference to existing print...Xavier Noria2010-09-141-1/+1
* added block arguments to ActionController::Metal#useCollin Miller2010-09-121-0/+22
* revises implementation and documentation of csrf_meta_tags, and aliases csrf_...Xavier Noria2010-09-111-2/+6
* Cleanup Action Dispatch assertions testsCarlos Antonio da Silva2010-09-061-108/+37
* Cleanup deprecations in Action DispatchCarlos Antonio da Silva2010-09-062-28/+6
* Cleanup deprecation warnings in Action ControllerCarlos Antonio da Silva2010-09-063-55/+1
* Remove a few tests from old router that do not make sense with the new one.José Valim2010-09-052-67/+3
* Deleted test with extended regexp - it fails with no reason, probably rack-mo...Piotr Sarnacki2010-09-051-21/+0
* Fixed 2 broken tests for router.Łukasz Strzałkowski2010-09-051-3/+3
* This test is invalid for new routerŁukasz Strzałkowski2010-09-051-20/+0
* Removed tests for setting default value of *path in routeŁukasz Strzałkowski2010-09-051-25/+0
* Made test_generate passŁukasz Strzałkowski2010-09-051-9/+1
* If it's unused there's no reason to keep it commented. It will always remain ...Łukasz Strzałkowski2010-09-051-11/+0
* Fixed routes to use new API in a few more actionpack testsPiotr Sarnacki2010-09-055-18/+56
* Removed rest of errors and failures in routing_test.rb. Almost all squashed, ...Łukasz Strzałkowski2010-09-051-92/+79
* raise error on invalid HTTP methods or :head passed with :via in routesPiotr Sarnacki2010-09-051-1/+1
* Implemented resources :foos, :except => :all optionPiotr Sarnacki2010-09-051-3/+9
* Test for recognizing routes with http method setŁukasz Strzałkowski2010-09-051-1/+40
* Fixed about half of broken tests in routing_testŁukasz Strzałkowski2010-09-051-125/+82
* Fixed almost all resources testsPiotr Sarnacki2010-09-051-159/+213
* Fixed url_for testŁukasz Strzałkowski2010-09-051-1/+1
* Removed deprecated RouteSet API, still many tests failPiotr Sarnacki2010-09-0517-552/+536
* Revert "Setup explicit requires for files with exceptions. Removed them from ...José Valim2010-09-024-4/+0
* Setup explicit requires for files with exceptions. Removed them from autoload...Łukasz Strzałkowski2010-09-024-0/+4
* Remove deprecated support to <% form_for %> and several ActionController::Bas...José Valim2010-08-293-77/+2
* Ensure that inherited helper_methods are available after calling clear_helper...Jesse Storimer2010-08-281-0/+31
* Be sure to call helper :all just on direct children. (Tests by Jesse Storimer)José Valim2010-08-261-0/+12
* Reset symbolized path parameters when a test request is recycled [#5437 state...Andrew White2010-08-241-0/+8
* Config is deprecated on 1.8.8 and 1.9.3 use RbConfigSantiago Pastorino2010-08-231-1/+1
* Support routing constraints in functional testsAndrew White2010-08-201-1/+1
* code gardening: we have assert_(nil|blank|present), more concise, with better...Xavier Noria2010-08-175-11/+11
* object/try should be required after abstract_unit to have AS in the load pathSantiago Pastorino2010-08-141-1/+1
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-1421-64/+64
* adds missing requires for Object#tryXavier Noria2010-08-091-0/+1
* Use AS::OrderedHash when trusting in the order of the hashSantiago Pastorino2010-08-011-2/+3
* Fixed a globbed route issue where slashes were being escaped, causing assert_...Brian Rose2010-07-211-0/+7
* Moved a few methods from RecordIdentifier to ActiveModel::NamingPiotr Sarnacki2010-07-211-40/+0
* Remove assert_valid. It was already deprecated on Rails 2.3.José Valim2010-07-191-15/+0
* Exceptions from views should be rescued based on the original exception. If a...Neeraj Singh2010-07-191-0/+27
* Fix setting helpers_path to a string or pathnameJeremy Kemper2010-07-071-3/+3
* Adds tests for content negotiation change introduced in dc5300adb6d46252c26ePatrik Stenmark2010-07-041-0/+20
* Unify routes naming by renaming router to routesPiotr Sarnacki2010-07-021-1/+1
* Move Rails module to abstract_unit to make test in isolation workSantiago Pastorino2010-06-281-3/+0