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
/
new_base
Commit message (
Expand
)
Author
Age
Files
Lines
*
Templates should be eval'd in the context of an AV::Base object
Aaron Patterson
2019-01-17
1
-55
/
+0
*
Merge pull request #33949 from sjain1107/no-private-def
Kasper Timm Hansen
2018-09-23
1
-4
/
+5
|
\
|
*
Remove private def
Sakshi Jain
2018-09-23
1
-4
/
+5
*
|
Enable `Performance/UnfreezeString` cop
yuuji.yaginuma
2018-09-23
1
-1
/
+1
|
/
*
Remove `:api:` tag that has leaked on the doc directly [ci skip]
Ryuta Kamizono
2017-09-30
1
-3
/
+0
*
Use frozen string literal in actionpack/
Kir Shatrov
2017-07-29
16
-0
/
+32
*
Make actionpack frozen string friendly
Kir Shatrov
2017-07-24
2
-2
/
+6
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
18
-18
/
+0
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
18
-0
/
+18
*
Define path with __dir__
bogdanvlviv
2017-05-23
2
-6
/
+6
*
"Use assert_nil if expecting nil. This will fail in minitest 6."
Akira Matsuda
2016-12-25
2
-3
/
+3
*
Privatize unneededly protected methods in Action Pack tests
Akira Matsuda
2016-12-23
2
-10
/
+8
*
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
1
-1
/
+1
*
Remove deprecated support to :text in render
Rafael Mendonça França
2016-10-10
1
-188
/
+0
*
Fix broken comments indentation caused by rubocop auto-correct [ci skip]
Ryuta Kamizono
2016-09-14
1
-1
/
+1
*
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
1
-1
/
+1
*
Fix broken alignments caused by auto-correct commit 411ccbd
Ryuta Kamizono
2016-08-10
1
-1
/
+2
*
code gardening: removes redundant selfs
Xavier Noria
2016-08-08
1
-1
/
+1
*
applies remaining conventions across the project
Xavier Noria
2016-08-06
6
-9
/
+0
*
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
3
-12
/
+12
*
remove redundant curlies from hash arguments
Xavier Noria
2016-08-06
1
-4
/
+2
*
modernizes hash syntax in actionpack
Xavier Noria
2016-08-06
10
-68
/
+68
*
applies new string literal convention in actionpack/test
Xavier Noria
2016-08-06
19
-74
/
+74
*
Deprecate :controller and :action path parameters
Andrew White
2016-03-01
7
-12
/
+18
*
Handle response_body= when body is nil
eileencodes
2016-01-30
1
-0
/
+16
*
Push `before_sending` to super class
eileencodes
2015-12-06
1
-1
/
+1
*
Delete needless `require 'active_support/deprecation'`
yui-knk
2015-10-20
1
-1
/
+0
*
Use `Mime[:foo]` instead of `Mime::Type[:FOO]` for back compat
Jeremy Daer
2015-10-06
1
-2
/
+2
*
stop calling deprecated methods
Aaron Patterson
2015-09-21
1
-2
/
+2
*
Set the content-type to `text/html` if the options[:html] is true
akihiro17
2015-08-29
1
-1
/
+0
*
remove RackDelegation module
Aaron Patterson
2015-08-26
1
-2
/
+0
*
include ActionView::Rendering in the minimal controller
Aaron Patterson
2015-08-26
1
-0
/
+1
*
provide a request and response to all controllers
Aaron Patterson
2015-08-25
3
-2
/
+4
*
Fix another rack SPEC violation
Aaron Patterson
2015-08-25
1
-1
/
+1
*
rack SPEC doesn't allow `first` on the body
Aaron Patterson
2015-08-25
1
-8
/
+12
*
remove vestigial code
Aaron Patterson
2015-08-07
1
-43
/
+0
*
Stop using deprecated `render :text` in test
Prem Sichanugrist
2015-07-17
4
-16
/
+16
*
Add deprecation warning for `render :text`
Prem Sichanugrist
2015-07-17
1
-11
/
+42
*
Fix test messages use directly true, false and nil instead of their symbol
Akshay Vishnoi
2015-03-19
1
-3
/
+3
*
Removing old helper that was necessary for compatibility with Ruby 1.8.x
Thiago Pradi
2015-02-22
2
-5
/
+3
*
Consistent usage of spaces in hashes across our codebase
Rafael Mendonça França
2015-01-29
7
-15
/
+15
*
Switch to kwargs in ActionController::TestCase and ActionDispatch::Integration
Kir Shatrov
2015-01-29
7
-15
/
+15
*
Add `ActionController::Metal#set_request!`
brainopia
2015-01-21
1
-0
/
+9
*
Fix actionpack test cases broken by #16888
Godfrey Chan
2014-09-26
2
-29
/
+9
*
Fix typos like `a html` to `an html` and 'an mail' to 'an email'. [ci skip]
Santosh Wadghule
2014-07-14
1
-2
/
+2
*
Removed single space padding from empty response body.
Godfrey Chan
2014-07-10
4
-16
/
+16
*
Prevent state leak.
Guo Xiang Tan
2014-06-05
1
-0
/
+2
*
The correct status to test should be :switching_protocols.
Zuhao Wan
2014-05-25
1
-2
/
+2
*
Only accept actions without File::SEPARATOR in the name.
Rafael Mendonça França
2014-05-06
1
-1
/
+16
*
Do note remove `Content-Type` when `render :body`
Prem Sichanugrist
2014-03-05
1
-17
/
+12
[next]