Skip to content

Nesit/guinea

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Guinea

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Ruby 95.8%
  • CoffeeScript 3.3%
  • JavaScript 0.9%