Topic: Unable to create a new rails project
Hi,
I installed rails on a Mac Lion with railsinstaller 10.7, ruby 1.9.3p194.
I have created an octopress blog with Jekyll on this installation without any problem.
But now if do the following, for instance:
mkdir urlu
cd urlu
rails newI get this message:
Can't initialize a new Rails application within the directory of another, please change to a non-Rails directory first.Any idea ?