Created
May 29, 2013 03:08
-
-
Save Genki-S/5667706 to your computer and use it in GitHub Desktop.
Tmuxinator template for rails
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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