Skip to content

Instantly share code, notes, and snippets.

@Genki-S
Created May 29, 2013 03:08
Show Gist options
  • Save Genki-S/5667706 to your computer and use it in GitHub Desktop.
Save Genki-S/5667706 to your computer and use it in GitHub Desktop.
Tmuxinator template for rails
project_name: <`1`>
project_root: <`2`>
rvm: <`3`>
pre: <`4`>
tabs:
- editor: v
- console: rails c genki
- database: rails db genki
- server: rails s -e genki
- log: tail -f log/development.log
- helpers:
layout: even-horizontal
panes:
- guard
- zeus start
# - capistrano:
# - server: ssh me@myhost
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment