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
6aa8ee2f
Commit
6aa8ee2f
authored
Dec 20, 2010
by
Hakan Ensari
Browse files
Removed remote_console. It doesn't handle rvm, capistrano, and so on.
parent
960eb523
Changes
1
Show whitespace changes
Inline
Side-by-side
plugins/rails3/rails3.plugin.zsh
View file @
6aa8ee2f
...
...
@@ -6,7 +6,3 @@ alias rdbm='rake db:migrate db:test:clone'
alias
rc
=
'ruby script/rails console'
alias
rd
=
'ruby script/rais server --debugger'
alias
devlog
=
'tail -f log/development.log'
function
remote_console
()
{
/usr/bin/env ssh
$1
"( cd
$2
&& ruby script/rails console production )"
}
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