Sha256: fc569edc36880692e78aef9fcb9946085e4968b869d818f8cc1c4da1a315ee36

Contents?: true

Size: 1 KB

Versions: 27

Compression:

Stored size: 1 KB

Contents

# MySQL.  Versions 4.1 and 5.0 are recommended.
#
#
# Be sure to use new-style password hashing:
#   http://dev.mysql.com/doc/refman/5.0/en/old-client.html
development:
  adapter: mysql2
  database: APPNAME_development
  username: APPNAME
  password: APPNAME

# Warning: The database defined as 'test' will be erased and
# re-generated from your development database when you run 'rake'.
# Do not set this db to the same as development or production.
test:
  adapter: mysql2
  database: APPNAME_test
  username: APPNAME
  password: APPNAME

# Warning: The database defined as 'test' will be erased and
# re-generated from your development database when you run 'rake'.
# Do not set this db to the same as development or production.
production:
  adapter: mysql2
  database: APPNAME_production
  username: APPNAME
  password: APPNAME

# Warning: The database defined as 'test' will be erased and
# re-generated from your development database when you run 'rake'.
# Do not set this db to the same as development or production.

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
inline_forms-1.0.19 lib/appcreator/database.yml
inline_forms-1.0.18 lib/otherstuff/database.yml
inline_forms-1.0.17 lib/otherstuff/database.yml
inline_forms-1.0.16 lib/otherstuff/database.yml
inline_forms-1.0.15 lib/otherstuff/database.yml
inline_forms-1.0.14 lib/otherstuff/database.yml
inline_forms-1.0.13 lib/otherstuff/database.yml
inline_forms-1.0.12 lib/otherstuff/database.yml
inline_forms-1.0.11 lib/otherstuff/database.yml
inline_forms-1.0.10 lib/otherstuff/database.yml
inline_forms-1.0.9 lib/otherstuff/database.yml
inline_forms-1.0.8 lib/otherstuff/database.yml
inline_forms-1.0.6 lib/otherstuff/database.yml
inline_forms-1.0.5 lib/otherstuff/database.yml
inline_forms-1.0.4 lib/otherstuff/database.yml
inline_forms-1.0.3 lib/otherstuff/database.yml
inline_forms-1.0.2 lib/otherstuff/database.yml
inline_forms-1.0.1 lib/otherstuff/database.yml
inline_forms-1.0.0 lib/otherstuff/database.yml
inline_forms-0.9.25 lib/otherstuff/database.yml