Author Archives: Carol

attach_file with cucumber+capybara+selenium on Windows

Yesterday I was working with some scenarios having to do with file upload, and I thought they were failing because of something I was doing in the code, but they were not failing for my colleague on a mac (you … Continue reading

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

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

NFL Playoffs Infographic Usability Fail

I’m going to make my first post on this here blog about user experience and more specifically the usability of the graphics discussing the NFL playoffs. User experience and watching American football are other passions of mine in addition to … Continue reading

Posted in User Experience | Tagged , , , | 1 Comment

Entitled vs. Elitist

There’s a thread on reddit that asks “What is the biggest current problem in the Ruby community?” that I found to be very interesting. Among comments about performance, documentation, scientific and math libraries and an IDE was a bit of … Continue reading

Posted in Ruby on Windows | Tagged | Leave a comment

Top 5 reasons I develop in Ruby on Windows

Here’s the post that Andrew has been waiting for: why I continue to try to develop Ruby in Windows rather than give up and switch to a Mac. Here, in order from least compelling at #5: I’m more comfortable with … Continue reading

Posted in Ruby on Windows | Tagged | 3 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

Let’s try this again, shall we? win32console problems

So after last night’s attempt to get a working windows+ruby+rails+cucumber environment and the blogging thereof, I was ready to make some real progress tonight. No dice. I got through a handful more commands in the RSpec book before I hit … Continue reading

Posted in Ruby on Windows | Tagged | 4 Comments

[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