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
/
renderer.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Deduplicate strings held by the router
Jean Boussier
2019-04-03
1
-1
/
+1
*
[ci skip] Fix typos
Shailesh Kalamkar
2019-03-07
1
-1
/
+1
*
Use native `Array#append`, `Array#prepend`, `Hash#transform_keys`, and `Hash#...
Ryuta Kamizono
2018-12-20
1
-2
/
+0
*
Fix unclosed tags [ci skip]
yuuji.yaginuma
2018-08-18
1
-1
/
+1
*
Add render options in action_controller/renderer for api documentation [ci skip]
Alireza Bashiri
2018-07-22
1
-0
/
+15
*
Use frozen string literal in actionpack/
Kir Shatrov
2017-07-29
1
-0
/
+2
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
1
-1
/
+0
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
1
-0
/
+1
*
Merge pull request #28381 from shime/docs-action-controller-base
Vipul A M
2017-03-13
1
-2
/
+2
|
\
|
*
[docs] fix ActionController documentation
Hrvoje Šimić
2017-03-12
1
-2
/
+2
*
|
Fixes ActionController::Rendering#with_defaults
alpaca-tc
2017-03-12
1
-1
/
+1
|
/
*
Fix malformed asset_url when rendering template with ActionController::Renderer
Giorgos Vrettos
2017-03-06
1
-0
/
+1
*
fix method name in `Renderer` doc [ci skip]
yuuji.yaginuma
2017-01-12
1
-1
/
+2
*
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
1
-1
/
+1
*
Allow any key in Renderer environment hash
Sammy Larbi
2016-10-15
1
-1
/
+3
*
applies new string literal convention in actionpack/lib
Xavier Noria
2016-08-06
1
-12
/
+12
*
Fix typo in ActionController::Renderer [ci skip]
Alex Kitchens
2016-06-10
1
-1
/
+1
*
Merge pull request #24845 from tomkadwill/action_controller_typos
Rafael França
2016-05-04
1
-2
/
+2
|
\
|
*
Fix actionpack typos [ci skip]
Tom Kadwill
2016-05-04
1
-2
/
+2
*
|
Fix ApplicationController.renderer.defaults.merge!
Jon Moss
2016-04-20
1
-1
/
+1
|
/
*
allocate request objects with the env hash, set routes on the request
Aaron Patterson
2015-09-15
1
-2
/
+6
*
only "normalize" once
Aaron Patterson
2015-09-14
1
-1
/
+1
*
create a new renderer instance on calls to `for`
Aaron Patterson
2015-09-14
1
-39
/
+46
*
Speed up `normalize_keys` by removing dup step.
Kasper Timm Hansen
2015-01-22
1
-9
/
+6
*
Add ActionController::Renderer
brainopia
2015-01-22
1
-0
/
+103