Reading for Sept 24. Going through the code in the Ruby text...p 78 in the pdf version. The code calls on the method 'require_relative', which is not part of the base until 1.9(I'm running 1.86). I get an 'undefined method' error. My guess is that just using 'require' and the full path to the file will make it work.
jgn
· 1 year ago
I'll be talking about "require" later on, but there is an idiom for requiring files relative to a given script which I will teach you. OK?
hogganbeck
· 1 year ago
Good enough(I just reread that and it sounded kind-of not nice when it was intended just as conversational...sorry).
I just used './', but that's just Unix-specific, right?
jgn
· 1 year ago
Right, that's one of the things I will explain. Let's move this discussion from the Syllabus to the Cooler (see links at top of page).
katemuse
· 9 months ago
Are there still student project demos planned? I'd love to see what other people are doing.
Jay @ work at home
· 1 month ago
I'm fooling around with Ruby On Rails a little bit to. Seems to be a bit complicated though.
Miami web designer
· 1 month ago
I like to have experience in java programming especially in Javascript because I taking up software developer and I want to improve my skill.
picture cataloging software
· 4 weeks ago
thanks a lot for the guide, I really learned a lot from this blog entry of yours..
I just used './', but that's just Unix-specific, right?