public
Description: Open source forum - done *different*
Homepage: http://fora.yreality.net/
Clone URL: git://github.com/elliottcable/fora.git
Some more refinements to the aok task in the rakefile, as well as ignoring 
the coverage folder
elliottcable (author)
Mon Mar 03 10:31:21 -0800 2008
commit  f15ffe67cf08e87fb3a527c548c7f5bc319d30b6
tree    b123c124d997397f8049c3d0a072b3dbf363ead3
parent  48a424cede0b87e8edc013c17fb3ebbdfb096fab
...
1
2
3
4
5
 
 
6
...
1
2
3
 
4
5
6
7
0
@@ -1,4 +1,5 @@
0
 *.pid
0
 log/*.log
0
 public/stylesheets/*.css
0
-config/database.yml
0
\ No newline at end of file
0
+config/database.yml
0
+coverage/*
0
\ No newline at end of file
...
31
32
33
 
34
 
35
36
37
...
31
32
33
34
35
36
37
38
39
0
@@ -31,7 +31,9 @@ task :uninstall => [:clean] do
0
 end
0
 
0
 task :migrate do
0
+ $TESTING = true
0
   DataMapper::Persistence.auto_migrate!
0
+ puts 'Test database migrated'
0
 end
0
 task :run_specs do
0
   dirs = []

Comments

    No one has commented yet.