Sha256: 910be09dc2092c59695927c5af3db3749d2c3c24b08e3768b70e219d6c0c0c1f
Contents?: true
Size: 613 Bytes
Versions: 2
Compression:
Stored size: 613 Bytes
Contents
# FrontBase versions 4.x # # Get the bindings: # gem install ruby-frontbase # # Configure Using Gemfile # gem 'ruby-frontbase' # default: &default adapter: frontbase host: localhost username: <%= app_name %> password: '' development: <<: *default database: <%= app_name %>_development # 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: <<: *default database: <%= app_name %>_test production: <<: *default database: <%= app_name %>_production
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
railties-4.1.0.beta2 | lib/rails/generators/rails/app/templates/config/databases/frontbase.yml |
railties-4.1.0.beta1 | lib/rails/generators/rails/app/templates/config/databases/frontbase.yml |