File: database.sqlite.yml

package info (click to toggle)
ruby-paper-trail 12.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,200 kB
  • sloc: ruby: 6,743; makefile: 6
file content (7 lines) | stat: -rw-r--r-- 167 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
# SQLite version 3.x
#   gem install sqlite3-ruby (not necessary on OS X Leopard)
test: &test
  adapter: sqlite3
  pool: 5
  timeout: 5000
  database: db/test.sqlite3