1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Move Engines guide under Extending Rails [ci skip]

This commit is contained in:
Zachary Scott 2014-12-30 12:22:14 -08:00
parent a7e9790821
commit 45280686ed

View file

@ -111,11 +111,6 @@
name: Working with JavaScript in Rails
url: working_with_javascript_in_rails.html
description: This guide covers the built-in Ajax/JavaScript functionality of Rails.
-
name: Getting Started with Engines
url: engines.html
description: This guide explains how to write a mountable engine.
work_in_progress: true
-
name: The Rails Initialization Process
work_in_progress: true
@ -146,6 +141,11 @@
name: Creating and Customizing Rails Generators
url: generators.html
description: This guide covers the process of adding a brand new generator to your extension or providing an alternative to an element of a built-in Rails generator (such as providing alternative test stubs for the scaffold generator).
-
name: Getting Started with Engines
url: engines.html
description: This guide explains how to write a mountable engine.
work_in_progress: true
-
name: Contributing to Ruby on Rails
documents: