Commit 6aa8ee2f authored by Hakan Ensari's avatar Hakan Ensari
Browse files

Removed remote_console. It doesn't handle rvm, capistrano, and so on.

parent 960eb523
......@@ -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 )"
}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment