aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | moved the `get` testing method to a moduleAaron Patterson2012-01-231-11/+2
* | | | | | | Remove not used requires from csrf helper file and testCarlos Antonio da Silva2012-01-211-7/+0
* | | | | | | Removed unused assigns from ActionView::Template::Errorbrainopia2012-01-201-2/+2
* | | | | | | Use performed? instead of checking for response_bodyCarlos Antonio da Silva2012-01-191-3/+0
* | | | | | | Do not deprecate performed.José Valim2012-01-191-0/+6
| |/ / / / / |/| | | | |
* | | | | | ActionView now has its own loggerRafael Mendonça França2012-01-181-1/+2
* | | | | | Refactor FormBuilder arguments and default configCarlos Antonio da Silva2012-01-181-3/+3
* | | | | | Bring back rendering templates that start with / in nested structuresCarlos Antonio da Silva2012-01-171-0/+22
* | | | | | Remove deprecated default_charset= from AC::BaseCarlos Antonio da Silva2012-01-171-4/+4
* | | | | | Move render_to_body logic to return a spaced string to AC::RenderingCarlos Antonio da Silva2012-01-171-2/+0
* | | | | | Remove method missing handling when action is not found, use action missing i...Carlos Antonio da Silva2012-01-171-45/+0
* | | | | | Rename test class and fix tests to keep consistencyCarlos Antonio da Silva2012-01-171-10/+10
* | | | | | Remove deprecated logic to render templates starting with /Carlos Antonio da Silva2012-01-171-22/+0
* | | | | | Remove rescue_action from compatibility module and testsCarlos Antonio da Silva2012-01-1716-56/+1
* | | | | | Remove other old compatibility constantsCarlos Antonio da Silva2012-01-172-8/+8
* | | | | | Remove old compatibility methods not being usedCarlos Antonio da Silva2012-01-172-9/+0
* | | | | | When force redirecting to SSL, make sure that the session is kept. As we're m...Marcin Bunsch and Przemek Dąbek2012-01-121-1/+37
* | | | | | AC:TestCase::Behavior#head only accepts parameters as second argumentRafael Mendonça França2012-01-101-0/+4
* | | | | | Whitespaces :scissors:Rafael Mendonça França2012-01-101-4/+4
* | | | | | Fix ActionController::TestCase::Behavior.headRafael Mendonça França2012-01-101-0/+5
* | | | | | Merge pull request #4371 from rafaelfranca/test_unit_cleanupAaron Patterson2012-01-091-3/+5
|\ \ \ \ \ \
| * | | | | | Test constant is not defined anymoreRafael Mendonça França2012-01-061-3/+5
* | | | | | | get rid of using instance_variable_names method from ASSergey Nartimov2012-01-071-1/+1
|/ / / / / /
* | | | | | Remove deprecation warning from test related to old process apiCarlos Antonio da Silva2012-01-061-1/+1
* | | | | | AP tests should inherit from AS::TestCaseAaron Patterson2012-01-056-8/+8
* | | | | | Revert "remove deprecated API"Aaron Patterson2012-01-052-1/+8
* | | | | | remove deprecated APIAaron Patterson2012-01-052-8/+1
* | | | | | Moved all the logger methods to active support loggerKarunakar (Ruby)2012-01-064-5/+5
* | | | | | Clean up routes inclusion and add some comments for the next soul that decide...José Valim2012-01-031-14/+0
* | | | | | moving test_test.rb to test_case_test.rb for consistency.Nick Sutterer2012-01-031-0/+0
* | | | | | allow sending documents in AC::TestCase#post and friends.Nick Sutterer2012-01-031-8/+30
* | | | | | remove ActiveSupport::Base64 in favor of ::Base64Sergey Nartimov2012-01-021-1/+1
* | | | | | remove more conditions for Fiber available in ruby19Vishnu Atrai2011-12-311-1/+1
* | | | | | be explicit about where helpers are installedAaron Patterson2011-12-301-1/+1
* | | | | | mutations on the underlying hash should also mutate the discard setAaron Patterson2011-12-281-0/+19
* | | | | | mutations can't be done without the consent of our proxy object. ThisAaron Patterson2011-12-281-0/+62
* | | | | | Merge pull request #4150 from Karunakar/new_PRSantiago Pastorino2011-12-264-7/+8
|\ \ \ \ \ \
| * | | | | | Moving to logger methods to ActiveSupport LoggerKarunakar (Ruby)2011-12-244-7/+8
* | | | | | | remove checks for encodings availabilitySergey Nartimov2011-12-253-3/+3
* | | | | | | Remove Rescue middleware that was never used by Rails.José Valim2011-12-241-16/+1
* | | | | | | Provide a class optin for page_cache_compression.José Valim2011-12-241-3/+4
* | | | | | | Gzip files on page cachingAndrey A.I. Sitnik2011-12-241-1/+40
|/ / / / / /
* | | | | | adding an integration test for splat regexp substitutions. fixes #4138Aaron Patterson2011-12-221-0/+13
* | | | | | Adding an integration test. Fixes #4136Aaron Patterson2011-12-221-0/+9
* | | | | | rack bodies should be a listAaron Patterson2011-12-221-7/+7
* | | | | | refactoring routing testsAaron Patterson2011-12-221-34/+19
* | | | | | adding integration test for journey #7Aaron Patterson2011-12-211-0/+22
* | | | | | caches should not be global, so no need to clear in the teardownAaron Patterson2011-12-211-4/+0
* | | | | | Merge pull request #4079 from drogus/http_digest_issueJosé Valim2011-12-211-2/+43
|\ \ \ \ \ \
| * | | | | | Fix http digest authentication with trailing '/' or '?' (fixes #4038 and #3228)Piotr Sarnacki2011-12-211-5/+36