A collection of bash scripts I keep using for about every rails project. Just drop in the rails scripts folder and run with it!
- zeus (prefork env for rails to keep tests fast)
- vagrant (vm managment tool)
- expect-dev (contains unbuffered which is used to get colorized output over ssh)
Bash script to run rspec test correctly for a given environment, this is just an extension of Gary Bernhardts test script It handles the loading and execution of the specs for the right environment, be it zeus or vagrant and only load rails if it is needed to keep the tests fast.
Start the development server managed by foreman. Really simple but makes sure foreman runs with Procfile.development.
Released under the MIT license: http://opensource.org/licenses/MIT