aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller
Commit message (Expand)AuthorAgeFilesLines
* Remove :cache => true on lookup templates initialization.José Valim2010-10-141-10/+1
* render :once should consider the current controller prefix.José Valim2010-10-141-7/+30
* Return a valid empty JSON on successful PUT and DELETE requests. [#5199 state...Szymon Nowak2010-10-121-0/+19
* Use identifiers for template equality.José Valim2010-10-101-9/+8
* Add support to render :once.José Valim2010-10-101-0/+73
* Fix a few bugs when trying to use Head standalonewycats2010-10-101-0/+15
* Deprecate old template handler API. Remove old handlers.José Valim2010-10-102-21/+21
* Allow cache to be temporarily disabled through lookup_context.José Valim2010-10-071-1/+12
* render :template => 'foo/bar.json' now works as it should.José Valim2010-10-072-3/+29
* fixing a few test warningsAaron Patterson2010-10-041-2/+2
* moving fake model to the correct fileAaron Patterson2010-10-031-13/+0
* Move ETag and ConditionalGet logic from AD::Response to the middleware stack.José Valim2010-10-032-164/+0
* removing more duplicate code. :'(Aaron Patterson2010-10-011-13/+1
* fixing warnings with regexps on assert_matchAaron Patterson2010-10-011-2/+2
* removing more duplicate codeAaron Patterson2010-10-011-16/+0
* delete repeated codeAaron Patterson2010-10-011-18/+0
* use a method that actually existsAaron Patterson2010-10-011-1/+1
* fixing space errorAaron Patterson2010-09-291-1/+1
* We can't assign @view_context_class here, define super() in test instead if w...Emilio Tagua2010-09-291-0/+1
* _ is not a valid scheme name character, \w includes it and also is redundant ...Emilio Tagua2010-09-291-0/+7
* Test correct method behaviour.Emilio Tagua2010-09-291-1/+5
* Merge remote branch 'miloops/warnings'José Valim2010-09-298-4/+20
|\
| * Remove methods to avoid warnings.Emilio Tagua2010-09-281-0/+2
| * Redefine duplicated test name.Emilio Tagua2010-09-281-1/+1
| * Remove more warnings on AP.Emilio Tagua2010-09-281-1/+1
| * Define @title to avoid warnings.Emilio Tagua2010-09-281-0/+4
| * Use instance_variable_defined? instead instance_variable_get in tests.Emilio Tagua2010-09-281-2/+2
| * Initialize ivars in tests.Emilio Tagua2010-09-283-0/+3
| * Remove more warnings by initializing variables in test.Emilio Tagua2010-09-281-0/+6
| * Remove more warnings: no need to define attr_accessor if already exists. Init...Emilio Tagua2010-09-281-0/+1
* | renderer calls object.to_json when rendering :json => object [#5655 state:res...Diego Carrion2010-09-271-0/+13
|/
* Rename duplicated test name.Emilio Tagua2010-09-271-1/+1
* Fix indentation.Emilio Tagua2010-09-271-19/+18
* 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