RoR’s IRC community

Ruby on Rails Logo As I mentioned in a previous post, I just aquired a new host that has Ruby on Rails support so I’ve been playing around with it for the past couple of days. It’s definitly been an unbelievable experience, both in a good and bad way.

The good is that the possibilties are literely endless, there is so much you can do with RoR..and the list is just growing. RoR was only released in the wild just under four years ago and the online community has been expanding like crazy.

For example there are currently 318 users in #rubyonrails and only 23 in #windows95, which says a lot considering Windows has been around for more than five times the number of years…
…ok that might be a bad example, but hey, 318 users isn’t too shabby.

RoR provides an easy to use method to get the backbone framework of a web application up and going in next to no time, and you can find examples of this here. As DHH says while he’s creating a weblog, “Whoops! Look at all the things I’m NOT doing!”.

The bad for me is of course the fact that I do need to switch my way of thinking. Before dipping into RoR, I would look at http://example.net/foo/bar/ as if I was looking at the contents of the bar/ folder inside foo/…well that all changed. RoR instead says that im actually looking at the action “bar” for the controller “foo”.

Or to put it in simple terms, looking at http://example.net/pages might give me a list of all pages, and http://example.net/pages/new, would preform the “new” action on the “pages” controller. Which would…you guessed it, create a new page.

Might sound complicated but it gets easier as you work through it.

Which brings me to the reason I had the urge to write this post. I’ve been lurking on #rubyonrails and just had to comment on how helpful the other users are. Anytime I have a question, I throw it to the other 317 people in the room, and under a minute or two someone has been able to guide me. Which is outstanding considering no one is paid, infact spending time on the server probably takes them away from something more productive.

Although something one of my highschool teachers brought up comes to mind, a lot of the guys* on the channel have their ego’s to maintain, and thus they will do everything possible to help people like me who are just venturing into their world.

*Contrary to XKCD, there are indeed no girls on the internet.

Tags: ,

Leave a Reply