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_case.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use fixed fonts only in the name of the parameter
Rafael Mendonça França
2015-01-29
1
-8
/
+8
*
Switch to kwargs in ActionController::TestCase and ActionDispatch::Integration
Kir Shatrov
2015-01-29
1
-28
/
+93
*
Reset template assertions without warnings
brainopia
2015-01-05
1
-2
/
+4
*
Remove deprecated option `use_route` in controller tests
Rafael Mendonça França
2015-01-04
1
-23
/
+1
*
Integration requests should work in contexts without setup and teardown
brainopia
2015-01-02
1
-1
/
+2
*
adding that assert_template with :layout will raise ArgumentError for unknown...
Carsten Wirth
2014-12-16
1
-0
/
+2
*
Deprecate `use_route` in controller tests
Godfrey Chan
2014-11-23
1
-1
/
+22
*
Make sure assert_select can assert body tag
Rafael Mendonça França
2014-11-18
1
-4
/
+4
*
document_root_element need to be public
Rafael Mendonça França
2014-11-17
1
-4
/
+4
*
Pass the route name explicitly
Godfrey Chan
2014-11-10
1
-1
/
+2
*
Parse HTML as document fragment.
Kasper Timm Hansen
2014-09-29
1
-1
/
+1
*
Merge branch 'master' into loofah
Rafael Mendonça França
2014-08-17
1
-0
/
+9
|
\
|
*
Fix assert_template for files.
Guo Xiang Tan
2014-08-14
1
-0
/
+9
*
|
Merge branch 'master' into loofah
Rafael Mendonça França
2014-08-12
1
-43
/
+14
|
\
|
|
*
Remove ActionController::RaiseActionExceptions.
Guo Xiang Tan
2014-08-07
1
-34
/
+0
|
*
avoid testing only_path
Aaron Patterson
2014-08-04
1
-2
/
+1
|
*
Bug fix for assert_template when opening a new session.
Guo Xiang Tan
2014-07-25
1
-5
/
+9
|
*
Fix AC::TemplateAssertions instance variables not resetting.
Guo Xiang Tan
2014-07-21
1
-5
/
+7
*
|
We don't need loofah for the assertions
Rafael Mendonça França
2014-07-15
1
-1
/
+0
*
|
Merge pull request #11218 from kaspth/loofah-integration
Rafael Mendonça França
2014-07-10
1
-0
/
+9
|
\
\
|
|
/
|
/
|
|
*
Moved html_document to ActionDispatch::Assertions. Included the Rails::Dom::T...
Timm
2014-06-16
1
-6
/
+1
|
*
Support for changes in SelectorAssertions.
Timm
2014-06-16
1
-0
/
+14
|
*
Moved ActionView::Assertions dependency from Action Pack's lib to abstract_un...
Timm
2014-06-16
1
-2
/
+0
|
*
Require ActionView::Assertions in ActionController test_case.rb.
Timm
2014-06-16
1
-0
/
+1
|
*
Moved Dom and Selector assertions from ActionDispatch to ActionView.
Timm
2014-06-16
1
-0
/
+1
*
|
Reduce number of subscriptions created.
Guo Xiang Tan
2014-07-08
1
-17
/
+13
*
|
Remove symbolized_path_parameters.
Guo Xiang Tan
2014-07-02
1
-1
/
+0
*
|
Merge pull request #15537 from tgxworld/fix_state_leak
Matthew Draper
2014-06-20
1
-1
/
+0
|
\
\
|
*
|
Prevent state leak.
Guo Xiang Tan
2014-06-05
1
-1
/
+0
|
|
/
*
/
Set flash in test session when necessary.
Guo Xiang Tan
2014-06-12
1
-2
/
+5
|
/
*
use symbol keys for path_parameters
Aaron Patterson
2014-05-22
1
-5
/
+5
*
Fix examples indent and improve #process docs a bit [ci skip]
Carlos Antonio da Silva
2014-05-04
1
-16
/
+14
*
Document ActionController::TestCase::Behavior#process
Gaurish Sharma
2014-05-04
1
-0
/
+27
*
Fix subscriptions not being unsubscribed.
Guo Xiang Tan
2014-04-14
1
-5
/
+7
*
update comments to reflect that options support is not available
Frederick Cheung
2014-03-25
1
-2
/
+2
*
use the body proxy to freeze headers
Aaron Patterson
2014-03-12
1
-1
/
+1
*
only write the jar if the response isn't committed
Aaron Patterson
2014-03-12
1
-1
/
+15
*
live controllers should have live responses
Aaron Patterson
2014-02-28
1
-6
/
+22
*
Fix controller test not resetting @_url_options
Tony Wooster
2014-02-26
1
-0
/
+1
*
Clear filtered request attributes between requests in tests
Andrew White
2014-01-27
1
-0
/
+3
*
Re-remove deprecated API.
kennyj
2013-06-28
1
-12
/
+0
*
Revert "Add the options method to action_controller testcase."
Rafael Mendonça França
2013-05-16
1
-6
/
+0
*
use canonical #controller_path logic in controller test cases
Lance Ivy
2013-05-05
1
-1
/
+1
*
applies documentation guidelines
Xavier Noria
2013-04-22
1
-11
/
+12
*
Remove unused block parameters
Agis Anastasopoulos
2013-04-07
1
-3
/
+3
*
Prefer find_by over dynamic finders in rdoc
Sam Ruby
2013-04-02
1
-1
/
+1
*
Fix typos and improve docs a bit [ci skip]
Carlos Antonio da Silva
2013-03-15
1
-7
/
+5
*
document request simulation methods in functional tests.
Yves Senn
2013-03-15
1
-7
/
+27
*
Skip fetching path if the iteration is going to be skipped
Carlos Antonio da Silva
2013-03-11
1
-2
/
+2
*
Allow use of assert_template with the :file option.
Justin Coyne
2013-03-01
1
-1
/
+16
[next]