Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can't make rush work #20

Open
abbood opened this issue Mar 29, 2014 · 2 comments
Open

can't make rush work #20

abbood opened this issue Mar 29, 2014 · 2 comments

Comments

@abbood
Copy link

abbood commented Mar 29, 2014

originally i got the problem trying to run delayed jobs on fedena on a windows box.. but then even the most basic commands don't work:

$ which rush
/c/Ruby187/bin/rush

$ rush
rush> echo "hello" 

Exception NoMethodError => undefine method 'echo' for localhost:Rush::Box
c:/Ruby187/lib/ruby/gems.18.gems/rush-0.6.7/lib/rush/shell.rb:37 in 'eval'

any ideas?

@Sija
Copy link

Sija commented Mar 29, 2014

Yes. Rush is not made with Windows in mind and so most of the functionality might be missing or incomplete.
Secondly there’s no “echo” command.

On 29 Mar 2014, at 14:40, Abdullah Bakhach notifications@github.com wrote:

originally i got the problem trying to run delayed jobs on fedena on a windows box.. but then even the most basic commands don't work:

$ which rush
/c/Ruby187/bin/rush

$ rush
rush> echo "hello"

Exception NoMethodError => undefine method 'echo' for localhost:Rush::Box
c:/Ruby187/lib/ruby/gems.18.gems/rush-0.6.7/lib/rush/shell.rb:37 in 'eval'

any ideas?


Reply to this email directly or view it on GitHub.

@s-mage
Copy link

s-mage commented Apr 5, 2014

@abbood you're trying to run windows shell commands. Try "puts 'hello'", for example.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants