Category Archives: Ruby on Windows

The system cannot find the path specified

So recently I started getting many incidents of the error “The system cannot find the path specified” when running just about anything from the windows command line and sometimes from the Git Bash shell. It was really weird because everything … Continue reading

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

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

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

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