From 99a1de487400577affdc5e22da253cc710735956 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Thu, 2 Apr 2009 03:07:48 -0700 Subject: test/rails: v2.1.2 + ActiveRecordStore all around Recent changes made to the unicorn_rails loader were needed to get ActiveRecordStore to load correctly. --- test/rails/app-2.1.2/config/database.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 test/rails/app-2.1.2/config/database.yml (limited to 'test/rails/app-2.1.2/config/database.yml') diff --git a/test/rails/app-2.1.2/config/database.yml b/test/rails/app-2.1.2/config/database.yml new file mode 100644 index 0000000..9f77843 --- /dev/null +++ b/test/rails/app-2.1.2/config/database.yml @@ -0,0 +1,12 @@ +development: + adapter: sqlite3 + database: db/development.sqlite3 + timeout: 5000 +test: + adapter: sqlite3 + database: db/test.sqlite3 + timeout: 5000 +production: + adapter: sqlite3 + database: db/production.sqlite3 + timeout: 5000 -- cgit v1.2.3-24-ge0c7