From: Luis Lavena Date: 2010-11-15T07:11:00+09:00 Subject: Re: Gems in ~/.gem vs in the Library On Nov 14, 6:30 pm, Wojtek Galaj wrote: > > I have another question. It's a bit silly really. I am trying to make > a new app but typing "rails new appName" creates a folder named "new" > instead of "appName". > gem update rails rails 'new' was introduced in Rails 3.0, check your version of rails (rails --version) and will know. If the gems you installed where installed in ~/.gem, you need to add the ~/.gem bin folder to your $PATH -- Luis Lavena