Entries with tag "ruby"

I want to have Ruby's babies

Posted on December 21, 2005 at 9:21 AM in 'Miscellaneous' with tags 'programming, ruby, ruby_on_rails, photo_gallery, blog'

Version 1.0 of the Ruby-based web development framework, Ruby On Rails, was released last week, which prompted me to revisit it. I'm very happy — they seem to have eliminated most of the complaints I had with it (mostly things like instability and inefficiency), and it now appears to be a perfectly usable development platform. Last time I tried it, back around version 0.12.1, it had some issues like deadlocking with 100% CPU usage when it encountered a syntax error in your code, and doing redundant things like saving all your objects in the database with every page load even if they weren't changed. Both of those are fixed now, along with pretty much all the other more minor gripes I had with it, so I think I'm ready to embrace it on BinRock.

[Entry Continues...]

Changes roll along the horizon

Posted on August 11, 2005 at 5:46 AM in 'Miscellaneous' with tags 'binrock, ruby, rails, development, programming, blog, photo_gallery'

For the last month or two I've been toying with Ruby On Rails, a web application framework based on the Ruby programming language. It seems like a very cool way to build web applications; coding is much easier and actually fun, and maintenance should be simpler. It's cool enough that I'm actually considering rewriting the blog and photo gallery in Rails.

Originally I figured I'd just reimplement the existing setup so that, aside from some possible URL changes, most visitors wouldn't even notice the difference. But as long as I'm rewriting things from scratch, I'm considering rethinking the photo gallery's layout.

[Entry Continues...]