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
/
mime
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use frozen string literal in actionpack/
Kir Shatrov
2017-07-29
2
-0
/
+4
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
2
-2
/
+0
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
2
-0
/
+2
*
Define path with __dir__
bogdanvlviv
2017-05-23
1
-1
/
+1
*
Correct spelling
Benjamin Fleischer
2017-02-05
1
-1
/
+1
*
Privatize unneededly protected methods in Action Pack tests
Akira Matsuda
2016-12-23
2
-2
/
+2
*
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
1
-8
/
+8
*
Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty lines
Ryuta Kamizono
2016-08-07
1
-2
/
+0
*
applies remaining conventions across the project
Xavier Noria
2016-08-06
1
-4
/
+4
*
modernizes hash syntax in actionpack
Xavier Noria
2016-08-06
1
-4
/
+4
*
applies new string literal convention in actionpack/test
Xavier Noria
2016-08-06
2
-55
/
+55
*
Render default template if block doesn't render
Justin Coyne
2016-02-25
1
-0
/
+15
*
Lock down new `ImplicitRender` behavior for 5.0 RC
Godfrey Chan
2016-02-25
1
-33
/
+60
*
Response when error should be formatted properly in Rails API if local request
Jorge Bejar
2015-12-09
1
-4
/
+6
*
Use `Mime[:foo]` instead of `Mime::Type[:FOO]` for back compat
Jeremy Daer
2015-10-06
1
-1
/
+1
*
Stop using deprecated `render :text` in test
Prem Sichanugrist
2015-07-17
1
-52
/
+52
*
pass variants in rather than mutating the request.
Aaron Patterson
2015-07-07
1
-48
/
+31
*
Override default_render's behavior with a block
Dave Copeland
2015-06-20
1
-0
/
+21
*
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
*
Migrating xhr methods to keyword arguments syntax
Kir Shatrov
2015-02-01
1
-10
/
+10
*
Switch to kwargs in ActionController::TestCase and ActionDispatch::Integration
Kir Shatrov
2015-01-29
2
-16
/
+16
*
Remove respond_to/respond_with placeholder methods
Carlos Antonio da Silva
2015-01-04
1
-32
/
+0
*
Remove redundant `to_s` in interpolation
claudiob
2014-10-30
1
-2
/
+2
*
`responders` 1.x won't do it. Told you to RTFM for details!
Godfrey Chan
2014-08-17
1
-0
/
+2
*
The gem is called 'responders'
Godfrey Chan
2014-08-17
1
-2
/
+2
*
Raise a more helpful error for people who are using these extracted features
Godfrey Chan
2014-08-17
1
-0
/
+30
*
Move respond_with to the responders gem
José Valim
2014-08-17
1
-737
/
+0
*
Address CVE-2014-4671 (JSONP Flash exploit)
Greg Campbell
2014-07-09
1
-1
/
+1
*
Change the JSON renderer to enforce the 'JS' Content Type
Lucas Mazza
2014-07-02
1
-0
/
+13
*
Merge pull request #15182 from zuhao/refactor_actionpack_respond_with_test_2
Yves Senn
2014-05-20
1
-4
/
+10
|
\
|
*
Add using_resouce_with_json to controller.
Zuhao Wan
2014-05-20
1
-4
/
+10
*
|
Add ActionController::Renderers.remove.
Zuhao Wan
2014-05-20
1
-0
/
+19
|
/
*
Remove tests method for test cases when controller can be inferred.
Guo Xiang
2014-05-03
3
-6
/
+0
*
Return null type format when format is not know
Rafael Mendonça França
2014-04-14
1
-0
/
+5
*
No variant should also be picked up by variant.any if variant.none is not def...
David Heinemeier Hansson
2014-02-13
1
-0
/
+4
*
Variant negotiation
Lukasz Strzalkowski
2014-02-13
1
-0
/
+21
*
Add any/all support for variants
Łukasz Strzałkowski
2013-12-26
1
-0
/
+143
*
Inline variants syntax
Łukasz Strzałkowski
2013-12-10
1
-1
/
+38
*
Revert "Merge pull request #13235 from strzalek/variants-inline" -- needs a l...
David Heinemeier Hansson
2013-12-08
1
-13
/
+1
*
Inline variants syntax
Łukasz Strzałkowski
2013-12-08
1
-1
/
+13
*
Variants can be declared without a block to signify their presence in the con...
David Heinemeier Hansson
2013-12-07
1
-1
/
+1
*
Allow code execution in case no variant has been set with variant.none
David Heinemeier Hansson
2013-12-07
1
-0
/
+16
*
Action Pack Variants
Łukasz Strzałkowski
2013-12-04
1
-0
/
+54
*
Fixing repond_with working directly on the options hash
BlueHotDog
2013-10-09
1
-0
/
+15
*
Create AbstractController::Rendering interface
Łukasz Strzałkowski
2013-08-25
1
-0
/
+1
*
Fail informatively in #respond_with when no appropriate #api_behavior rendere...
Ben Woosley
2013-08-17
1
-0
/
+31
*
Split the 1200+ line mime_responds_test into 3 more focused and manageable te...
Ben Woosley
2013-08-17
3
-0
/
+1254