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
Ohmyzsh
Commits
a1e722d4
Commit
a1e722d4
authored
Jun 14, 2015
by
Robby Russell
Browse files
Merge pull request #3976 from rodrigoargumedo/patch-1
Add rdrs method to reset the database(s)
parents
422db48e
b7d041c6
Changes
1
Show whitespace changes
Inline
Side-by-side
plugins/rails/rails.plugin.zsh
View file @
a1e722d4
...
@@ -50,6 +50,7 @@ alias rdr='rake db:rollback'
...
@@ -50,6 +50,7 @@ alias rdr='rake db:rollback'
alias
rdc
=
'rake db:create'
alias
rdc
=
'rake db:create'
alias
rds
=
'rake db:seed'
alias
rds
=
'rake db:seed'
alias
rdd
=
'rake db:drop'
alias
rdd
=
'rake db:drop'
alias
rdrs
=
'rake db:reset'
alias
rdtc
=
'rake db:test:clone'
alias
rdtc
=
'rake db:test:clone'
alias
rdtp
=
'rake db:test:prepare'
alias
rdtp
=
'rake db:test:prepare'
alias
rdmtc
=
'rake db:migrate db:test:clone'
alias
rdmtc
=
'rake db:migrate db:test:clone'
...
...
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