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

rails runner #8

Open
yuvilio opened this issue Jul 17, 2012 · 0 comments
Open

rails runner #8

yuvilio opened this issue Jul 17, 2012 · 0 comments

Comments

@yuvilio
Copy link

yuvilio commented Jul 17, 2012

rails-sh(yuvil.io)> rails runner "puts 1"
$ rails runner "puts 1"
/home/yuvilio/.rvm/gems/ruby-1.9.3-p194@yuviliosite/gems/railties-3.2.6/lib/rails/commands/runner.rb:53:in `eval': (eval):1: unterminated stri\
ng meets end of file (SyntaxError)
        from /home/yuvilio/.rvm/gems/ruby-1.9.3-p194@yuviliosite/gems/railties-3.2.6/lib/rails/commands/runner.rb:53:in `<top (required)>'
        from /home/yuvilio/.rvm/gems/ruby-1.9.3-p194@yuviliosite/gems/activesupport-3.2.6/lib/active_support/dependencies.rb:251:in `require'
        from /home/yuvilio/.rvm/gems/ruby-1.9.3-p194@yuviliosite/gems/activesupport-3.2.6/lib/active_support/dependencies.rb:251:in `block in \
require'
        from /home/yuvilio/.rvm/gems/ruby-1.9.3-p194@yuviliosite/gems/activesupport-3.2.6/lib/active_support/dependencies.rb:236:in `load_depe\
ndency'
        from /home/yuvilio/.rvm/gems/ruby-1.9.3-p194@yuviliosite/gems/activesupport-3.2.6/lib/active_support/dependencies.rb:251:in `require'
        from /home/yuvilio/.rvm/gems/ruby-1.9.3-p194@yuviliosite/gems/railties-3.2.6/lib/rails/commands.rb:64:in `<top (required)>'
        from /home/yuvilio/.rvm/gems/ruby-1.9.3-p194@yuviliosite/gems/activesupport-3.2.6/lib/active_support/dependencies.rb:251:in `require'
        from /home/yuvilio/.rvm/gems/ruby-1.9.3-p194@yuviliosite/gems/activesupport-3.2.6/lib/active_support/dependencies.rb:251:in `block in \
require'
        from /home/yuvilio/.rvm/gems/ruby-1.9.3-p194@yuviliosite/gems/activesupport-3.2.6/lib/active_support/dependencies.rb:236:in `load_depe\
ndency'
        from /home/yuvilio/.rvm/gems/ruby-1.9.3-p194@yuviliosite/gems/activesupport-3.2.6/lib/active_support/dependencies.rb:251:in `require'
        from /home/yuvilio/.rvm/gems/ruby-1.9.3-p194@yuviliosite/gems/rails-sh-1.5.2/lib/rails/sh/rails.rb:21:in `_invoke'
        from /home/yuvilio/.rvm/gems/ruby-1.9.3-p194@yuviliosite/gems/rails-sh-1.5.2/lib/rails/sh/forkable.rb:23:in `block in invoke'
        from /home/yuvilio/.rvm/gems/ruby-1.9.3-p194@yuviliosite/gems/rails-sh-1.5.2/lib/rails/sh/forkable.rb:10:in `fork'
        from /home/yuvilio/.rvm/gems/ruby-1.9.3-p194@yuviliosite/gems/rails-sh-1.5.2/lib/rails/sh/forkable.rb:10:in `invoke'
  from /home/yuvilio/.rvm/gems/ruby-1.9.3-p194@yuviliosite/gems/rails-sh-1.5.2/lib/rails/sh/commands.rb:21:in `block in <top (required)>\
'
        from /home/yuvilio/.rvm/gems/ruby-1.9.3-p194@yuviliosite/gems/rails-sh-1.5.2/lib/rails/sh.rb:51:in `call'
        from /home/yuvilio/.rvm/gems/ruby-1.9.3-p194@yuviliosite/gems/rails-sh-1.5.2/lib/rails/sh.rb:51:in `execute'
        from /home/yuvilio/.rvm/gems/ruby-1.9.3-p194@yuviliosite/gems/rails-sh-1.5.2/lib/rails/sh.rb:28:in `start'
        from /home/yuvilio/.rvm/gems/ruby-1.9.3-p194@yuviliosite/gems/rails-sh-1.5.2/bin/rails-sh:28:in `<top (required)>'
        from ./bin/rails-sh:16:in `load'
        from ./bin/rails-sh:16:in `<main>'
0.20694679sec
rails-sh(yuvil.io)> 

Using rails-sh 1.5.2

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

1 participant