Skip to content

sideshowcoder/rails_scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Rails Scripts

A collection of bash scripts I keep using for about every rails project. Just drop in the rails scripts folder and run with it!

Dependecies

  • 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)

test

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_dev_server

Start the development server managed by foreman. Really simple but makes sure foreman runs with Procfile.development.

License

Released under the MIT license: http://opensource.org/licenses/MIT

About

A collection of scripts I reuse in about every rails app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages