Skip to content

Instantly share code, notes, and snippets.

@volkanunsal
Created November 22, 2010 10:50
Show Gist options
  • Save volkanunsal/709804 to your computer and use it in GitHub Desktop.
Save volkanunsal/709804 to your computer and use it in GitHub Desktop.
# Workflow for MusicSite.
window do
tab :settings => "Homebrew" do
run "bundle"
run "rails server"
run "open http://localhost:3000"
end
tab :settings => "Homebrew" do
run "compass watch"
end
tab :settings => "Homebrew" do
run "spork"
end
tab :settings => "Homebrew" do
run "autotest"
end
tab :settings => "Homebrew" do
run "rails console"
end
tab :settings => "Homebrew" do
run "irb"
end
tab :settings => "Homebrew", :selected=>true do
run "mate ."
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment