Installs a development and a test database ready for rails
Recipies:
- database
- postgresql::ruby
| Key | Type | Description | Default |
|---|---|---|---|
| ['postgres-rails-db']['databases-app'] | Array | The names of the databases to create | [ 'development', 'test' ] |
Just include postgres-rails-db in your node's run_list:
{
"name":"my_node",
"run_list": [
"recipe[postgres-rails-db]"
]
}- Fork the repository on Github
- Create a named feature branch (like
add_component_x) - Write you change
- Write tests for your change (if applicable)
- Run the tests, ensuring they all pass
- Submit a Pull Request using Github
Authors: Ian Kenney (c) 2013 Ian Kenney