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
...
*
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
*
partials inside directory work with `assert_template`
Yves Senn
2013-02-04
1
-1
/
+2
*
descriptive `assert_template` error when partial wasn't rendered
Yves Senn
2013-02-04
1
-0
/
+3
*
Missing require hash/keys
Akira Matsuda
2013-02-01
1
-0
/
+1
*
Add keys/values methods to TestSession
Carlos Antonio da Silva
2013-01-25
1
-0
/
+8
*
Integrate Action Pack with Rack 1.5
Carlos Antonio da Silva
2013-01-25
1
-1
/
+14
*
Revert "Merge pull request #8989 from robertomiranda/use-rails-4-find-by"
Guillermo Iguaran
2013-01-18
1
-1
/
+1
*
User Rails 4 find_by
robertomiranda
2013-01-18
1
-1
/
+1
*
Remove useless || operation
Carlos Antonio da Silva
2013-01-17
1
-2
/
+1
*
Inherit from MiniTest::Unit::TestCase instead of MiniTest::Spec
Rafael Mendonça França
2012-12-31
1
-7
/
+0
*
assert_template: validating option keys
Roberto Soares
2012-11-25
1
-0
/
+2
*
`assert_template` fails with empty string.
Roberto Soares
2012-11-23
1
-8
/
+4
*
`assert_template` fails with empty string when a template has been rendered
Roberto Soares
2012-11-23
1
-4
/
+8
*
Store FlashHashes in the session as plain hashes rather than custom objects w...
James Coglan
2012-11-09
1
-1
/
+2
*
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2012-11-03
1
-11
/
+11
|
\
|
*
Multiple changes to 1,9 hash syntax
AvnerCohen
2012-10-27
1
-11
/
+11
*
|
Provide a call stack for deprecation warnings where needed.
Nikita Afanasenko
2012-10-29
1
-3
/
+3
|
/
*
refactor `ActionView::TestCase` internals to track rendered locals
Yves Senn
2012-10-11
1
-9
/
+4
*
recognizes when a partial was rendered twice. Closes #3675
Yves Senn
2012-10-11
1
-4
/
+10
*
can't pass :locals to #assert_template without a view test case. Closes #3415
Yves Senn
2012-10-06
1
-3
/
+7
*
prefix TemplateAssertions ivars (#7459)
Yves Senn
2012-10-01
1
-20
/
+20
*
Whitespaces :scissors: [ci skip]
Rafael Mendonça França
2012-09-30
1
-1
/
+1
*
`assert_template` no more passing with what ever string that matches.
Hugo Roque
2012-09-29
1
-5
/
+12
*
Also includes ConstantLookup dependency for controller and mailer tests
Andy Lindeman
2012-09-26
1
-0
/
+1
*
Allow strings in the controller test describe blocks
Mike Moore
2012-09-24
1
-0
/
+1
*
Support controller tests using spec DSL - fixes #7743
Mike Moore
2012-09-24
1
-3
/
+5
*
Renamed _path_segments to _recall
Bogdan Gusiev
2012-08-04
1
-1
/
+1
*
load active_support/core_ext/class/attribute in active_support/rails
Xavier Noria
2012-08-02
1
-1
/
+0
*
load active_support/core_ext/object/blank in active_support/rails
Xavier Noria
2012-08-02
1
-1
/
+0
*
Controller actions are processed in a separate thread for live
Aaron Patterson
2012-07-29
1
-2
/
+10
*
initialize ivars, refactor recycle! to call initialize
Aaron Patterson
2012-07-29
1
-9
/
+1
*
issue a warning when we cannot construct a controller
Aaron Patterson
2012-07-28
1
-2
/
+10
*
threads can wait on responses to be committed
Aaron Patterson
2012-07-27
1
-0
/
+1
*
deprecate `describe` without a block.
Aaron Patterson
2012-07-09
1
-1
/
+1
*
Revert "push parameter instantiation to one method"
Aaron Patterson
2012-07-05
1
-1
/
+1
*
Merge branch 'master' into testclean
Aaron Patterson
2012-07-05
1
-2
/
+7
|
\
|
*
Add the options method to action_controller testcase.
François de Metz
2012-07-04
1
-2
/
+7
[prev]
[next]