public
Description: PLEASE CHECK http://github.com/lifo/docrails/wikis
Homepage: http://weblog.rubyonrails.org/2008/5/2/help-improve-rails-documentation-on-git-branch
Clone URL: git://github.com/lifo/docrails.git
ST is Cap (closes #4214)

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4030 
5ecf4fe2-1ee6-0310-87b1-e25e094e27de
dhh (author)
Sat Mar 25 13:57:08 -0800 2006
commit  1d79a17c25c0b7efc414ba2c3d81b3ad30fbb9e4
tree    d1d2cb8563ff24867e33473a63dfca69132a3f9e
parent  6247689e5932749514e29d3b1e1bb096ee7677d5
...
1
2
 
3
4
5
...
7
8
9
10
11
 
...
1
 
2
3
4
5
...
7
8
9
 
10
11
0
@@ -1,5 +1,5 @@
0
 # Add your own tasks in files placed in lib/tasks ending in .rake,
0
-# for example lib/tasks/switchtower.rake, and they will automatically be available to Rake.
0
+# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.
0
 
0
 require(File.join(File.dirname(__FILE__), 'config', 'boot'))
0
 
0
@@ -7,4 +7,4 @@ require 'rake'
0
 require 'rake/testtask'
0
 require 'rake/rdoctask'
0
 
0
-require 'tasks/rails'
0
\ No newline at end of file
0
+require 'tasks/rails'

Comments

    No one has commented yet.