Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Oh My Zsh
Commits
8cd1b21b
Commit
8cd1b21b
authored
Apr 24, 2013
by
Alexey Poimtsev
Browse files
Update rails4.plugin.zsh
added alias for rake db:create
parent
f4b12321
Changes
1
Show whitespace changes
Inline
Side-by-side
plugins/rails4/rails4.plugin.zsh
View file @
8cd1b21b
...
...
@@ -22,6 +22,7 @@ alias rs='_rails_command server'
alias
rsd
=
'_rails_command server --debugger'
alias
devlog
=
'tail -f log/development.log'
alias
rdm
=
'rake db:migrate'
alias
rdc
=
'rake db:create'
alias
rdr
=
'rake db:rollback'
alias
rds
=
'rake db:seed'
alias
rlc
=
'rake log:clear'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment