Revision 4, 0.7 kB
(checked in by falcon, 17 years ago)
|
75% complete. ajax support for engineering and galleries. galleries add/edit. artwork and engineering layouts.
|
Rev | Line | |
---|
[2] | 1 | # SQLite version 3.x |
---|
| 2 | # gem install sqlite3-ruby (not necessary on OS X Leopard) |
---|
[1] | 3 | development: |
---|
| 4 | adapter: mysql |
---|
[2] | 5 | database: Portfolio_devel |
---|
| 6 | timeout: 5000 |
---|
[4] | 7 | password: shadow7 |
---|
[1] | 8 | # Warning: The database defined as 'test' will be erased and |
---|
| 9 | # re-generated from your development database when you run 'rake'. |
---|
| 10 | # Do not set this db to the same as development or production. |
---|
| 11 | test: |
---|
| 12 | adapter: mysql |
---|
| 13 | database: Portfolio_test |
---|
[2] | 14 | timeout: 5000 |
---|
[1] | 15 | |
---|
[4] | 16 | password: shadow7 |
---|
| 17 | # Warning: The database defined as 'test' will be erased and |
---|
[1] | 18 | production: |
---|
| 19 | adapter: mysql |
---|
[2] | 20 | database: Porfolio_production |
---|
| 21 | timeout: 5000 |
---|
| 22 | |
---|
[4] | 23 | password: shadow7 |
---|
| 24 | # Warning: The database defined as 'test' will be erased and |
---|