Sha256: dabebca63adb0181aad99ee8a01609ccc21a225e95f954097184ede699dd52c4
Contents?: true
Size: 535 Bytes
Versions: 6
Compression:
Stored size: 535 Bytes
Contents
# uncomment once orm gem is installed # name of the orm gem you'd like to use: active_record || data_mapper || sequel # orm: active_record # uncomment once schema is created development: # adapter: mysql # database: app_development # username: root # password: # host: localhost production: # adapter: mysql # database: app_production # username: root # password: # host: localhost test: # adapter: mysql # database: app_test # username: root # password: # host: localhost
Version data entries
6 entries across 6 versions & 1 rubygems