Skip to content

Commit

Permalink
adds the asset pipeline guide to the index
Browse files Browse the repository at this point in the history
  • Loading branch information
fxn committed Aug 30, 2011
1 parent a7a01b8 commit 2350fec
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion railties/guides/source/asset_pipeline.textile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
h2. Asset Pipeline

This guide covers the ideology of the asset pipeline introduced in Rails 3.1.
This guide covers the asset pipeline introduced in Rails 3.1.
By referring to this guide you will be able to:

* Understand what the asset pipeline is and what it does
Expand Down
4 changes: 4 additions & 0 deletions railties/guides/source/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,10 @@ Ruby on Rails Guides
<%= guide("Caching with Rails", 'caching_with_rails.html', :work_in_progress => true) do %>
<p>Various caching techniques provided by Rails.</p>
<% end %>
<%= guide('Asset Pipeline', 'asset_pipeline.html') do %>
<p>This guide documents the asset pipeline.</p>
<% end %>
</dl>

<h3>Extending Rails</h3>
Expand Down
3 changes: 2 additions & 1 deletion railties/guides/source/layout.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>

<title><%= yield(:page_title) || 'Ruby on Rails guides' %></title>
<title><%= yield(:page_title) || 'Ruby on Rails Guides' %></title>

<link rel="stylesheet" type="text/css" href="stylesheets/style.css" />
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print" />
Expand Down Expand Up @@ -71,6 +71,7 @@
<dd><a href="configuring.html">Configuring Rails Applications</a></dd>
<dd><a href="command_line.html">Rails Command Line Tools and Rake Tasks</a></dd>
<dd><a href="caching_with_rails.html">Caching with Rails</a></dd>
<dd><a href="asset_pipeline.html">Asset Pipeline</a></dd>

<dt>Extending Rails</dt>
<dd><a href="plugins.html">The Basics of Creating Rails Plugins</a></dd>
Expand Down

0 comments on commit 2350fec

Please sign in to comment.