Skip to content

Instantly share code, notes, and snippets.

@timmyc
Created March 2, 2011 16:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save timmyc/851217 to your computer and use it in GitHub Desktop.
Save timmyc/851217 to your computer and use it in GitHub Desktop.
tuggies ~/code/g5/core: rake -T
(in /Users/timmycrawford/code/g5/core)
rake default # Get set up for development.
rake parallel:create[count] # create test databases via db:create --> parallel:create[num_cpus]
rake parallel:drop[count] # drop test databases via db:drop --> parallel:drop[num_cpus]
rake parallel:features[count,path_prefix,options] # run features in parallel with parallel:features[num_cpus]
rake parallel:load_schema[count] # load dumped schema for test databases via db:schema:load --> parallel:load_schema[num_cpus]
rake parallel:migrate[count] # update test databases via db:mgrate --> parallel:migrate[num_cpus]
rake parallel:prepare[count] # update test databases by dumping and loading --> parallel:prepare[num_cpus]
rake parallel:spec[count,path_prefix,options] # run spec in parallel with parallel:spec[num_cpus]
rake parallel:test[count,path_prefix,options] # run test in parallel with parallel:test[num_cpus]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment