Changeset 91
- Timestamp:
- 11/08/07 17:16:08 (4 years ago)
- Location:
- hw/hw4/library
- Files:
-
- 6 added
- 5 removed
- 1 modified
-
app/helpers/librarymaps_helper.rb (added)
-
config/database.yml (modified) (1 diff)
-
test/fixtures/authors.csv (added)
-
test/fixtures/authors.yml (deleted)
-
test/fixtures/bindices.csv (added)
-
test/fixtures/bindices.yml (deleted)
-
test/fixtures/books.csv (added)
-
test/fixtures/books.yml (deleted)
-
test/fixtures/instocks.csv (added)
-
test/fixtures/instocks.yml (deleted)
-
test/fixtures/libraries.csv (added)
-
test/fixtures/libraries.yml (deleted)
Legend:
- Unmodified
- Added
- Removed
-
hw/hw4/library/config/database.yml
r78 r91 1 1 # CS186 Fall 2007 format 2 development:2 login: &login 3 3 adapter: postgresql 4 database: hw45 4 username: <%= ENV[ 'USER' ] %> 6 5 port: <%= ENV[ 'PGPORT' ] %> 7 6 password: 8 7 host: rhombus.cs.berkeley.edu 8 9 development: 10 <<: *login 11 database: hw4 9 12 10 13 # Warning: The database defined as 'test' will be erased and
