Sha256: d5ac8f0839c19de1f71f595148213ecb7eb815c588f9573bac35af0be8c93dfe

Contents?: true

Size: 779 Bytes

Versions: 13

Compression:

Stored size: 779 Bytes

Contents

# MySQL (default setup).  Versions 4.1 and 5.0 are recommended.
#
# Get the fast C bindings:
#   gem install mysql
#   (on OS X: gem install mysql -- --include=/usr/local/lib)
# And be sure to use new-style password hashing:
#   http://dev.mysql.com/doc/refman/5.0/en/old-client.html
#
# mysql config
development:
  adapter: mysql
  database: aaf_dev
  username: ferret
  password: ferret
  
test:
  adapter: mysql
  database: aaf_test
  username: ferret
  password: ferret

# since this is a demo, we won't need this one
#production:
#  adapter: mysql
#  database: ferret_production
#  username: root
#  password: 
#  socket: /var/run/mysqld/mysqld.sock

# SQLITE
#development:
#  adapter: sqlite3
#  dbfile: db/dev.sqlite

#test:
#  adapter: sqlite3
#  dbfile: db/test.sqlite

Version data entries

13 entries across 13 versions & 4 rubygems

Version Path
cehoffman-acts_as_ferret-0.4.4 doc/demo/config/database.yml
jkraemer-acts_as_ferret-0.4.4 doc/demo/config/database.yml
watson-acts_as_ferret-0.4.8.2 doc/demo/config/database.yml
acts_as_ferret-0.5.2 doc/demo/config/database.yml
acts_as_ferret-0.4.8.2 doc/demo/config/database.yml
acts_as_ferret-0.4.8.1 doc/demo/config/database.yml
acts_as_ferret-0.5.1 doc/demo/config/database.yml
acts_as_ferret-0.5 doc/demo/config/database.yml
acts_as_ferret-0.4.8.rails3 doc/demo/config/database.yml
acts_as_ferret-0.4.8 doc/demo/config/database.yml
acts_as_ferret-0.4.7 doc/demo/config/database.yml
acts_as_ferret-0.4.6 doc/demo/config/database.yml
acts_as_ferret-0.4.4 doc/demo/config/database.yml