Tag Archives: subsonic

Hijacking the SubSonic relationship load process

In my quest to make SubSonic work for me, I’ve been stumbling through the source code and making improvements on my own super special branch. Of primary interest to me was the mechanism for loading objects related through a foreign key.  A Review object might have a parent Author, accessible like so:
Review review = new [...]

Branching SubSonic and svnmerge.py

SubSonic is pretty sweet.  I’ve been using it with a set of heavily modified templates lately, and it’s saved me a good chunk of time.  A couple of weeks ago, I managed to talk Mr. Conery (Rob, not Shawn) (wait, is Conery pronounced Cone-ery or Connery?) into letting me work out of a branch in [...]