I am used to doing Rails development work on a Mac. However, now other developers will be working with me and they use Windows, both XP and Vista. I am trying to figure out the Windows environment so I can help them.
In OS X and Linux you have this kind of thing…
$ cd [Rails project root]
$ script/console
Tried it on Windows but all I got was “‘script’ is not recognized as an internal or external command…etc.”
What is the Windows equivalent?
Get into your rails directory, then type:
Make sure that you have the path to ruby on your path – otherwise you need to do: