aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/lib/action_view/layouts.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-3/+0
* Pass lookup context to the layout handlersAaron Patterson2019-02-221-5/+5
* [Action View] require_relative => requireAkira Matsuda2017-10-211-1/+1
* Clarify intentions around method redefinitionsMatthew Draper2017-09-011-2/+2
* Use frozen string literal in actionview/Kir Shatrov2017-07-241-0/+2
* [Action View] require => require_relativeAkira Matsuda2017-07-011-1/+1
* Add option for class_attribute default (#29270)David Heinemeier Hansson2017-05-291-3/+3
* `self.` is not needed when calling its own instance methodAkira Matsuda2017-01-051-1/+1
* No need to nodoc private methodsAkira Matsuda2016-12-241-1/+1
* Minor corrections to #26905Andrew White2016-11-131-1/+1
* Merge pull request #26905 from bogdanvlviv/docsAndrew White2016-11-131-14/+14
|\
| * Add missing `+` around a some literals.bogdanvlviv2016-10-271-14/+14
* | let Regexp#match? be globally availableXavier Noria2016-10-271-1/+0
|/
* Remove deprecated support to :text in renderRafael Mendonça França2016-10-101-1/+1
* Fix broken comments indentation caused by rubocop auto-correct [ci skip]Ryuta Kamizono2016-09-141-11/+11
* Fix broken heredoc indentation caused by rubocop auto-correctRyuta Kamizono2016-09-031-16/+17
* Add three new rubocop rulesRafael Mendonça França2016-08-161-1/+1
* applies remaining conventions across the projectXavier Noria2016-08-061-14/+14
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-13/+13
* modernizes hash syntax in actionviewXavier Noria2016-08-061-1/+1
* applies new string literal convention in actionview/libXavier Noria2016-08-061-3/+3
* systematic revision of =~ usage in AVXavier Noria2016-07-251-3/+4
* Merge pull request #25850 from ojab/layout_doc_fixRafael Mendonça França2016-07-171-1/+4
|\
| * Mention that layout can call a Proc [ci skip]ojab2016-07-151-1/+4
|/
* Improve readability of docs by using code tag [ci skip]Prakash Laxkar2015-09-291-1/+1
* Pass the correct formatsRafael Mendonça França2015-08-241-2/+2
* Pass formats to lookup_contextRafael Mendonça França2015-08-241-7/+8
* Revert "Merge pull request #19685 from vngrs/actionview_parent_layout_bug"Rafael Mendonça França2015-06-021-17/+8
* fix for actionview parent layout bugMehmet Emin İNAÇ2015-04-081-8/+17
* [ci skip] Delete excess white in documentationAnton Davydov2015-03-051-1/+1
* Pass symbol as an argument instead of a blockErik Michaels-Ober2014-11-291-1/+1
* Introduce `render :html` for render HTML stringPrem Sichanugrist2014-02-181-1/+1
* Introduce `render :plain` for render plain textPrem Sichanugrist2014-02-181-1/+1
* Introduce `render :body` for render raw contentPrem Sichanugrist2014-02-181-1/+1
* _implied_layout_name should be privateRafael Mendonça França2013-11-191-9/+11
* Use the right indentationRafael Mendonça França2013-11-191-1/+1
* Add missing requires inside AVŁukasz Strzałkowski2013-08-251-1/+1
* Move layouts to AVŁukasz Strzałkowski2013-08-251-0/+424