aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/test_process.rb
Commit message (Expand)AuthorAgeFilesLines
* Changed request forgery protection to only worry about HTML-formatted content...Jeff Cohen2008-11-131-0/+1
* Track rendered templates in stack so the current template can always be acces...Joshua Peek2008-10-281-1/+1
* Dont try to auto-set the etag based on the body if any freshness headers have...David Heinemeier Hansson2008-10-211-0/+6
* Get rid of 'Object#send!'. It was originally added because it's in Ruby 1.9, ...Jeremy Kemper2008-08-311-3/+3
* Prefix ActionView::Base private methods with an underscoreJoshua Peek2008-08-311-1/+1
* Move copying ivar logic from ActionController::Base to ActionView::BasePratik Naik2008-08-311-1/+8
* Add TestUploadFile.content_type= to match Request.UploadedFileTim Haines2008-08-271-1/+1
* Use Response status accessor instead of the Status headerJoshua Peek2008-08-171-17/+17
* TestRequest#recycle! uses unmemoize_all to reset cached request method, accep...Jeremy Kemper2008-08-131-3/+3
* Update tests for request memoizationJeremy Kemper2008-08-081-5/+19
* Simplifying usage of ETags and Last-Modified and conditional GET requestsJeremy Kemper2008-08-071-11/+3
* Merge docrails changesPratik Naik2008-07-281-1/+8
* All 2xx requests are considered successful [#217 state:resolved]Joshua Peek2008-07-161-1/+1
* Merge with docrails.Pratik Naik2008-07-161-1/+1
* Made ActionView::Base#first_render a little more private. And added _last_ren...Joshua Peek2008-07-131-11/+4
* Refactor template preloading. New abstractions include Renderable mixins and ...Joshua Peek2008-07-121-7/+3
* Remove old broken follow_redirect from functional tests. Still works in inte...Michael Koziarski2008-07-041-9/+0
* Merge docrails.Pratik Naik2008-05-251-2/+2
* Ruby 1.9 compat: ensure binary encoding for post body parsingJeremy Kemper2008-05-191-1/+2
* Improve documentation coverage and markupXavier Noria2008-05-021-31/+33
* TestSession supports indifferent access. Closes #7372.Jeremy Kemper2008-02-021-3/+3
* * Continue evolution toward ActiveSupport::TestCase and friends. #10679 [Jos...Jeremy Kemper2008-01-051-0/+1
* Ruby 1.9 compat: introduce instance_variable_names. Closes #10630 [Frederick ...Jeremy Kemper2007-12-281-1/+1
* Fixed send_file/binary_content for testing (closes #8044) [tolsen]David Heinemeier Hansson2007-12-051-7/+1
* Ruby 1.9 compat, consistent load pathsJeremy Kemper2007-10-021-9/+9
* Add option to force binary mode on tempfile used for fixture_file_upload. Clo...Jeremy Kemper2007-09-141-3/+11
* Fix assert_select for XML documents. Closes #8173. [dasil003]Michael Koziarski2007-09-081-1/+2
* Add a user_agent to TestRequestMichael Koziarski2007-09-071-1/+2
* Introduce the request.body stream. Lazy-read to parse parameters rather than ...Jeremy Kemper2007-05-151-11/+19
* Prefer MIME constants to strings. Closes #7707.Jeremy Kemper2007-03-061-7/+7
* Revert [6086] and [6087] since they caused a major regression with functional...Jeremy Kemper2007-02-101-2/+2
* TestSession supports indifferent access so session['foo'] == session[:foo] in...Jeremy Kemper2007-01-281-2/+2
* Use a consistent load path to avoid double requires. Fix some scattered Ruby ...Jeremy Kemper2007-01-281-3/+3
* Add a 'referer' attribute to TestRequestJamis Buck2006-12-191-0/+4
* @response.redirect_url works with 201 Created responses: just return headers[...Jeremy Kemper2006-11-281-1/+1
* Use Location rather than location header.Jeremy Kemper2006-11-261-1/+1
* Always clear model associations from session. Closes #4795.Jeremy Kemper2006-11-131-10/+23
* Moved in deprecated assertions and remove duplicated requiresDavid Heinemeier Hansson2006-09-031-6/+1
* Better compartmentalizing of assertionsDavid Heinemeier Hansson2006-09-031-4/+6
* Added assert_select* for CSS selector-based testing (deprecates assert_tag) #...David Heinemeier Hansson2006-09-031-0/+2
* Require Tempfile explicitly for TestUploadedFile due to changes in class auto...Rick Olson2006-08-091-0/+1
* show missing file path on failed fixture_file_uploadRick Olson2006-07-301-1/+1
* Ensure TestRequest#session always returns a TestSession [Koz]Michael Koziarski2006-07-281-1/+1
* r4487@asus: jeremy | 2006-04-29 12:21:39 -0700Jeremy Kemper2006-07-081-3/+5
* Fix documentation for with_routing to reflect new reality (closes #5281)Jamis Buck2006-06-051-7/+9
* New routes implementation. Simpler, faster, easier to understand. The publish...Jamis Buck2006-06-011-2/+2
* Easy way to set accepting for functional testsDavid Heinemeier Hansson2006-05-311-0/+4
* follow_redirect doesn't complain about being redirected to the same controlle...Jeremy Kemper2006-05-221-2/+3
* Replace alias method chaining with Module#alias_method_chain. [Marcel Molina ...Marcel Molina2006-04-291-2/+1
* reset TestRequest#parameters after assigning paramtersRick Olson2006-04-221-0/+1