Re: [Rails] Re: rails generate scaffold - ERROR

2013-10-25 Thread Natmanu
Thanks for the help and direction on posting Colin. I've managed to get it working now.. well i did not get an error when running db:migrate Think I need break. Will continue later and sure you'll see me around here agian. Cheers Colin and all who replied. Nat On Friday, 25 October 2013 11:

Re: [Rails] Re: rails generate scaffold - ERROR

2013-10-25 Thread Colin Law
On 25 October 2013 11:49, Natmanu wrote: > Thanks for the reply Colin, No, problem. Could you not top post please, it makes it difficult to follow the thread. Insert your reply at appropriate points in previous message. Thanks. > > I'm sure my stubborn nature is going to get me through this l

Re: [Rails] Re: rails generate scaffold - ERROR

2013-10-25 Thread Natmanu
Thanks for the reply Colin, I'm sure my stubborn nature is going to get me through this learning curve. when i run: rvm list the result is: ruby-2.0.0-p247 [x86_64] # => - current # =* - current && default # * - default So should i run rvm --default use 1.9.3 or rvm --default use 2.0.0

Re: [Rails] Re: rails generate scaffold - ERROR

2013-10-25 Thread Colin Law
On 25 October 2013 10:18, Natmanu wrote: > Hi, > > I seem to be hitting some configuration errors every step of the tutorial. > IS there a way to check my config to see I have all that I need set up? > > Now when I try: bundle exec rake db:migrate > > is get Error: RVM Ruby not used, run 'rvm u

[Rails] Re: rails generate scaffold - ERROR

2013-10-25 Thread Natmanu
Hi, I seem to be hitting some configuration errors every step of the tutorial. IS there a way to check my config to see I have all that I need set up? Now when I try: bundle exec rake db:migrate is get Error: RVM Ruby not used, run 'rvm use 1.9.1' first I'm not sure i understand the error.