Archive for January, 2008

Arc

Thursday, January 31st, 2008

The most famous piece of Lisp-related vaporware is vapor no longer: Arc has been released. After paging through the tutorial, I’m a bit underwhelmed. It looks like just a bunch of syntactic sugar implemented on top of Scheme. Clojure is more interesting and more innovative. Clojure and Arc have some things [...]

Testing Named Routes in the Rails Console

Tuesday, January 8th, 2008

I finally found out how to do this, from the Rails Routing shortcut by David Black. In the Rails console, do this:

include ActionController::UrlWriter
default_url_options[:host] = ‘whatever’

Then you can call your named route methods directly from the console.

Basking in the Solr Glow

Wednesday, January 2nd, 2008

I am happy to report that AltLaw.org’s switch to Solr has worked very well. Solr is a RESTful search engine, built on Lucene. The setup was more complicated than just using a search library, but the rewards were worth it.
Before, I was using Ferret, which I still like. It’s a [...]