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
...
*
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
*
|
push parameter instantiation to one method
Aaron Patterson
2012-07-03
1
-1
/
+1
*
|
add Mime.fetch so we can have default mime types
Aaron Patterson
2012-07-03
1
-2
/
+1
*
|
make the default environment have actual defaults
Aaron Patterson
2012-07-03
1
-2
/
+9
*
|
assing the request on the response only once
Aaron Patterson
2012-07-03
1
-4
/
+5
*
|
group things that are alike
Aaron Patterson
2012-07-03
1
-10
/
+7
*
|
push functional test specific methods to it's own module
Aaron Patterson
2012-07-03
1
-1
/
+5
*
|
test should be testing to_param not to_s, remove Array subclass
Aaron Patterson
2012-07-03
1
-5
/
+1
*
|
push the cookie writing stuff out of the controller
Aaron Patterson
2012-07-03
1
-0
/
+6
*
|
extend the controller with special logic on recycle
Aaron Patterson
2012-07-03
1
-6
/
+3
*
|
push req / res setting to the test runner
Aaron Patterson
2012-07-03
1
-1
/
+10
|
/
*
Merge pull request #6805 from tim-vandecasteele/uploadedfile-paramify
Carlos Antonio da Silva
2012-06-23
1
-1
/
+1
|
\
|
*
Don't paramify ActionDispatch::Http::UploadedFile in tests
Tim Vandecasteele
2012-06-22
1
-1
/
+1
*
|
add :nodoc: to internal implementations [ci skip]
Francesco Rodriguez
2012-06-22
1
-1
/
+1
|
/
*
Fix incorrect assert_block -> assert conversion. Assumed too much from the Mi...
Jeremy Kemper
2012-05-17
1
-2
/
+2
*
MiniTest deprecated #assert_block in favor of calling #assert with a block
Jeremy Kemper
2012-05-17
1
-1
/
+1
*
Removing ==Examples and last blank lines of docs from actionpack
Francesco Rodriguez
2012-05-15
1
-6
/
+1
*
Improve assert_template layout checking
Alexey Vakhov
2012-05-04
1
-3
/
+15
*
Fix assert_template :layout => nil assertion
Alexey Vakhov
2012-05-04
1
-2
/
+5
[prev]
[next]