Skip to content

Instantly share code, notes, and snippets.

@arikfr
Created March 11, 2011 18:57
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 arikfr/866372 to your computer and use it in GitHub Desktop.
Save arikfr/866372 to your computer and use it in GitHub Desktop.
My terminitor definitions for Pulse
window do
before { run 'cd ~/dev/Wix/rails3' }
tab "rails server" do
run 'rails s thin --debugger'
end
tab "solr" do
run 'rake sunspot:solr:run'
end
tab "console" do
run 'rails c'
end
tab "project dir" do
end
tab "remote server" do
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment