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
/
guides
/
source
/
layouts_and_rendering.md
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix small typo in Layouts and Rendering guide. [ci skip]
Conrad Beach
2016-11-14
1
-1
/
+1
*
Use local variable instead of instance variable [ci skip]
Daniel Amireh
2016-11-05
1
-1
/
+1
*
Merge branch 'master' of github.com:rails/docrails
Vijay Dev
2016-09-20
1
-0
/
+2
|
\
|
*
:nail_care: [ci skip]
Prathamesh Sonpatki
2016-09-07
1
-1
/
+1
|
*
Document that redirect* don't halt exucution. We explain more on this behavio...
Vipul A M
2016-09-06
1
-0
/
+2
*
|
[ci skip] Fixed commas according to Oxford comma in rdoc and guides
Andrey Molchanov
2016-09-17
1
-1
/
+1
|
/
*
Update the rendering guide to match the current behavior
Rafael Mendonça França
2016-03-05
1
-10
/
+9
*
Change 'a HTTP' to 'an HTTP' [ci skip]
Santosh Wadghule
2016-03-03
1
-1
/
+1
*
Fix grammar `a` to `an` [ci skip]
Ryuta Kamizono
2016-02-13
1
-1
/
+1
*
remove description of `render :nothing` from guide [ci skip]
yuuji.yaginuma
2016-02-09
1
-1
/
+1
*
Make text about render :html option clearer to state, text will get escaped i...
Vipul A M
2016-01-19
1
-1
/
+1
*
remove content_tag_for example
Ryo Hashimoto
2015-12-22
1
-7
/
+5
*
Deprecate `redirect_to :back`
Derek Prior
2015-12-16
1
-9
/
+4
*
Add `redirect_back` for safer referrer redirects
Derek Prior
2015-12-16
1
-0
/
+8
*
Fix typo in docs [ci skip]
Scott González
2015-10-07
1
-1
/
+1
*
Add a missing period to layouts_and_rendering.md [ci skip]
Juanito Fatas
2015-09-24
1
-1
/
+1
*
Rack changed their status codes to IETF RFC 7231
Benjamin Quorning
2015-08-21
1
-4
/
+3
*
Deprecate `:nothing` option for render method
Mehmet Emin İNAÇ
2015-05-28
1
-26
/
+0
*
Fix typos and improve the documentation
Jon Atack
2015-04-15
1
-3
/
+8
*
[ci skip] Remove unnecessary lines
yui-knk
2015-04-01
1
-2
/
+0
*
Some documentation edits [ci skip]
Robin Dupret
2015-03-05
1
-2
/
+3
*
fix spelling, `ERb` -> `ERB` [ci skip]
yuuji.yaginuma
2015-03-04
1
-1
/
+1
*
Fix wording in template inheritance section of layout guide [ci skip]
Prathamesh Sonpatki
2015-02-27
1
-1
/
+1
*
Merge pull request #16738 from net-engine/guides-template-inheritance
Rafael Mendonça França
2015-02-25
1
-0
/
+36
|
\
|
*
Merge remote-tracking branch 'origin/master' into guides-template-inheritance
ecoologic
2014-10-07
1
-1
/
+2
|
|
\
|
*
|
2.2.14.5 Template Inheritance (new in guide, feature in since 3.1)
erik
2014-08-29
1
-0
/
+36
*
|
|
Merge pull request #15700 from maurogeorge/guides-local_assigns
Rafael Mendonça França
2015-02-18
1
-0
/
+30
|
\
\
\
|
*
|
|
Add docs about local_assigns on guides
Mauro George
2014-06-13
1
-0
/
+30
*
|
|
|
fix syntax error in render partial example [ci skip]
yuuji.yaginuma
2015-02-15
1
-2
/
+2
*
|
|
|
Add :formats to options list of render documentation.
Diogo Benicá
2015-01-21
1
-1
/
+11
*
|
|
|
Merge pull request #18503 from vipulnsward/guides-in-on
Xavier Noria
2015-01-14
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
- Changed `IN` to `ON` in markdown renderer condition
Vipul A M
2015-01-14
1
-1
/
+1
*
|
|
|
|
Change a to an for HTML word [ci skip]
Santosh Wadghule
2015-01-13
1
-1
/
+1
|
/
/
/
/
*
|
|
|
Merge pull request #17974 from killthekitten/fix-render-block
Rafael Mendonça França
2015-01-02
1
-0
/
+36
|
\
\
\
\
|
*
|
|
|
Make possible to use blocks with short version of render partial
Nikolay Shebanov
2014-12-19
1
-0
/
+36
*
|
|
|
|
warn about reading guides in GitHub
Xavier Noria
2014-12-23
1
-0
/
+2
*
|
|
|
|
Describe gotcha for 'status' option [ci skip]
J Connolly
2014-12-22
1
-0
/
+3
|
/
/
/
/
*
|
|
|
[ci skip] Fix output of video_tag helper
Anton Cherepanov
2014-12-07
1
-1
/
+4
*
|
|
|
In render file, by default the current layout is rendered always
yuktikhurana
2014-10-01
1
-1
/
+1
|
|
_
|
/
|
/
|
|
*
|
|
Clean up grammar from #16752 [ci skip]
Zachary Scott
2014-08-30
1
-2
/
+2
*
|
|
[ci skip] add line about text layout
shruti2791
2014-08-30
1
-1
/
+2
|
|
/
|
/
|
*
|
Merge branch 'master' of github.com:rails/docrails
Vijay Dev
2014-08-19
1
-1
/
+1
|
\
\
|
*
|
Uppercase HTML in docs.
Hendy Tanata
2014-08-08
1
-1
/
+1
*
|
|
[ci skip] Fix sample code in Layouts and Rendering guide
yuuji.yaginuma
2014-08-17
1
-1
/
+1
|
/
/
*
/
Small typo
Anton Cherepanov
2014-06-23
1
-1
/
+1
|
/
*
Rename Posts to Articles in Guides, continuation of 2d446e77 / #13774 [ci skip]
John Kelly Ferguson
2014-05-21
1
-12
/
+12
*
Do note remove `Content-Type` when `render :body`
Prem Sichanugrist
2014-03-05
1
-2
/
+5
*
Update guides for new rendering options
Prem Sichanugrist
2014-02-18
1
-4
/
+36
*
Simplify doc [ci skip]
Vijay Dev
2014-02-09
1
-1
/
+1
*
Merge pull request #13630 from seapy/master
Vijay Dev
2014-02-09
1
-2
/
+2
|
\
[next]