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

public
Rubygem
Description: Rails RESTful controller abstraction plugin.
Homepage: http://jamesgolick.com/resource_controller
Clone URL: git://github.com/giraffesoft/resource_controller.git
Click here to lend your support to: resource_controller and make a donation at www.pledgie.com !
Switch to sqlite3 and automigrate to create the test database
giraffesoft (author)
Sun Sep 28 07:07:49 -0700 2008
commit  1d2a49f7867bdbff2904e19658429e6ba0a46dd4
tree    edecd4c2b10480c7c8d4cb0f6be013fdb54ba7c9
parent  806a108356489e9469c406715d1f19ce6b0b10b7
...
4
5
6
7
8
9
...
4
5
6
 
7
8
0
@@ -4,6 +4,5 @@ test/tmp
0
 test/nbproject
0
 nbproject/*
0
 .gitignore~
0
-test/config/*.yml
0
 rdoc
0
 test/db/test.sqlite3
...
1
2
3
4
5
6
 
 
 
7
8
9
10
11
12
13
14
 
 
 
...
1
 
 
 
 
 
2
3
4
5
6
 
 
 
 
 
7
8
9
10
0
@@ -1,13 +1,9 @@
0
 development:
0
- adapter: mysql
0
- database: resource_controller_test
0
- username: root
0
- password:
0
- socket: /tmp/mysql.sock
0
+ adapter: sqlite3
0
+ database: db/test.sqlite3
0
+ timeout: 5000
0
 
0
 test:
0
- adapter: mysql
0
- database: resource_controller_test
0
- username: root
0
- password:
0
- socket: /tmp/mysql.sock
0
\ No newline at end of file
0
+ adapter: sqlite3
0
+ database: db/test.sqlite3
0
+ timeout: 5000

Comments

    No one has commented yet.