GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Fork of lifo/docrails
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/TampaRuby/docrails.git
Docfix (closes #9740) [chuyeow]

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7699 
5ecf4fe2-1ee6-0310-87b1-e25e094e27de
dhh (author)
Sun Sep 30 15:55:39 -0700 2007
commit  81da956188037b3045fae73726a372f4951ca0c4
tree    a225eb88c16dccd59f79831201fe8d2025dddff7
parent  00cecf83b5a3303d9b879746fdcc3405cf834974
...
15
16
17
18
19
20
21
22
 
 
 
 
23
24
25
...
15
16
17
 
 
 
 
 
18
19
20
21
22
23
24
0
@@ -15,11 +15,10 @@ you can do so with something like:
0
 
0
 == Dependency on ActiveRecord and database setup
0
 
0
-Test cases in test/controller/active_record_assertions.rb depend on having
0
-activerecord installed and configured in a particular way. See comment in the
0
-test file itself for details. If ActiveRecord is not in
0
-actionpack/../activerecord directory, these tests are skipped. If activerecord
0
-is installed, but not configured as expected, the tests will fail.
0
+Test cases in the test/controller/active_record/ directory depend on having
0
+activerecord and sqlite installed. If ActiveRecord is not in
0
+actionpack/../activerecord directory, or the sqlite rubygem is not installed,
0
+these tests are skipped.
0
 
0
 Other tests are runnable from a fresh copy of actionpack without any configuration.
0
 

Comments

    No one has commented yet.