Skip to content

Instantly share code, notes, and snippets.

@mjfreshyfresh
Created February 4, 2009 19:50
Show Gist options
  • Save mjfreshyfresh/58294 to your computer and use it in GitHub Desktop.
Save mjfreshyfresh/58294 to your computer and use it in GitHub Desktop.
macbook$ rake -T
rake data:bootstrap # load in some basic data [caution: will nuke and replcace cate...
rake db:create:all # Create all the local databases defined in config/database.yml
rake db:drop # Drops the database for the current RAILS_ENV
...
rake ts:run # Stop if running, then start a Sphinx searchd daemon using Thi...
rake ts:start # Start a Sphinx searchd daemon using Thinking Sphinx's settings
rake ts:stop # Stop Sphinx using Thinking Sphinx's settings
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment