Skip to content

Instantly share code, notes, and snippets.

@jstorimer
Created November 18, 2009 14:04
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 jstorimer/237869 to your computer and use it in GitHub Desktop.
Save jstorimer/237869 to your computer and use it in GitHub Desktop.
gem install hobo
hobo thingybob && cd thingybob
ruby script/generate hobo_model_resource thing name:string body:text
ruby script/generate hobo_migration
# Respond to the prompt with 'm'
# then press enter to chose the default filename
ruby script/server
# Now you should be able to
# * Sign up
# * Create and edit Things
# * Search for things
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment