ruby-1.9.2
Simple XOR ruby 1.9.2
Apparently this used to wor开发者_StackOverflow中文版k on ruby 1.8.7 but unfortunately not on 1.9.2[详细]
2023-04-01 00:36 分类:问答cannot create temp file for here-document, installing ruby 1.9.2 with rvm
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[详细]
2023-03-31 17:58 分类:问答Rake tasks from cron - uninitialized constant YAML::ENGINE
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 ...[详细]
2023-03-27 14:50 分类:问答Nokogiri -- preserve doctype and meta tags
I\'m using nokogiri to open an existing html file that looks like this: <?xml version=\"1.0\" encoding=\"UTF-8\"?>[详细]
2023-03-25 16:40 分类:问答Ruby 1.9.2 export a CSV string without generating a file
I just can\'t get the \'To a String\' example under \'Writing\' example in the documentation to work at all.[详细]
2023-03-25 06:57 分类:问答incompatible character encodings: UTF-8 and ASCII-8BIT and thinking_sphinx
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.[详细]
2023-03-24 08:15 分类:问答Neo4j ActiveRecord support using Ruby as interpeter
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[详细]
2023-03-24 00:48 分类:问答Different Time Format in ruby 1.9.2 from ruby 1.8.7 causing issues
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[详细]
2023-03-23 23:56 分类:问答ruby 1.9.2 p180 crashing under os x lion
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[详细]
2023-03-23 01:11 分类:问答Getting Started with MiniTest and Rails
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[详细]
2023-03-22 06:28 分类:问答