Created
December 2, 2011 20:24
-
-
Save lest/1424707 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~/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