I’ve installed Aptana Studio 3 today, and been trying to create a new Rails Project.
But nothing is being created…
I can see in the commandline it is running “rails .” instead of “rails new .” .
Any suggestion?
I’m Using:
- Windows 7
- rails 3.0.9
- ruby 1.9.2p180
Thanks,
Keren
Thanks all for your help.
Eventually problem was that I installed ruby 1.9.2 without removing the old ruby I had on my computer (and the same was for rails).
So running ruby -v and rails -v showed the right version, but Aptana was somehow connected to the old version.
I had to uninstall both ruby and Aptana from my computer, then install the new ruby, new rails and then Aptana.