Sha256: 63172fcc87e24c743c963b4b24d6cccbb99336d68ba326d2ff41fdf53d6c5cc2
Contents?: true
Size: 535 Bytes
Versions: 12
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 deployment: # adapter: mysql # database: app_production # username: root # password: # host: localhost test: # adapter: mysql # database: app_test # username: root # password: # host: localhost
Version data entries
12 entries across 12 versions & 1 rubygems