Re: [Rails] IRB help

2013-06-22 Thread Oliver David
I got it working. Thanks for helping. On Friday, June 21, 2013 11:22:05 PM UTC-4, kotp wrote: > > IRB is not the command line. Use the command line to mkdir. > > > On Fri, Jun 21, 2013 at 10:56 PM, Oliver David > > wrote: > >> I used the cmd prompt Windows and type IRB to start and get that err

Re: [Rails] IRB help

2013-06-21 Thread Victor Goff
IRB is not the command line. Use the command line to mkdir. On Fri, Jun 21, 2013 at 10:56 PM, Oliver David wrote: > I used the cmd prompt Windows and type IRB to start and get that error. > > On Friday, June 21, 2013 10:49:39 AM UTC-4, Colin Law wrote: > >> On 21 June 2013 14:12, Oliver David

Re: [Rails] IRB help

2013-06-21 Thread Oliver David
I used the cmd prompt Windows and type IRB to start and get that error. On Friday, June 21, 2013 10:49:39 AM UTC-4, Colin Law wrote: > > On 21 June 2013 14:12, Oliver David > > wrote: > > I'm new to Ruby. I installed Rails on Windows 8. > > > > When I type mkdir in IRB, I'm getting this.

Re: [Rails] IRB help

2013-06-21 Thread Colin Law
On 21 June 2013 14:12, Oliver David wrote: > I'm new to Ruby. I installed Rails on Windows 8. > > When I type mkdir in IRB, I'm getting this. I tried running the IRB as > administrator too, and still get the same result > > > irb(main):001:0> mkdir lesson2 > NameError: undefined local variable o

[Rails] IRB help

2013-06-21 Thread Oliver David
Im new to Ruby and isntalled Rails on Windows 8. I tried typing this in IRB run it normal or as administrator and getting this result. might have duplicated this post, first time posting on the group did not see where my post is :) irb(main):001:0> mkdir lesson2 NameError: undefined local var

[Rails] IRB help

2013-06-21 Thread Oliver David
I'm new to Ruby. I installed Rails on Windows 8. When I type mkdir in IRB, I'm getting this. I tried running the IRB as administrator too, and still get the same result irb(main):001:0> mkdir lesson2 NameError: undefined local variable or method `lesson2' for main:Object from (irb):