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
/
test
/
controller
Commit message (
Expand
)
Author
Age
Files
Lines
*
Return 204 if render is not called in API controllers
Jorge Bejar
2015-06-11
1
-0
/
+15
*
Add test coverage for implicit render in empty actions
Jorge Bejar
2015-06-11
1
-0
/
+14
*
Include ParamsWrapper in AC::API
Jorge Bejar
2015-06-11
1
-0
/
+26
*
Rename test methods in api conditional get controller tests
Jorge Bejar
2015-06-11
1
-2
/
+2
*
Use new hash syntax
Santiago Pastorino
2015-06-11
2
-7
/
+7
*
Use nex hash syntax on tests
Santiago Pastorino
2015-06-11
1
-5
/
+5
*
Move Model test class inside RenderersApiController namespace
Santiago Pastorino
2015-06-11
1
-8
/
+8
*
Add ActionController API functionality
Santiago Pastorino
2015-06-11
6
-0
/
+180
*
Merge pull request #19094 from phoet/have_bearer_be_valid_as_well
Rafael Mendonça França
2015-06-01
1
-1
/
+8
|
\
|
*
allow `Bearer` as well as `Token`
phoet
2015-06-01
1
-0
/
+7
|
*
actually test what the name says
phoet
2015-06-01
1
-1
/
+1
*
|
Merge pull request #20138 from tgxworld/deprecated_assert_template
Rafael Mendonça França
2015-06-01
9
-381
/
+100
|
\
\
|
*
|
Remove `assigns` and `assert_template`.
Guo Xiang Tan
2015-05-30
9
-381
/
+100
|
|
/
*
|
Merge pull request #20284 from kaspth/fix-caching-test
Rafael Mendonça França
2015-06-01
1
-3
/
+7
|
\
\
|
|
/
|
/
|
|
*
Replace expectation with state check.
Kasper Timm Hansen
2015-05-30
1
-3
/
+7
*
|
Fix warning about ambiguous first argument
Arun Agrawal
2015-05-29
1
-1
/
+1
*
|
Deprecate `:nothing` option for render method
Mehmet Emin İNAÇ
2015-05-28
7
-12
/
+22
*
|
Merge pull request #19808 from byroot/action-parameter
Rafael Mendonça França
2015-05-27
1
-0
/
+20
|
\
\
|
*
|
Allow to parameters named `action` or `controller` from AC::TestCase helpers
Jean Boussier
2015-04-18
1
-0
/
+20
*
|
|
Merge pull request #17788 from sivagollapalli/master
Arthur Nogueira Neves
2015-05-20
1
-0
/
+5
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Issue#17703 Test case for tempfile attribute
Siva Gollapalli
2015-04-16
1
-0
/
+5
|
|
/
*
|
Give authentication methods the ability to customize response message.
Keenan Brock
2015-05-03
2
-6
/
+6
*
|
Removed unused code from request_forgery_protection tests
Prathamesh Sonpatki
2015-04-26
1
-17
/
+0
*
|
Why do we add a top-level constant here?
Akira Matsuda
2015-04-25
1
-5
/
+3
*
|
Remove unused WorkshopsController class in redirect_test.
Bryce Boe
2015-04-23
1
-3
/
+0
|
/
*
Merge pull request #19736 from kmcphillips/master
Rafael Mendonça França
2015-04-14
1
-0
/
+17
|
\
|
*
Override default form builder for a controller
Kevin McPhillips
2015-04-13
1
-0
/
+17
*
|
Revert "Merge pull request #19682 from supercaracal/fix_force_ssl_redirection...
Santiago Pastorino
2015-04-12
1
-25
/
+0
|
/
*
fix a wrong feature test method name
Taishi Kasuga
2015-04-11
1
-1
/
+1
*
fix fails to force_ssl_redirection if session_store is disabled
Taishi Kasuga
2015-04-09
1
-0
/
+25
*
Fix ActionPack tests after changes to missing template logger
eileencodes
2015-04-06
1
-0
/
+1
*
head no_content when there is no template or action performed
Stephen Bussey
2015-04-05
1
-6
/
+16
*
Return super in ActionController::Parameters.const_missing
Shuhei Kagawa
2015-03-28
1
-1
/
+8
*
Fix failing tests for #19474
Andrew White
2015-03-23
1
-2
/
+2
*
remove old unavailable link with relevant fix
Gaurav Sharma
2015-03-23
1
-2
/
+2
*
Fix kwargs warning in `test_get_xml`
eileencodes
2015-03-20
1
-1
/
+1
*
Fix test messages use directly true, false and nil instead of their symbol
Akshay Vishnoi
2015-03-19
1
-3
/
+3
*
Compare content_type with Mime::XML instead of regexp
Boris Peterbarg
2015-03-16
1
-0
/
+17
*
Merge pull request #19291 from hired/return-truthy-value-from-head
Rafael Mendonça França
2015-03-13
1
-0
/
+11
|
\
|
*
Return true from head method
Joel Hayhurst
2015-03-12
1
-0
/
+11
*
|
Use request.session.id instead of request.session_options[:id]
Brian John
2015-03-12
1
-8
/
+0
|
/
*
Call super last in before_setup
eileencodes
2015-03-09
1
-0
/
+12
*
pass a config to the route set
Aaron Patterson
2015-03-05
1
-6
/
+10
*
Merge pull request #18775 from yasyf/issue_5122
Rafael Mendonça França
2015-03-03
1
-0
/
+10
|
\
|
*
Fallback to RAILS_RELATIVE_URL_ROOT in `url_for`.
Yasyf Mohamedali
2015-02-24
1
-0
/
+10
*
|
Skip the failing tests on Rubinius for now
Robin Dupret
2015-03-02
1
-0
/
+2
*
|
fix NameError in `skip_filter`. callback doesn't exist.
yuuji.yaginuma
2015-02-27
1
-0
/
+8
*
|
Fix default headers in test responses
Jeremy Kemper
2015-02-25
2
-16
/
+64
*
|
Merge pull request #18948 from kaspth/automatic-collection-caching
Rafael Mendonça França
2015-02-25
1
-0
/
+58
|
\
\
|
|
/
|
/
|
|
*
Collections automatically cache and fetch partials.
Kasper Timm Hansen
2015-02-21
1
-0
/
+58
[next]