/guinea

Guinea

Primary LanguageRuby

Guinea

Деплой

см. DEPLOY.md

База

Пример config/database.yml:

development:
  adapter: mysql2
  encoding: utf8
  database: guinea_dev
  username: root
  password: ''

test: &test
  adapter: mysql2
  encoding: utf8
  database: guinea_test
  username: root
  password: ''

production:
  adapter: mysql2
  encoding: utf8
  database: guinea_prod
  username: root
  password: ''

cucumber:
  <<: *test