Tag Archives: json

The json gem strikes again: heroku on Windows

This json gem without windows binaries for Ruby 1.9.2 is the bane of my existence. I just started using heroku today with the heroku gem, and on every command I got the dreaded “msvcrt-ruby18.dll was not found” popup. As usual, … Continue reading

Posted in Ruby on Windows | Tagged , , | 7 Comments

Learning Bundler

So after I figured out how to fix the cross-thread violations due to the json gem, and the other problems I ran into, I reproduced the bug I was actually attempting to fix. Then I checked out cucumber, changed my … Continue reading

Posted in Ruby on Windows | Tagged , | 1 Comment

[BUG] cross-thread violation on rb_gc()

The Problem: When I ran: > rails generate rspec:install > rails generate cucumber:install I got: [BUG] cross-thread violation on rb_gc() (null) This application has requested the Runtime to terminate it in an unusual way. Please contact the application’s support team … Continue reading

Posted in Ruby on Windows | Tagged | 10 Comments