Skip to content

Instantly share code, notes, and snippets.

@lest
Created December 2, 2011 20:18
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 lest/1424686 to your computer and use it in GitHub Desktop.
Save lest/1424686 to your computer and use it in GitHub Desktop.
~/code/test_rails_app % RBXOPT=-X19 ~/code/rubinius/bin/rbx script/rails s 23:12
/Users/lest/code/rubinius/lib/rubygems/custom_require.rb:29:in `require':
It seems your ruby installation is missing psych (for YAML output).
To eliminate this warning, please install libyaml and reinstall your ruby.
=> Booting WEBrick
=> Rails 3.2.0.beta application starting in development on http://0.0.0.0:3000
=> Call with -d to detach
=> Ctrl-C to shutdown server
Rails Error: Unable to access log file. Please ensure that /Users/lest/code/test_rails_app/log/development.log exists and is chmod 0666. The log level has been raised to WARN and the output directed to STDERR until the problem is fixed.
[2011-12-02 23:17:08] INFO WEBrick 1.3.1
[2011-12-02 23:17:08] INFO ruby 1.9.3 (yyyy-mm-dd) [x86_64-apple-darwin10.8.0]
[2011-12-02 23:17:08] INFO WEBrick::HTTPServer#start: pid=18333 port=3000
[2011-12-02 23:17:14] ERROR NoMethodError: undefined method `do_not_reverse_lookup=' on an instance of TCPSocket.
kernel/delta/kernel.rb:79:in `do_not_reverse_lookup= (method_missing)'
[2011-12-02 23:17:14] ERROR NoMethodError: undefined method `do_not_reverse_lookup=' on an instance of TCPSocket.
kernel/delta/kernel.rb:79:in `do_not_reverse_lookup= (method_missing)'
[2011-12-02 23:17:14] ERROR NoMethodError: undefined method `do_not_reverse_lookup=' on an instance of TCPSocket.
kernel/delta/kernel.rb:79:in `do_not_reverse_lookup= (method_missing)'
[2011-12-02 23:17:14] ERROR NoMethodError: undefined method `do_not_reverse_lookup=' on an instance of TCPSocket.
kernel/delta/kernel.rb:79:in `do_not_reverse_lookup= (method_missing)'
[2011-12-02 23:17:14] ERROR NoMethodError: undefined method `do_not_reverse_lookup=' on an instance of TCPSocket.
kernel/delta/kernel.rb:79:in `do_not_reverse_lookup= (method_missing)'
[2011-12-02 23:17:15] ERROR NoMethodError: undefined method `do_not_reverse_lookup=' on an instance of TCPSocket.
kernel/delta/kernel.rb:79:in `do_not_reverse_lookup= (method_missing)'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment