rod mclaughlinRuby Version Manager (RVM) Rocks (10 nov 10)
RVM http://rvm.beginrescueend.com/ It rocks Suppose you run 'irb' (interactive Ruby console) under ruby 1.8.7 with gems for Rails 3.0.3 IRB whines about something called 'readline' which is missing, and 'rails console' doesn't even run See http://rvm.beginrescueend.com/packages/readline/ It says to do this 're-compile your ruby with readline support after obtaining the readline libraries' rvm package install readline No luck - but I found this at http://cjohansen.no/en/ruby/ruby_version_manager_ubuntu_and_openssl
That did it - 'irb' and 'rails console' worked
Back
|