Skip to content

Instantly share code, notes, and snippets.

@pH14
Created December 11, 2014 19:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pH14/28d2bb4629fd9f35fdfb to your computer and use it in GitHub Desktop.
Save pH14/28d2bb4629fd9f35fdfb to your computer and use it in GitHub Desktop.
rbx -S rails s
A syntax error has occurred:
expecting keyword_do or '{' or '(': /Users/pwh/.rbenv/shims/rails:3:6
Code:
[ -n "$RBENV_DEBUG" ] && set -x
^
Backtrace:
CodeTools::Melbourne#syntax_error at /Users/pwh/.rbenv/versions/rbx-raw-build/runtime/gems/rubinius-melbourne-2.3.0.0/lib/rubinius/melbourne.rbc:48
CodeTools::Melbourne#parse_file at /Users/pwh/.rbenv/versions/rbx-raw-build/runtime/gems/rubinius-melbourne-2.3.0.0/lib/rubinius/melbourne.rbc:61
CodeTools::Compiler::FileParser#parse at /Users/pwh/.rbenv/versions/rbx-raw-build/runtime/gems/rubinius-compiler-2.3.0/lib/rubinius/compiler
/stages.rbc:225
CodeTools::Compiler::Parser(CodeTools::Compiler::FileParser)#run at /Users/pwh/.rbenv/versions/rbx-raw-build/runtime/gems/rubinius-compiler-2.3.0/lib/rubinius/compiler
/stages.rbc:207
CodeTools::Compiler#run at /Users/pwh/.rbenv/versions/rbx-raw-build/runtime/gems/rubinius-compiler-2.3.0/lib/rubinius/compiler
/compiler.rbc:361
CodeTools::Compiler.compile at /Users/pwh/.rbenv/versions/rbx-raw-build/runtime/gems/rubinius-compiler-2.3.0/lib/rubinius/compiler
/compiler.rbc:91
Rubinius::CodeLoader#compile_file at kernel/delta/code_loader.rb:217
Rubinius::CodeLoader#load_file at kernel/delta/code_loader.rb:190
Rubinius::CodeLoader#load_script at kernel/delta/code_loader.rb:62
Rubinius::CodeLoader.load_script at kernel/delta/code_loader.rb:152
Rubinius::Loader#script at kernel/loader.rb:645
Rubinius::Loader#main at kernel/loader.rb:799
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment