Thanks to visit codestin.com
Credit goes to github.com

Skip to content

ikenney/postgres-rails-db

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

postgres-rails-db Cookbook

Installs a development and a test database ready for rails

Requirements

Recipies:

  • database
  • postgresql::ruby

Attributes

Key Type Description Default
['postgres-rails-db']['databases-app'] Array The names of the databases to create [ 'development', 'test' ]

Usage

Just include postgres-rails-db in your node's run_list:

{
  "name":"my_node",
  "run_list": [
    "recipe[postgres-rails-db]"
  ]
}

Contributing

  1. Fork the repository on Github
  2. Create a named feature branch (like add_component_x)
  3. Write you change
  4. Write tests for your change (if applicable)
  5. Run the tests, ensuring they all pass
  6. Submit a Pull Request using Github

License and Authors

Authors: Ian Kenney (c) 2013 Ian Kenney

About

Chef recipe to configure rails test and development databases

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages