On the Rails
February 18th, 2007
Ruby on Rails, my new favourite plaything in the last days of ‘freedom’ before the throngs of academic life, which is grating at my very soul, consumes me again. Actually, I love learning, and I love school, I just hate my ICT Project, which I should be doing as I type this.
But anyway, the point, as I veer myself back on topic, is that yesterday, I finally took the plunge into Ruby on Rails.
The thing that always confused me about RoR is … well, the whole thing. I read a few blogs
Finally, I found this just in time, which actually let me try something out, and I am forever in debt to the creator for taking the time to do that. Now I can actually understand whats going on, my frustration has subsided. And although I’ve only done a few low level things, I can see what all the fuss is about now. And in the summer, after my exams and holidays, I’m going to teach myself two (well two and a bit) languages that I’ve been meaning to get my hands on: PHP (since this is the most widely used one in the web design companies I’ve come across), AJAX (because it’s great) and now, Ruby on Rails, because, it looks like it’s the future.
Now … the next thing I want to know about all the funky syntax in Ruby is … what’s a ‘gem’? *goes off to burrow through the internets!*
2 Responses to On the Rails
Chris Scharf
February 19th, 2007 at 2:14 pm
In addition to the tryruby site, there’s also the
irbcommand line script. IRB is interactive Ruby, and tryruby is essentially IRB in the browser.A gem is essentially a library of Ruby code. The benefit of gems is that they are centrally installed. For example, Rails is installed via gems:
gem install rails.By the way, thanks for the plug
Luke
February 19th, 2007 at 7:36 pm
Well that answers that question then. Thanks. When I finally install ruby, I’ll be sure to try out that IRB thing.
Oh, and no problemo mate, happy to plug.