I\'m using RVM to manage my Ruby environment on OSX, and currently it\'s interpreting \'1.9.2\' as ruby-1.9.2-rc2 instead of the final release. How c开发者_如何学运维an I update this to make it behave
I get an error when i run: vagrant@vagrantup:~$ sudo gem list ERROR:Loading command: list (LoadError) no such file to load -- zlib
on the last days I had a really annoying problem, that is just now solved, but I\'ll hope that some of you experienced it and figured开发者_运维技巧 out a solution for that.
I am开发者_JAVA百科 on Ubuntu. Any ideas? Do I have to set any compilation option?It seems you\'re missing some devel packages on your system.See my article here, specifically this step.I\'m not sure,
I just started the upgrade process from Ruby 1.8.7 to Ruby 1.9.2 (using RVM). I have all my applications running using \'script/server\' (or \'rails server\') with 1.9.2, however, only Rails 开发者_高
I am using rvm rvm list rvm rubies jruby-1.5.0 [ i386-java ] jruby-1.5.1 [ i386-java ] ruby-1.8.7-p299 [ i386 ]
I\'m a linux noob running Ubuntu 10.04 and trying to install rails. I first installed ruby and then RVM and then downloaded and installed rubygems and then installed rails.
So I think I have a bunch of rubies scattered around here. I want to install rails 3 and watch the railscast online and the person uses rvm to manage ruby versions. I went to install rvm and followed
when running a Rails server, I get the following error: no such file to load -- openssl I try a solution I find online. I go to ~/.rvm/src/ruby-1.9.2-head/ext/openssl. I type : ruby extconf.rb, but I
New to RVM and playing with Rails 3 & Ruby 1.9.2 betas... I\'ve got two copies of rspec in a gemset. Was using beta.19 but need to downgrade to beta.18. changed my gemfile and then bundle install