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

2013-10-25 Thread Natmanu
er 2013 11:00:48 UTC, Colin Law wrote: > > 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 m

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

2013-10-25 Thread Natmanu
efault use 2.0.0 Nat On Friday, 25 October 2013 09:34:15 UTC, Colin Law wrote: > > 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

[Rails] Re: rails generate scaffold - ERROR

2013-10-25 Thread Natmanu
stand the error. is should run: rvm use 1.9.1 ...I'm persevering... :-) nat On Wednesday, 23 October 2013 14:37:32 UTC, Natmanu wrote: > > Hi, > > I just installed ROR using the rvm using these instructions: > http://ryanbigg.com/2010/12/ubuntu-ruby-rvm-rails-and-you/ > &

Re: [Rails] rails generate scaffold - ERROR

2013-10-25 Thread Natmanu
I'm new to ubuntu, only installed it to learn ruby. Is there a comand to install On Wednesday, 23 October 2013 16:10:45 UTC, Nate West wrote: > > Hey Natmanu, > > In order for Rails assets pipeline to handle JS it needs a JS runtime > installed on your machine. Since you s

[Rails] rails generate scaffold - ERROR

2013-10-23 Thread Natmanu
Hi, I just installed ROR using the rvm using these instructions: http://ryanbigg.com/2010/12/ubuntu-ruby-rvm-rails-and-you/ Using Ubuntu 12 on VirtualBox I'm trying to create a demo_app rails generate scaffold User name:string email:string gives me this error: -- /home/natmanu/.rvm/gems

Re: [Rails] git push not working

2013-10-21 Thread Natmanu
:06:51 UTC, Natmanu wrote: > > Thanks for the replies. > > The problem is that I have already pushed once and it worked well. > > https://github.com/natmanu/first_app > > after this I installed heroku. I think heroku (ON WINDOWS ) also > installed a git so maybe there&#x

Re: [Rails] git push not working

2013-10-21 Thread Natmanu
Thanks for the replies. The problem is that I have already pushed once and it worked well. https://github.com/natmanu/first_app after this I installed heroku. I think heroku (ON WINDOWS ) also installed a git so maybe there's a conflict. but I dotn know where to start looking for con

[Rails] git push not working

2013-10-21 Thread Natmanu
remote site but what ever I fials. I've updated, removed the s of the https etc but still can not push. using command when I use command: $ git remote add origin https://github.com/natmanu/demo_app.git$ git push -u origin master it then requests my email and password then returns an error.

Re: [Rails] Newbie - Installation Problems

2013-10-18 Thread Natmanu
Thanks for the advice guys. Problem is that im sittign on a very good laptop. Do I really need to buy a mac or unix to develop in ROR??? Is it that much different on Windows??? Nat On Friday, 18 October 2013 08:29:59 UTC, Colin Law wrote: > > On 17 October 2013 13:46, Natmanu &

[Rails] Newbie - Installation Problems

2013-10-17 Thread Natmanu
Hi, If im in the wrong place please redirect me: I have decided that i'm goignt o jump inand learn rails the hard way. I know I have to go through the initial learnign curve. One of them is to know where to go when you get stuck.. so here goes... I'm installing on Windows 7. using guide: htt