Posted by Scott Anderson in Development, Ruby on Rails, Useful TricksJan 18th, 2010 | 5 Comments
A few weeks back I posted about getting the ruby-debug-ide gem installed in Windows under Ruby 1.8.6. In that post I outlined how hacking a header file and using the Visual C++ 2008 compiler could be leveraged to get the gem built and installed properly. Well, after a helpful comment from a reader and watching a few screencasts over on TekPub, I actually found a way to do this with Ruby 1.9.1 from RubyInstaller.org.
As you know, I swapped my Windows development environment for Mac OSX, and so far learning Rails has been a great pleasure thanks to Agile Web Development with Rails (Third...
Posted by Scott Anderson in DevelopmentDec 18th, 2009 | 6 Comments
Lately I’ve been trying to find a good development environment for Rails on windows. I’ve tried several different environments, but so far, I haven’t found that sweet spot, yet. My latest trial environment is utilizing the new NetBeans version 6.8. I’ve used NetBeans in the past for PHP projects and I was very happy with it, so I figured if the Rails support was at least as good as the PHP support, it would be a slam dunk. After installing NetBeans I noticed that it installs it’s own version of ruby (JRuby), which is fine for most people, I’m sure, but I prefer...