about 1 year ago - 2 comments
While there haven’t been any visible changes to my Heathrow Tower project in the past couple of weeks beyond my throwing in a few greetings in other languages to break things up a bit. Having put some of the statistical plans on hold as the snow last week prevented any data gathered from being anywhere More >
about 1 year ago - 1 comment
As I’ve mentioned here before, when working on web applications built with PHP, whether custom-rolled or drupal-driven, I often find myself missing various tools from the ruby kit. I’ve talked before about using capistrano with non-ruby code, but lately it’s been rspec and its stories that I’ve been craving.
I’m aware of PHPSpec and have played More >
about 1 year ago - 2 comments
Practical Reporting with Ruby and Rails is primarily a book about the presentation of reports. Having gone in expecting a mixture of presentation and production techniques I was a little surprised to find that the vast majority of the reader’s time is spent looking at various GUI and graphing toolkits, export to MS Office and More >
about 1 year ago - 1 comment
For many the idea of bringing design patterns to ruby is a terrifying one. Having taken refuge from over-engineered java projects (or for that matter, attempts to apply java engineering approaches to a somewhat dynamic language like PHP) the baggage that often goes along with design patterns isn’t what a recent convert is looking for. More >
about 1 year ago - Comments Off
Working with a number of non-profits I frequently find myself tasked with extending or upgrading drupal. Each new version of drupal has been a significant step forward and I’m usually keen to get up to date but there’s the small matter of the suite of modules most sites use that need to catch up with More >
about 2 years ago - Comments Off
For those who aren’t aware, ruby gems refers a way of packaging up code so it can be easily distributed for other developers to use, and a tool to help with the distributing and/or installing that code. Find out more at wikipedia.
On first glancing at this book, I wondered how you could fill a More >
about 2 years ago - 1 comment
If you’ve encountered Ruby primarily through Rails and know it chiefly as an elegant tool for writing web applications it’s easy to miss its longer history as a tool for systems administration. Before Rails made Ruby the language-du-jour sysadmins bore much of the responsibility for keeping it alive, with the result that it has a More >
about 3 years ago
After a lot of digging, I finally made my way to your post. I’m writing an “acts_as_zoom” plugin to interface with ruby-zoom queries (i.e. Z39.50 or in my case a Zebra server) and had the exact same problem that you mention here. I just want to split on words or quoted phrases and have an array of search terms.
Wish I had found your post a few hours ago!
Cheers,
Walter