aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/lib/action_view/rendering.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* Avoid assigning [nil] to formatsJohn Hawthorn2019-03-191-1/+1
* Create templates with format=nilJohn Hawthorn2019-02-261-1/+2
* Ensure that rendered templates always have a formatAaron Patterson2019-02-221-2/+1
* Deprecate LookupContext#rendered_formatAaron Patterson2019-02-191-6/+9
* Return rendered template information instead of just stringsAaron Patterson2019-02-191-2/+7
* Turn lookup context in to a stack, push and pop if formats changeAaron Patterson2019-02-111-2/+2
* Split digest cache from details identity cacheAaron Patterson2019-02-081-0/+1
* Rename method so it is more descriptiveAaron Patterson2019-02-061-3/+3
* Regenerate AV::Base subclass when DetailsKey gets clearedAaron Patterson2019-02-061-2/+23
* Move templates to an anonymous subclass of AV::BaseAaron Patterson2019-02-061-15/+6
* Only cache the view_context_class in one placeAaron Patterson2019-01-181-3/+1
* Fix `View.new` method call with arguments syntaxRyuta Kamizono2018-12-181-1/+1
* Fix doc formattingT.J. Schuck2018-12-171-4/+5
* [Action View] require_relative => requireAkira Matsuda2017-10-211-1/+1
* Remove `:api:` tag that has leaked on the doc directly [ci skip]Ryuta Kamizono2017-09-301-5/+1
* Use frozen string literal in actionview/Kir Shatrov2017-07-241-0/+2
* [Action View] require => require_relativeAkira Matsuda2017-07-011-1/+1
* make `render` work with AC::Paramsyuuji.yaginuma2017-01-151-1/+5
* No need to nodoc private methodsAkira Matsuda2016-12-241-2/+2
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-1/+1
* Remove ActionView dependence on ActionPack's Mime implementationJon Moss2016-01-171-1/+1
* Pull `plain` content type handling up to `render`Aaron Patterson2015-08-261-1/+1
* stop passing the options hash to `_process_format`Aaron Patterson2015-08-261-1/+1
* [skip ci] Lookup can be a noun but it is not a verbJon Atack2015-07-171-1/+1
* [ci skip] Add '.'yui-knk2015-06-141-1/+1
* Support `:assigns` option when rendering with controllers/mailers.brainopia2015-01-221-2/+5
* let mailer templates generate URLs by default [Xavier Noria, Richard Schneeman]Xavier Noria2014-11-241-2/+2
* Revert "Revert "Merge pull request #16888 from jejacks0n/render_template""Godfrey Chan2014-09-261-2/+2
* Revert "Merge pull request #16888 from jejacks0n/render_template"Godfrey Chan2014-09-231-2/+2
* Changes default render behavior from file to template.jejacks0n2014-09-111-2/+2
* Deprecate `*_path` methods in mailers@schneems and @sgrif2014-07-301-2/+3
* documentation fixGaurav Sharma2014-05-241-2/+2
* Do note remove `Content-Type` when `render :body`Prem Sichanugrist2014-03-051-5/+0
* Add `#no_content_type` attribute to `AD::Response`Prem Sichanugrist2014-02-181-0/+5
* Introduce `render :body` for render raw contentPrem Sichanugrist2014-02-181-1/+1
* Variant negotiationLukasz Strzalkowski2014-02-131-1/+1
* Action Pack VariantsŁukasz Strzałkowski2013-12-041-1/+5
* Renderer#_render_template should be privateRafael Mendonça França2013-11-191-7/+7
* Remove remaining coupling with AV in MimeRespondsJosé Valim2013-09-091-0/+7
* Remove BasicRendering and remove template functionality from AbsC::RenderingJosé Valim2013-09-091-7/+5
* Move skeleton methods from AV to AbsCŁukasz Strzałkowski2013-09-031-22/+0
* Return to using protected_instance_variables in AVŁukasz Strzałkowski2013-09-021-4/+0
* Fist stab on basic renderingŁukasz Strzałkowski2013-08-251-2/+0
* Add #rendered_format method to controllersŁukasz Strzałkowski2013-08-251-0/+4
* Add missing requires inside AVŁukasz Strzałkowski2013-08-251-0/+1
* Revert "Move setting content_type to AV"Łukasz Strzałkowski2013-08-251-2/+0
* Move setting content_type to AVŁukasz Strzałkowski2013-08-251-0/+2
* Use concat to avoid allocating additional arrayŁukasz Strzałkowski2013-08-251-1/+1
* Pass args to render's super methodŁukasz Strzałkowski2013-08-251-1/+2