The world of .NET and Web Programming

Console, Cygwin and Ruby on Rails

I was playing around with my e editor and trying to learn how to customize it. The center of its customization story is cygwin and updating it. It was about that time that I also made the move to Console based on Scott's recommendation. His HanselShell inspired me to customize my Console to have Tabs for PowerShell, VS2008 and then finally Cygwin.

You need this for a shell:

c:\cygwin\bin\bash --login -i

Once I did that, I wanted to have a Ruby/Ruby on Rails environment like I have on my Mac with TextMate. I found this wonderful post: A Mac-esque Rails Development Environment on Windows. I had problems installing Rails I unset RUBY_OPT. The next problem became installing Rails with cygwin as it kept saying "/dev/urandom was not found" even though it was there. I found this and modified the file rails_generator.rb and then it worked!

Following that, I could:

$ rails burrito

$ cd burrito

$ e .

This opened e with the new project loaded into the project explorer! How cool is that?

So, now I have an excellent console, with three tabs for PowerShell, VS2008 and cygwin, all of which can be displayed at once. Thanks Scott!

» Similar Posts

  1. Sunday, April 07, 2002
  2. A Night with Rotor and Rotor Resources
  3. Windows Workflow 101 or 2 Months with WF

» Trackbacks & Pingbacks

    No trackbacks yet.
Trackback link for this post:
http://samgentile.com/Web/trackback.ashx?id=1164

» Comments

    There are no comments. Kick things off by filling out the form below.

» Leave a Comment