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
2916ef71
Commit
2916ef71
authored
Mar 25, 2013
by
Michael Nikitochkin
Browse files
Use new style of rails command.
parent
22f827e1
Changes
1
Show whitespace changes
Inline
Side-by-side
plugins/rails3/rails3.plugin.zsh
View file @
2916ef71
...
@@ -4,7 +4,11 @@ function _rails_command () {
...
@@ -4,7 +4,11 @@ function _rails_command () {
if
[
-e
"script/server"
]
;
then
if
[
-e
"script/server"
]
;
then
ruby script/
$@
ruby script/
$@
else
else
ruby script/rails
$@
if
[
-e
"bin/rails"
]
;
then
bin/rails
$@
else
rails
$@
fi
fi
fi
}
}
...
...
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