From e68b7a001de0959fcfb90b9d8c82b6b0bc1ccfb6 Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Sun, 1 May 2011 13:15:15 +0200 Subject: (temporary hack) generate a main file for RDoc escaping "Rails" RDoc autolinks the word "Rails" to the doc page for the Rails module. But README.rdoc is displayed in the home page at GitHub and the slashes are visible there, which is weird. We leave by now the slashes off in the file, and generate a second file for the API with them. --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 8daa1e4dcd..be764143aa 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,4 @@ railties/doc railties/guides/output railties/tmp .rvmrc +RDOC_MAIN.rdoc \ No newline at end of file -- cgit v1.2.3