Revision 11, 0.5 kB
(checked in by falcon, 17 years ago)
|
CSS tweaks and content. IE fixes. Changed images. Header images need work
|
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 |
---|
[11] | 7 | host: 127.0.0.1 |
---|
[6] | 8 | |
---|
[1] | 9 | # Warning: The database defined as 'test' will be erased and |
---|
| 10 | # re-generated from your development database when you run 'rake'. |
---|
| 11 | # Do not set this db to the same as development or production. |
---|
| 12 | test: |
---|
| 13 | adapter: mysql |
---|
| 14 | database: Portfolio_test |
---|
[2] | 15 | timeout: 5000 |
---|
[1] | 16 | |
---|
[11] | 17 | host: 127.0.0.1 |
---|
[1] | 18 | production: |
---|
| 19 | adapter: mysql |
---|
[2] | 20 | database: Porfolio_production |
---|
| 21 | timeout: 5000 |
---|
| 22 | |
---|
[11] | 23 | host: 127.0.0.1 |
---|