Skip to content

Instantly share code, notes, and snippets.

@lest
Created December 2, 2011 20:24
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/1424707 to your computer and use it in GitHub Desktop.
Save lest/1424707 to your computer and use it in GitHub Desktop.
~/code/test_rails_app % RBXOPT=-X19 ~/code/rubinius/bin/rbx script/rails console 23:23
/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.
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.
Loading development environment (Rails 3.2.0.beta)
rbx-head :001 > Foo.first
Foo Load (0.7ms) SELECT "foos".* FROM "foos" LIMIT 1
=> #<Foo id: 1, name: nil, created_at: "2011-11-23 19:45:50", updated_at: "2011-11-23 19:45:50">
rbx-head :002 >
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment