Sha256: 8cab05e11e84feeda02bf00aa1c51b179b97cd9bd7d6e6243d867b9907d6d93e

Contents?: true

Size: 956 Bytes

Versions: 23

Compression:

Stored size: 956 Bytes

Contents

<% if defined?(JRUBY_VERSION) %>
connections:
  postgresql:
    adapter: postgresql
    database: apartment_postgresql_test
    username: postgres
    min_messages: WARNING
    driver: org.postgresql.Driver
    url: jdbc:postgresql://localhost:5432/apartment_postgresql_test
    timeout: 5000
    pool: 5

  mysql:
    adapter: mysql
    database: apartment_mysql_test
    username: root
    min_messages: WARNING
    driver: com.mysql.jdbc.Driver
    url: jdbc:mysql://localhost:3306/apartment_mysql_test
    timeout: 5000
    pool: 5
<% else %>
connections:
  postgresql:
    adapter: postgresql
    database: apartment_postgresql_test
    min_messages: WARNING
    username: postgres
    schema_search_path: public
    password:

  mysql:
    adapter: mysql2
    database: apartment_mysql_test
    username: root
    password:

  sqlite:
    adapter: sqlite3
    database: <%= File.expand_path('../spec/dummy/db', __FILE__) %>/default.sqlite3
<% end %>

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
apartment-2.2.0 spec/config/database.yml.sample
apartment-2.1.0 spec/config/database.yml.sample
apartment-2.0.0 spec/config/database.yml.sample
apartment-1.2.0 spec/config/database.yml.sample
apartment-1.1.0 spec/config/database.yml.sample
apartment-1.0.2 spec/config/database.yml.sample
apartment-1.0.1 spec/config/database.yml.sample
apartment-1.0.0 spec/config/database.yml.sample
apartment-0.26.1 spec/config/database.yml.sample
apartment-0.26.0 spec/config/database.yml.sample
apartment-0.25.2 spec/config/database.yml.sample
apartment-0.25.1 spec/config/database.yml.sample
apartment-0.25.0 spec/config/database.yml.sample
apartment-0.24.3 spec/config/database.yml.sample
apartment-0.24.2 spec/config/database.yml.sample
apartment-0.24.1 spec/config/database.yml.sample
apartment-0.24.0 spec/config/database.yml.sample
apartment-0.23.2 spec/config/database.yml.sample
apartment-0.23.1 spec/config/database.yml.sample
apartment-0.23.0 spec/config/database.yml.sample