Apparently this used to wor开发者_StackOverflow中文版k on ruby 1.8.7 but unfortunately not on 1.9.2
rvm install 1.9.2 gives: [2011-08-31 00:54:45]./configure --prefix=/home/pklingem/.rvm/rubies/ruby-1.9.2-p290 --enable-shared --disable-install-doc --with-libyaml-dir=/home/pklingem/.rvm/usr
I am getting uninitialized constant YAML::ENGINE when running a rake task from cron since I upgraded my server to ruby 1.9.2.I had the same error with the app but putting ...
I\'m using nokogiri to open an existing html file that looks like this: <?xml version=\"1.0\" encoding=\"UTF-8\"?>
I just can\'t get the \'To a String\' example under \'Writing\' example in the documentation to work at all.
I have a very common trouble in ruby 1.9.2 and rails 3.0.9 – incompatible character encodings: UTF-8 and ASCII-8BIT exception.
I have a social network built on a relational database using Rails 3.0.7 and Ruby 1.9.2 as interpreter.I have to migrate right now to Neo4j, but I read on the documentation that it requires Jruby as i
I am upgrading the ruby version from ruby 1.8.7 to ruby 1.9.2 in my exiting Ruby on rails application which has extensive use of Time related calculations. But after switching to ruby 1.9.2 -p290 its
I use RVM to manage my rubies, I just upgraded to Lion and everything seemed to be working fine except I noticed ruby 1.9.2 p180 keeps crashing.I tried under both webbrick and thin and it made no diff
I want to switch an existing rails application from rspec to minitest starting wi开发者_StackOverflow中文版th the models. Therefore I created a folder test. Inside there I created a file named minites