aboutsummaryrefslogtreecommitdiffstats
path: root/railties/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'railties/Rakefile')
-rw-r--r--railties/Rakefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/railties/Rakefile b/railties/Rakefile
index 1130288fd9..05f767dc3b 100644
--- a/railties/Rakefile
+++ b/railties/Rakefile
@@ -244,6 +244,11 @@ def copy_with_rewritten_ruby_path(src_file, dest_file)
end
end
+desc 'Generate guides (for authors), use ONLY=foo to process just "foo.textile"'
+task :guides do
+ ruby "guides/rails_guides.rb"
+end
+
# Generate documentation ------------------------------------------------------------------