Tag Archives: bundler

Another day in the life of a Windows+Ruby dev

So today I decided to try to fix issue 358 of cucumber. I’m not even to the point of reproducing the bug yet. *sigh* So I checked out the cucumber source and tried to install it, at which point rake … Continue reading

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

Bundler seems to be helping to prevent name conflicts

So I’m not totally sure because I’m (obviously) not all that familiar with bundler, but it seems that if I have done a bundle install with a Gemfile where cucumber (and thus term-ansicolor) is included, “rails generate model Term” fails … Continue reading

Posted in Ruby on Windows | Tagged , | Leave a comment

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

cucumber + win32console, continued

So since I didn’t have too much luck last night in getting win32console installed and Cucumber to recognize that I had win32console installed, I decided to try looking for the other problem I was seeing: “uninitialized constant win32″. Googling that … Continue reading

Posted in Ruby on Windows | Tagged , | 2 Comments