aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/layouts_and_rendering.md
Commit message (Expand)AuthorAgeFilesLines
* Update guide for render file:John Hawthorn2019-07-131-19/+17
* Remove obsolete or discouraged render examplesJohn Hawthorn2019-07-131-9/+1
* Fix typo by changing 'for' to 'from'Saheed Oladele2019-04-211-1/+1
* fix typo in the guides (use Rails instead of rails)Edward Rudd2019-04-041-1/+1
* add documentation about variantsEdward Rudd2019-04-031-0/+39
* Update links and code examples in the guides to use HTTPS where the host supp...Nathaniel Suchy2019-03-061-1/+1
* Update guide for the counter variable when rendering with the `as:` optionLucas Oliveira2018-10-161-1/+1
* Rails guides are now served over httpsPaul McMahon2018-07-241-1/+1
* Capitalize class name 'Product'.Yong Bakos2018-06-011-1/+1
* Added a lot of Oxford commasAnthony Crumley2018-05-101-2/+2
* Update "Layouts and Rendering in Rails" guide [ci skip]bogdanvlviv2018-01-171-1/+1
* Correct render method's response header's content type for option(:body) from...Avneet Singh Malhotra2017-11-241-1/+1
* Update layouts_and_rendering.md [ci skip]Rob2017-11-141-1/+1
* Encourage html-safe API in layouts/rendering guideNeil Matatall2017-09-271-2/+2
* Update Layouts and Rendering in Rails [ci skip]Yoshiyuki Hirano2017-09-171-17/+19
* Add missing http status codes [ci skip]yuuji.yaginuma2017-07-041-0/+2
* Specify correct extension for text layoutsJorge Dias2017-06-291-1/+1
* Guides: Clarify partial local variable naming.Yong Bakos2017-06-231-1/+1
* Add :json type to auto_discovery_link_tagMike Gunderloy2017-05-201-1/+1
* [ci skip] Fully qualify missing template error.Kasper Timm Hansen2017-02-111-1/+1
* Add information on `:formats` option in action_view_overview.mdkenta-s2017-02-061-0/+2
* Fix typo in guide: _articles should be _articleMatthew Eagar2017-02-031-1/+1
* Fix small typo in Layouts and Rendering guide. [ci skip]Conrad Beach2016-11-141-1/+1
* Use local variable instead of instance variable [ci skip]Daniel Amireh2016-11-051-1/+1
* Merge branch 'master' of github.com:rails/docrailsVijay Dev2016-09-201-0/+2
|\
| * :nail_care: [ci skip]Prathamesh Sonpatki2016-09-071-1/+1
| * Document that redirect* don't halt exucution. We explain more on this behavio...Vipul A M2016-09-061-0/+2
* | [ci skip] Fixed commas according to Oxford comma in rdoc and guidesAndrey Molchanov2016-09-171-1/+1
|/
* Update the rendering guide to match the current behaviorRafael Mendonça França2016-03-051-10/+9
* Change 'a HTTP' to 'an HTTP' [ci skip]Santosh Wadghule2016-03-031-1/+1
* Fix grammar `a` to `an` [ci skip]Ryuta Kamizono2016-02-131-1/+1
* remove description of `render :nothing` from guide [ci skip]yuuji.yaginuma2016-02-091-1/+1
* Make text about render :html option clearer to state, text will get escaped i...Vipul A M2016-01-191-1/+1
* remove content_tag_for exampleRyo Hashimoto2015-12-221-7/+5
* Deprecate `redirect_to :back`Derek Prior2015-12-161-9/+4
* Add `redirect_back` for safer referrer redirectsDerek Prior2015-12-161-0/+8
* Fix typo in docs [ci skip]Scott González2015-10-071-1/+1
* Add a missing period to layouts_and_rendering.md [ci skip]Juanito Fatas2015-09-241-1/+1
* Rack changed their status codes to IETF RFC 7231Benjamin Quorning2015-08-211-4/+3
* Deprecate `:nothing` option for render methodMehmet Emin İNAÇ2015-05-281-26/+0
* Fix typos and improve the documentationJon Atack2015-04-151-3/+8
* [ci skip] Remove unnecessary linesyui-knk2015-04-011-2/+0
* Some documentation edits [ci skip]Robin Dupret2015-03-051-2/+3
* fix spelling, `ERb` -> `ERB` [ci skip]yuuji.yaginuma2015-03-041-1/+1
* Fix wording in template inheritance section of layout guide [ci skip]Prathamesh Sonpatki2015-02-271-1/+1
* Merge pull request #16738 from net-engine/guides-template-inheritanceRafael Mendonça França2015-02-251-0/+36
|\
| * Merge remote-tracking branch 'origin/master' into guides-template-inheritanceecoologic2014-10-071-1/+2
| |\
| * | 2.2.14.5 Template Inheritance (new in guide, feature in since 3.1)erik2014-08-291-0/+36
* | | Merge pull request #15700 from maurogeorge/guides-local_assignsRafael Mendonça França2015-02-181-0/+30
|\ \ \
| * | | Add docs about local_assigns on guidesMauro George2014-06-131-0/+30