aboutsummaryrefslogtreecommitdiffstats
path: root/railties
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2011-08-24 14:45:42 -0700
committerXavier Noria <fxn@hashref.com>2011-08-24 14:45:42 -0700
commit0a2b105621383eafe09ed89ea7564da1c84057b1 (patch)
tree9cb080b29938ee3915db482eef9346f9a6f7533a /railties
parent28a4d378431168a7df1ef561237ecdb4bb6da161 (diff)
downloadrails-0a2b105621383eafe09ed89ea7564da1c84057b1.tar.gz
rails-0a2b105621383eafe09ed89ea7564da1c84057b1.tar.bz2
rails-0a2b105621383eafe09ed89ea7564da1c84057b1.zip
the command line guide is good to go
Diffstat (limited to 'railties')
-rw-r--r--railties/guides/source/index.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/index.html.erb b/railties/guides/source/index.html.erb
index b48488d8a2..684251962c 100644
--- a/railties/guides/source/index.html.erb
+++ b/railties/guides/source/index.html.erb
@@ -124,7 +124,7 @@ Ruby on Rails Guides
<p>This guide covers the basic configuration settings for a Rails application.</p>
<% end %>
-<%= guide("Rails Command Line Tools and Rake tasks", 'command_line.html', :work_in_progress => true) do %>
+<%= guide("Rails Command Line Tools and Rake tasks", 'command_line.html') do %>
<p>This guide covers the command line tools and rake tasks provided by Rails.</p>
<% end %>