Skip to content

Instantly share code, notes, and snippets.

@THUFIR
Created March 23, 2012 17:36
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 THUFIR/2173078 to your computer and use it in GitHub Desktop.
Save THUFIR/2173078 to your computer and use it in GitHub Desktop.
mysql gem
thufir@dur:~/ruby/dwemthys$
thufir@dur:~/ruby/dwemthys$ gem install activerecord-mysql-adapter --no-rdoc --no-ri
ERROR: Could not find a valid gem 'activerecord-mysql-adapter' (>= 0) in any repository
^CERROR: Interrupted
thufir@dur:~/ruby/dwemthys$
thufir@dur:~/ruby/dwemthys$
thufir@dur:~/ruby/dwemthys$
thufir@dur:~/ruby/dwemthys$ gem list --remote activerecord-mysql-adapter
*** REMOTE GEMS ***
activerecord-mysql-adapter-flags (0.0.3)
thufir@dur:~/ruby/dwemthys$
thufir@dur:~/ruby/dwemthys$ gem --version
1.8.19
thufir@dur:~/ruby/dwemthys$
thufir@dur:~/ruby/dwemthys$ ruby --version
ruby 1.9.3p125 (2012-02-16 revision 34643) [i686-linux]
thufir@dur:~/ruby/dwemthys$
thufir@dur:~/ruby/dwemthys$ which ruby
/home/thufir/.rvm/rubies/ruby-1.9.3-p125/bin/ruby
thufir@dur:~/ruby/dwemthys$
thufir@dur:~/ruby/dwemthys$ rvm --version
rvm 1.10.3 by Wayne E. Seguin <wayneeseguin@gmail.com>, Michal Papis <mpapis@gmail.com> [https://rvm.beginrescueend.com/]
thufir@dur:~/ruby/dwemthys$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment