Skip to content

Instantly share code, notes, and snippets.

@johnnygoodman
Created August 26, 2010 18:26
Show Gist options
  • Save johnnygoodman/551911 to your computer and use it in GitHub Desktop.
Save johnnygoodman/551911 to your computer and use it in GitHub Desktop.
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$ rvm gemset create railsbbq
info: Gemset 'railsbbq' created.
Johnny-Goodmans-MacBook-Pro:railsbbq johnnygoodman$ sudo gem install bundler --pre
Password:
Successfully installed bundler-1.0.0.rc.6
1 gem installed
Installing ri documentation for bundler-1.0.0.rc.6...
Installing RDoc documentation for bundler-1.0.0.rc.6...
Johnny-Goodmans-MacBook-Pro:railsbbq johnnygoodman$ bundle install
Using rake (0.8.7)
Using abstract (1.0.0)
Using activesupport (3.0.0.rc)
Using builder (2.1.2)
Using i18n (0.4.1)
Using activemodel (3.0.0.rc)
Using erubis (2.6.6)
Using rack (1.2.1)
Using rack-mount (0.6.9)
Using rack-test (0.5.4)
Using tzinfo (0.3.22)
Using actionpack (3.0.0.rc)
Using mime-types (1.16)
Using polyglot (0.3.1)
Using treetop (1.4.8)
Using mail (2.2.5)
Using actionmailer (3.0.0.rc)
Using arel (0.4.0)
Using activerecord (3.0.0.rc)
Using activeresource (3.0.0.rc)
Using nokogiri (1.4.3.1)
Using webrat (0.7.2.beta.1)
Using azebiki (0.0.1)
Using bcrypt-ruby (2.1.2)
Using bundler (1.0.0.rc.6)
Using warden (0.10.7)
Using devise (1.1.1)
Using diff-lcs (1.1.2)
Using factory_girl (1.3.2)
Using thor (0.14.0)
Using railties (3.0.0.rc)
Using rails (3.0.0.rc)
Using factory_girl_rails (1.0)
Using haml (3.0.15)
Using mysql (2.8.1)
Using rspec-core (2.0.0.beta.19)
Using rspec-expectations (2.0.0.beta.19)
Using rspec-mocks (2.0.0.beta.19)
Using rspec (2.0.0.beta.19)
Using rspec-rails (2.0.0.beta.19)
Using sexp_processor (3.0.4)
Using ruby_parser (2.0.4)
Using ruby2ruby (1.2.4)
Using sqlite3-ruby (1.3.1)
Your bundle is complete! Use `bundle show [gemname]` to see where a bundled gem is installed.
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$ sudo gem install azebiki
Successfully installed azebiki-0.0.1
1 gem installed
Installing ri documentation for azebiki-0.0.1...
Installing RDoc documentation for azebiki-0.0.1...
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$
@ericallam
Copy link

Whats the output of rvm info

@johnnygoodman
Copy link
Author

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