Move Actionview Helpers guides to seperate guide [skip ci]

The ActionView Overview guide is currently a Work In Progress (WIP)
because, it seems, not all ActionView helpers are listed. As it's also
one of the largest guides, we can move the helpers to a seperate guide.
This allows us to remove the WIP status from the ActionView Overview
guide and reduce its size.
This commit is contained in:
Petrik 2020-06-07 18:43:56 +02:00
parent 661da266b9
commit 9a4e328d3e
3 changed files with 1204 additions and 1175 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -43,12 +43,17 @@
-
name: Action View Overview
url: action_view_overview.html
description: This guide provides an introduction to Action View and introduces a few of the more common view helpers.
description: This guide provides an introduction to Action View.
work_in_progress: true
-
name: Layouts and Rendering in Rails
url: layouts_and_rendering.html
description: This guide covers the basic layout features of Action Controller and Action View, including rendering and redirecting, using content_for blocks, and working with partials.
-
name: Action View Helpers
url: action_view_helpers.html
description: This guide introduces a few of the more common view helpers.
work_in_progress: true
-
name: Action View Form Helpers
url: form_helpers.html