From a03e2b356c66ddc8809fa2b23a2a7d652f173b8b Mon Sep 17 00:00:00 2001 From: Pratik Naik Date: Tue, 21 Oct 2008 18:33:40 +0100 Subject: Merge with docrails. Also add a rake task to generate guides in your rails application : rake doc:guides The rake task will generate guides inside doc/guides directory of your application. Open index.html to browse. --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index a86055e841..6e869a06a8 100644 --- a/.gitignore +++ b/.gitignore @@ -5,7 +5,6 @@ activerecord/doc actionpack/doc actionmailer/doc activesupport/doc -railties/doc activeresource/pkg activerecord/pkg actionpack/pkg @@ -13,4 +12,6 @@ actionmailer/pkg activesupport/pkg railties/pkg railties/test/500.html +railties/doc/guides/html/images +railties/doc/guides/html/stylesheets *.rbc -- cgit v1.2.3