index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
actionpack
/
lib
/
action_controller
/
test_process.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Lazy load flash access
Joshua Peek
2008-12-16
1
-1
/
+1
*
Use Mime::JS in place of explicit 'text/javascript' [#1573 state:resolved]
Seth Fitzsimmons
2008-12-15
1
-1
/
+1
*
Add :partial option to assert_template [#1550 state:resolved]
mark
2008-12-11
1
-2
/
+2
*
Add TestResponse#client_error? to check for 4xx status codes [#851 state:reso...
Lance Ivy
2008-11-22
1
-1
/
+6
*
Fix straggling references to Test::Unit::TestCase
Jeremy Kemper
2008-11-20
1
-8
/
+4
*
Merge branch 'master' into testing
Jeremy Kemper
2008-11-15
1
-0
/
+1
|
\
|
*
Changed request forgery protection to only worry about HTML-formatted content...
Jeff Cohen
2008-11-13
1
-0
/
+1
*
|
Move controller assertions from base TestCase to AC:: and AV::TestCase
Jeremy Kemper
2008-11-07
1
-3
/
+3
*
|
Remove controller assertions from Test::Unit::TestCase. Use ActionController:...
Jeremy Kemper
2008-11-07
1
-1
/
+0
|
/
*
Track rendered templates in stack so the current template can always be acces...
Joshua Peek
2008-10-28
1
-1
/
+1
*
Dont try to auto-set the etag based on the body if any freshness headers have...
David Heinemeier Hansson
2008-10-21
1
-0
/
+6
*
Get rid of 'Object#send!'. It was originally added because it's in Ruby 1.9, ...
Jeremy Kemper
2008-08-31
1
-3
/
+3
*
Prefix ActionView::Base private methods with an underscore
Joshua Peek
2008-08-31
1
-1
/
+1
*
Move copying ivar logic from ActionController::Base to ActionView::Base
Pratik Naik
2008-08-31
1
-1
/
+8
*
Add TestUploadFile.content_type= to match Request.UploadedFile
Tim Haines
2008-08-27
1
-1
/
+1
*
Use Response status accessor instead of the Status header
Joshua Peek
2008-08-17
1
-17
/
+17
*
TestRequest#recycle! uses unmemoize_all to reset cached request method, accep...
Jeremy Kemper
2008-08-13
1
-3
/
+3
*
Update tests for request memoization
Jeremy Kemper
2008-08-08
1
-5
/
+19
*
Simplifying usage of ETags and Last-Modified and conditional GET requests
Jeremy Kemper
2008-08-07
1
-11
/
+3
*
Merge docrails changes
Pratik Naik
2008-07-28
1
-1
/
+8
*
All 2xx requests are considered successful [#217 state:resolved]
Joshua Peek
2008-07-16
1
-1
/
+1
*
Merge with docrails.
Pratik Naik
2008-07-16
1
-1
/
+1
*
Made ActionView::Base#first_render a little more private. And added _last_ren...
Joshua Peek
2008-07-13
1
-11
/
+4
*
Refactor template preloading. New abstractions include Renderable mixins and ...
Joshua Peek
2008-07-12
1
-7
/
+3
*
Remove old broken follow_redirect from functional tests. Still works in inte...
Michael Koziarski
2008-07-04
1
-9
/
+0
*
Merge docrails.
Pratik Naik
2008-05-25
1
-2
/
+2
*
Ruby 1.9 compat: ensure binary encoding for post body parsing
Jeremy Kemper
2008-05-19
1
-1
/
+2
*
Improve documentation coverage and markup
Xavier Noria
2008-05-02
1
-31
/
+33
*
TestSession supports indifferent access. Closes #7372.
Jeremy Kemper
2008-02-02
1
-3
/
+3
*
* Continue evolution toward ActiveSupport::TestCase and friends. #10679 [Jos...
Jeremy Kemper
2008-01-05
1
-0
/
+1
*
Ruby 1.9 compat: introduce instance_variable_names. Closes #10630 [Frederick ...
Jeremy Kemper
2007-12-28
1
-1
/
+1
*
Fixed send_file/binary_content for testing (closes #8044) [tolsen]
David Heinemeier Hansson
2007-12-05
1
-7
/
+1
*
Ruby 1.9 compat, consistent load paths
Jeremy Kemper
2007-10-02
1
-9
/
+9
*
Add option to force binary mode on tempfile used for fixture_file_upload. Clo...
Jeremy Kemper
2007-09-14
1
-3
/
+11
*
Fix assert_select for XML documents. Closes #8173. [dasil003]
Michael Koziarski
2007-09-08
1
-1
/
+2
*
Add a user_agent to TestRequest
Michael Koziarski
2007-09-07
1
-1
/
+2
*
Introduce the request.body stream. Lazy-read to parse parameters rather than ...
Jeremy Kemper
2007-05-15
1
-11
/
+19
*
Prefer MIME constants to strings. Closes #7707.
Jeremy Kemper
2007-03-06
1
-7
/
+7
*
Revert [6086] and [6087] since they caused a major regression with functional...
Jeremy Kemper
2007-02-10
1
-2
/
+2
*
TestSession supports indifferent access so session['foo'] == session[:foo] in...
Jeremy Kemper
2007-01-28
1
-2
/
+2
*
Use a consistent load path to avoid double requires. Fix some scattered Ruby ...
Jeremy Kemper
2007-01-28
1
-3
/
+3
*
Add a 'referer' attribute to TestRequest
Jamis Buck
2006-12-19
1
-0
/
+4
*
@response.redirect_url works with 201 Created responses: just return headers[...
Jeremy Kemper
2006-11-28
1
-1
/
+1
*
Use Location rather than location header.
Jeremy Kemper
2006-11-26
1
-1
/
+1
*
Always clear model associations from session. Closes #4795.
Jeremy Kemper
2006-11-13
1
-10
/
+23
*
Moved in deprecated assertions and remove duplicated requires
David Heinemeier Hansson
2006-09-03
1
-6
/
+1
*
Better compartmentalizing of assertions
David Heinemeier Hansson
2006-09-03
1
-4
/
+6
*
Added assert_select* for CSS selector-based testing (deprecates assert_tag) #...
David Heinemeier Hansson
2006-09-03
1
-0
/
+2
*
Require Tempfile explicitly for TestUploadedFile due to changes in class auto...
Rick Olson
2006-08-09
1
-0
/
+1
*
show missing file path on failed fixture_file_upload
Rick Olson
2006-07-30
1
-1
/
+1
[next]