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
/
metal
/
rendering.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #30493 from koic/fix_cant_modify_frozen_string_error_in_ac...
Ryuta Kamizono
2017-09-02
1
-1
/
+1
|
\
|
*
Fix `can't modify frozen String` error in AC::Rendering
Koichi ITO
2017-09-02
1
-1
/
+1
*
|
Remove unused require
Ryuta Kamizono
2017-09-01
1
-2
/
+0
|
/
*
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
*
[docs] fix ActionController documentation
Hrvoje Šimić
2017-03-12
1
-1
/
+1
*
`self.` is not needed when calling its own instance method
Akira Matsuda
2017-01-05
1
-1
/
+1
*
Extract variant setter to process method
Jon Moss
2017-01-02
1
-0
/
+6
*
No need to nodoc private methods
Akira Matsuda
2016-12-24
1
-3
/
+3
*
Do not try to set the content_type if the format is nil
Rafael Mendonça França
2016-12-05
1
-1
/
+1
*
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
-12
/
+1
*
Remove deprecated support to :nothing in render
Rafael Mendonça França
2016-10-09
1
-5
/
+0
*
Correct `render text:` deprecation message
Jack Bracewell
2016-09-14
1
-1
/
+1
*
Fix broken comments indentation caused by rubocop auto-correct [ci skip]
Ryuta Kamizono
2016-09-14
1
-3
/
+3
*
code gardening: removes redundant selfs
Xavier Noria
2016-08-08
1
-1
/
+1
*
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
1
-47
/
+47
*
applies new string literal convention in actionpack/lib
Xavier Noria
2016-08-06
1
-2
/
+2
*
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
-1
/
+1
*
stop calling deprecated methods
Aaron Patterson
2015-09-21
1
-1
/
+1
*
eagerly allocate the renderer object
Aaron Patterson
2015-09-14
1
-9
/
+5
*
initialize `@renderer` to avoid ivar warnings
Aaron Patterson
2015-09-14
1
-1
/
+8
*
add a lock when allocating the renderer
Aaron Patterson
2015-09-14
1
-1
/
+5
*
push content_type assigment in to metal
Aaron Patterson
2015-09-08
1
-4
/
+6
*
avoid useless string allocations
Aaron Patterson
2015-09-08
1
-1
/
+1
*
only call self.content_type= when there is a response
Aaron Patterson
2015-08-26
1
-3
/
+5
*
Pull `plain` content type handling up to `render`
Aaron Patterson
2015-08-26
1
-6
/
+2
*
stop passing the options hash to `_process_format`
Aaron Patterson
2015-08-26
1
-2
/
+2
*
Add deprecation warning for `render :text`
Prem Sichanugrist
2015-07-17
1
-0
/
+14
*
Deprecate `:nothing` option for render method
Mehmet Emin İNAÇ
2015-05-28
1
-0
/
+1
*
Add ActionController::Base.render
brainopia
2015-01-22
1
-0
/
+3
*
Add ActionController::Renderer
brainopia
2015-01-22
1
-0
/
+8
*
Removed single space padding from empty response body.
Godfrey Chan
2014-07-10
1
-6
/
+2
*
Do note remove `Content-Type` when `render :body`
Prem Sichanugrist
2014-03-05
1
-3
/
+1
*
Add `#no_content_type` attribute to `AD::Response`
Prem Sichanugrist
2014-02-18
1
-6
/
+4
*
Cleanup `ActionController::Rendering`
Prem Sichanugrist
2014-02-18
1
-11
/
+27
*
Introduce `render :html` for render HTML string
Prem Sichanugrist
2014-02-18
1
-2
/
+2
*
Introduce `render :plain` for render plain text
Prem Sichanugrist
2014-02-18
1
-2
/
+10
*
Introduce `render :body` for render raw content
Prem Sichanugrist
2014-02-18
1
-4
/
+13
*
#presence used
Akshay Vishnoi
2013-11-14
1
-5
/
+1
*
Remove remaining coupling with AV in MimeResponds
José Valim
2013-09-09
1
-2
/
+5
*
Remove BasicRendering and remove template functionality from AbsC::Rendering
José Valim
2013-09-09
1
-2
/
+6
*
render_to_string shouldn't play with response_body
Santiago Pastorino
2013-09-04
1
-4
/
+5
*
Move BasicRendering to AbstractController
Łukasz Strzałkowski
2013-09-03
1
-28
/
+0
*
Make Mime::TEXT default format in AbstractController
Łukasz Strzałkowski
2013-09-03
1
-4
/
+0
*
Fix formatting of error message
Łukasz Strzałkowski
2013-08-25
1
-2
/
+1
*
Change description of BasicRendering#render
Łukasz Strzałkowski
2013-08-25
1
-1
/
+1
*
Simplify if statements
Łukasz Strzałkowski
2013-08-25
1
-6
/
+4
[next]