Skip to content

Instantly share code, notes, and snippets.

@ericallam
Created August 26, 2010 18:11
Show Gist options
  • Save ericallam/551884 to your computer and use it in GitHub Desktop.
Save ericallam/551884 to your computer and use it in GitHub Desktop.
rvm rubies
ree-1.8.7-2010.02 [ x86_64 ]
ruby-1.8.7-p299 [ x86_64 ]
ruby-1.8.7-p302 [ x86_64 ]
ruby-1.9.2-head [ x86_64 ]
=> ruby-1.9.2-p0 [ x86_64 ]
ruby-1.9.2-rc2 [ x86_64 ]
@johnnygoodman
Copy link

Johnny-Goodmans-MacBook-Pro:railsbbq johnnygoodman$ rvm list

rvm rubies

ruby-1.8.7-p174 [ x86_64 ]
ruby-1.8.7-p302 [ x86_64 ]
ruby-1.9.2-head [ x86_64 ]
ruby-1.9.2-p0 [ x86_64 ]
ruby-1.9.2-rc2 [ ]

Johnny-Goodmans-MacBook-Pro:railsbbq johnnygoodman$ rvm use 1.9.2-p0

info: Using ruby 1.9.2 p0
Johnny-Goodmans-MacBook-Pro:railsbbq johnnygoodman$ rake db:create:all db:migrate db:test:prepare db:seed

(in /Users/johnnygoodman/Dropbox/www/railsbbq)
rake aborted!
uninitialized constant Azebiki::Checker::BasicObject
/Users/johnnygoodman/Dropbox/www/railsbbq/Rakefile:4
(See full trace by running task with --trace)
Johnny-Goodmans-MacBook-Pro:railsbbq johnnygoodman$
Johnny-Goodmans-MacBook-Pro:railsbbq johnnygoodman$

@johnnygoodman
Copy link

Yuk, here's a cleaner one: http://gist.github.com/551901

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment