Displaying 1 result from an estimated 1 matches for "netuts".
Did you mean:
netutl
2011 Sep 19
27
Installing Rails Help!
...from Netttus but appear to get errors can anybody help?.
Once I installed rails I created a new rails project using the command
(Rails new sharebox -d mysql)
This worked and created the folder structure.
I then went and added the following to the gem folder for the project as
suggested by the netuts tutorial
source ''http://rubygems.org''
gem ''rails'', ''3.0.3''
gem ''ruby-mysql''
I then did the bundle install but this kept causing errors, eventually
somehow I got this to work and it said bundle installed correctly.
However w...