public
Description: Another take on Agile project management as a Hobo app. We're actually using this one for real
Clone URL: git://github.com/tablatom/agility2.git
New hobo version and test_production environment
tablatom (author)
Fri Apr 25 14:17:15 -0700 2008
commit  84ada4c21a5cc7d8cbb123f2d6bfd72793a91d2d
tree    c981b3e2acb8b603cf690ec2706f93c23da72d8c
parent  968f58d8a18f765a9a877a248fd05ff1339ff6d1
...
1
2
3
4
5
6
7
8
9
10
 
 
 
 
 
11
12
13
...
 
 
1
2
3
4
5
 
 
 
6
7
8
9
10
11
12
13
0
@@ -1,13 +1,13 @@
0
-# SQLite version 3.x
0
-# gem install sqlite3-ruby (not necessary on OS X Leopard)
0
 development:
0
   adapter: sqlite3
0
   database: db/development.sqlite3
0
   timeout: 5000
0
 
0
-# Warning: The database defined as 'test' will be erased and
0
-# re-generated from your development database when you run 'rake'.
0
-# Do not set this db to the same as development or production.
0
+test_production:
0
+ adapter: sqlite3
0
+ database: db/development.sqlite3
0
+ timeout: 5000
0
+
0
 test:
0
   adapter: sqlite3
0
   database: db/test.sqlite3
...
1
 
...
 
1
0
@@ -1 +1 @@
0
-Subproject commit 6ab4267a6ca94ac8a29bfcec6ff882ff32fccadd
0
+Subproject commit bcd44ff39b99418b367665a8a5c8e554cffc13bd

Comments

    No one has commented yet.