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
/
actionview
/
lib
/
action_view
/
rendering.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Action View] require_relative => require
Akira Matsuda
2017-10-21
1
-1
/
+1
*
Remove `:api:` tag that has leaked on the doc directly [ci skip]
Ryuta Kamizono
2017-09-30
1
-5
/
+1
*
Use frozen string literal in actionview/
Kir Shatrov
2017-07-24
1
-0
/
+2
*
[Action View] require => require_relative
Akira Matsuda
2017-07-01
1
-1
/
+1
*
make `render` work with AC::Params
yuuji.yaginuma
2017-01-15
1
-1
/
+5
*
No need to nodoc private methods
Akira Matsuda
2016-12-24
1
-2
/
+2
*
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
1
-1
/
+1
*
Remove ActionView dependence on ActionPack's Mime implementation
Jon Moss
2016-01-17
1
-1
/
+1
*
Pull `plain` content type handling up to `render`
Aaron Patterson
2015-08-26
1
-1
/
+1
*
stop passing the options hash to `_process_format`
Aaron Patterson
2015-08-26
1
-1
/
+1
*
[skip ci] Lookup can be a noun but it is not a verb
Jon Atack
2015-07-17
1
-1
/
+1
*
[ci skip] Add '.'
yui-knk
2015-06-14
1
-1
/
+1
*
Support `:assigns` option when rendering with controllers/mailers.
brainopia
2015-01-22
1
-2
/
+5
*
let mailer templates generate URLs by default [Xavier Noria, Richard Schneeman]
Xavier Noria
2014-11-24
1
-2
/
+2
*
Revert "Revert "Merge pull request #16888 from jejacks0n/render_template""
Godfrey Chan
2014-09-26
1
-2
/
+2
*
Revert "Merge pull request #16888 from jejacks0n/render_template"
Godfrey Chan
2014-09-23
1
-2
/
+2
*
Changes default render behavior from file to template.
jejacks0n
2014-09-11
1
-2
/
+2
*
Deprecate `*_path` methods in mailers
@schneems and @sgrif
2014-07-30
1
-2
/
+3
*
documentation fix
Gaurav Sharma
2014-05-24
1
-2
/
+2
*
Do note remove `Content-Type` when `render :body`
Prem Sichanugrist
2014-03-05
1
-5
/
+0
*
Add `#no_content_type` attribute to `AD::Response`
Prem Sichanugrist
2014-02-18
1
-0
/
+5
*
Introduce `render :body` for render raw content
Prem Sichanugrist
2014-02-18
1
-1
/
+1
*
Variant negotiation
Lukasz Strzalkowski
2014-02-13
1
-1
/
+1
*
Action Pack Variants
Łukasz Strzałkowski
2013-12-04
1
-1
/
+5
*
Renderer#_render_template should be private
Rafael Mendonça França
2013-11-19
1
-7
/
+7
*
Remove remaining coupling with AV in MimeResponds
José Valim
2013-09-09
1
-0
/
+7
*
Remove BasicRendering and remove template functionality from AbsC::Rendering
José Valim
2013-09-09
1
-7
/
+5
*
Move skeleton methods from AV to AbsC
Łukasz Strzałkowski
2013-09-03
1
-22
/
+0
*
Return to using protected_instance_variables in AV
Łukasz Strzałkowski
2013-09-02
1
-4
/
+0
*
Fist stab on basic rendering
Łukasz Strzałkowski
2013-08-25
1
-2
/
+0
*
Add #rendered_format method to controllers
Łukasz Strzałkowski
2013-08-25
1
-0
/
+4
*
Add missing requires inside AV
Łukasz Strzałkowski
2013-08-25
1
-0
/
+1
*
Revert "Move setting content_type to AV"
Łukasz Strzałkowski
2013-08-25
1
-2
/
+0
*
Move setting content_type to AV
Łukasz Strzałkowski
2013-08-25
1
-0
/
+2
*
Use concat to avoid allocating additional array
Łukasz Strzałkowski
2013-08-25
1
-1
/
+1
*
Pass args to render's super method
Łukasz Strzałkowski
2013-08-25
1
-1
/
+2
*
Improve AV::Rendering docs
Łukasz Strzałkowski
2013-08-25
1
-2
/
+8
*
Remove view_assigns from AV
Łukasz Strzałkowski
2013-08-25
1
-7
/
+0
*
Code formatting & typo fixes
Łukasz Strzałkowski
2013-08-25
1
-35
/
+35
*
Move protected_instance_variables & view_assigns to AbstractController
Łukasz Strzałkowski
2013-08-25
1
-15
/
+4
*
Remove 'api plugin' from docs
Łukasz Strzałkowski
2013-08-25
1
-3
/
+0
*
Create AbstractController::Rendering interface
Łukasz Strzałkowski
2013-08-25
1
-17
/
+4
*
Move rendering from AP to AV
Łukasz Strzałkowski
2013-08-25
1
-0
/
+186