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
/
abstract_controller
/
rendering.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Action Pack] require => require_relative
Akira Matsuda
2017-10-21
1
-1
/
+1
*
Keep `:api: plugin` methods in the doc [ci skip]
Ryuta Kamizono
2017-10-20
1
-3
/
+3
*
Make internal methods in `AbstractController::Rendering` to private
Ryuta Kamizono
2017-10-02
1
-0
/
+1
*
Remove `:api:` tag that has leaked on the doc directly [ci skip]
Ryuta Kamizono
2017-09-30
1
-13
/
+3
*
Use frozen string literal in actionpack/
Kir Shatrov
2017-07-29
1
-0
/
+2
*
[Abstract Controller] require => require_relative
Akira Matsuda
2017-07-01
1
-1
/
+1
*
Extract variant setter to process method
Jon Moss
2017-01-02
1
-4
/
+4
*
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
1
-1
/
+1
*
removes requires already present in active_support/rails
Xavier Noria
2016-10-27
1
-2
/
+0
*
applies new string literal convention in actionpack/lib
Xavier Noria
2016-08-06
1
-6
/
+6
*
render_to_string Regression Outside of Real Requests in Rails 5.0.0.rc1 (#25308)
Brandon Medenwald
2016-06-09
1
-1
/
+1
*
Move protected instance variable to the right place
Rafael Mendonça França
2016-05-05
1
-3
/
+1
*
Break up a circular require between AP/AV
Sean Griffin
2016-03-11
1
-0
/
+1
*
fix permitted? conditional for `render` calls
Aaron Patterson
2016-01-26
1
-3
/
+6
*
Fix undefined error for `ActionController::Parameters`
Jon Moss
2016-01-26
1
-6
/
+3
*
allow :file to be outside rails root, but anything else must be inside the ra...
Aaron Patterson
2016-01-22
1
-1
/
+7
*
Use `Mime[:foo]` instead of `Mime::Type[:FOO]` for back compat
Jeremy Daer
2015-10-06
1
-1
/
+1
*
move file sending to the response object
Aaron Patterson
2015-10-05
1
-2
/
+2
*
stop calling deprecated methods
Aaron Patterson
2015-09-21
1
-1
/
+1
*
push content_type assigment in to metal
Aaron Patterson
2015-09-08
1
-4
/
+4
*
avoid useless string allocations
Aaron Patterson
2015-09-08
1
-1
/
+0
*
Set the content-type to `text/html` if the options[:html] is true
akihiro17
2015-08-29
1
-2
/
+2
*
Remove useless conditional
Aaron Patterson
2015-08-26
1
-1
/
+1
*
remove useless code
Aaron Patterson
2015-08-26
1
-1
/
+0
*
only call self.content_type= when there is a response
Aaron Patterson
2015-08-26
1
-1
/
+12
*
Pull `plain` content type handling up to `render`
Aaron Patterson
2015-08-26
1
-2
/
+3
*
stop passing the options hash to `_process_format`
Aaron Patterson
2015-08-26
1
-2
/
+2
*
Initialize symbols instead of mapping to_sym on the set of strings
Marcin Olichwirowicz
2015-08-15
1
-2
/
+2
*
Fix a few typos [ci skip]
Robin Dupret
2015-01-03
1
-1
/
+1
*
Better docs for AbstractController
claudiob
2014-12-22
1
-6
/
+7
*
Check if the `request` variable isn't nil when calling render_to_string
Joan Karadimov
2014-02-20
1
-1
/
+3
*
Introduce `render :body` for render raw content
Prem Sichanugrist
2014-02-18
1
-2
/
+2
*
Require action_view to fix missing constant
Philipe Fatio
2014-02-07
1
-0
/
+1
*
Move the null mime type to request.format
Carlos Antonio da Silva
2013-12-23
1
-1
/
+1
*
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2013-12-20
1
-1
/
+1
|
\
|
*
Typos. return -> returns. [ci skip]
Lauro Caetano
2013-12-03
1
-1
/
+1
*
|
Require action_view explicitly in AC::Base
Łukasz Strzałkowski
2013-12-08
1
-0
/
+1
*
|
Retain ActionPack dependency on ActionView
Łukasz Strzałkowski
2013-12-05
1
-0
/
+1
*
|
Action Pack Variants
Łukasz Strzałkowski
2013-12-04
1
-0
/
+2
|
/
*
calculate the ivars to remove in advance as a set and cache them in a
Aaron Patterson
2013-11-06
1
-8
/
+2
*
use a set and reject to avoid array allocations
Aaron Patterson
2013-11-06
1
-4
/
+11
*
each_with_object on the view_assigns hash
Aaron Patterson
2013-11-06
1
-3
/
+1
*
use slice to avoid range allocation
Aaron Patterson
2013-11-06
1
-1
/
+3
*
these variables are also private
Aaron Patterson
2013-11-06
1
-0
/
+1
*
instance_variables returns symbols, so we should use symbols in our list
Aaron Patterson
2013-11-06
1
-1
/
+1
*
Make AC standalone rendering work
Santiago Pastorino
2013-09-10
1
-2
/
+5
*
Remove BasicRendering tests
José Valim
2013-09-09
1
-9
/
+1
*
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
-31
/
+12
*
Move BasicRendering to AbstractController
Łukasz Strzałkowski
2013-09-03
1
-0
/
+28
[next]