On 11/18/05, Jens Riedel <JensRie / gmx.de> wrote: > Hello, > > I'm just trying to install the rails framework on my Windows XP system > and have some problems at the start: > > According to the tutorial I open my command prompt and enter the following: > > gem install rails --remote You need to tell gems explicitly to include the dependencies: gem install rails --remote --include-dependencies Regards, Sean