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
*
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
*
Describe BasicRendering shortly
Łukasz Strzałkowski
2013-08-25
1
-0
/
+4
*
Extend basic rendering, test it in railties
Łukasz Strzałkowski
2013-08-25
1
-3
/
+16
*
Fist stab on basic rendering
Łukasz Strzałkowski
2013-08-25
1
-0
/
+18
*
Add #rendered_format method to controllers
Łukasz Strzałkowski
2013-08-25
1
-4
/
+4
*
Revert "Move setting content_type to AV"
Łukasz Strzałkowski
2013-08-25
1
-0
/
+1
*
Move setting content_type to AV
Łukasz Strzałkowski
2013-08-25
1
-1
/
+0
*
Hook up AV::Rendering on AV intialization
Łukasz Strzałkowski
2013-08-25
1
-2
/
+0
*
Move rendering from AP to AV
Łukasz Strzałkowski
2013-08-25
1
-1
/
+1
*
Return nil for Mime::NullType#ref
Andrew White
2013-04-10
1
-1
/
+1
*
Reverts rendering behavior when format is unknown
Grzegorz Świrski
2013-04-10
1
-1
/
+1
*
format lookup for partials is derived from the format in which the template i...
Santiago Pastorino
2012-02-22
1
-1
/
+1
*
Move render_to_body logic to return a spaced string to AC::Rendering
Carlos Antonio da Silva
2012-01-17
1
-0
/
+4
*
Refactor render nothing/text => nil logic, and move to right place
Carlos Antonio da Silva
2012-01-17
1
-0
/
+4
*
Do not inherit from Rack::Response, remove a shit-ton of unused code.
José Valim
2011-04-19
1
-0
/
+11
*
Use Mime::Type references.
José Valim
2011-02-08
1
-1
/
+1
*
Fix indentation
Santiago Pastorino
2010-11-20
1
-24
/
+23
*
Rendering doesn't need RackDelegation
wycats
2010-10-10
1
-1
/
+0
*
Ensure controller filters are executed before stuff starts to happen.
José Valim
2010-03-13
1
-1
/
+1
*
Finish cleaning up rendering stack from views and move assigns evaluation to ...
José Valim
2010-03-12
1
-10
/
+11
*
Finally moved the find template logic to the views.
José Valim
2010-03-08
1
-29
/
+12
*
More refactoring. Split _normalize_args and _normalize_options concerns.
José Valim
2010-03-08
1
-6
/
+13
*
Move layout lookup to views.
José Valim
2010-03-08
1
-1
/
+1
*
Added template lookup responsible to hold all information used in template lo...
José Valim
2010-03-07
1
-1
/
+0
*
Merge _details_defaults and details_for_render
Carlhuda
2010-03-01
1
-4
/
+0
*
Change AV formats so they can delegate to the controller. Now users (or plugi...
Carlhuda
2010-03-01
1
-1
/
+5
*
Renamed LocalizedCache to DetailsCache.
José Valim
2010-02-24
1
-1
/
+1
*
Cleanup render callstack and make render(:json => {}, :status => 401) work ag...
José Valim
2010-02-24
1
-23
/
+14
*
Include missing modules.
José Valim
2010-02-22
1
-1
/
+1
*
Update Renderer
Yehuda Katz
2010-02-18
1
-5
/
+4
*
Ensure render :text => resource first tries to invoke :to_text on it
José Valim
2010-02-16
1
-0
/
+7
*
Fix rendering of layouts.
José Valim
2010-01-29
1
-5
/
+0
*
Move double render check out of AbstractController.
José Valim and Mikel Lindsaar
2010-01-23
1
-0
/
+4
*
Ensure strings given to render with slash are rendered relative to the config...
José Valim
2010-01-22
1
-12
/
+24
*
Bring normalize behavior to AbstractController::Rendering
José Valim
2010-01-20
1
-3
/
+4
[next]