Doug Alcorn
Doug Alcorn
``` Class Message < ActiveRecord::Base has_many :addresses, :class_name => "MessageAddress" named_scope :system, :joins => 'LEFT JOIN message_addresses ON message_addresses.message_id = messages.id', :conditions => 'message_addresses.id IS NULL' end Class MessageAddress <...
To be honest, I'm not sure the best workflow here. I have not used pickler regularly for a single project yet. There's some disconnect between a "feature" as a larger...
I would expect to be able to define a partial mock (i.e. `flexmock(realobject)`), use the object and then test against what messages were sent to the real object. Here's an...
I have a hard time making sure I got everything when I go shopping at a trade hub. I'd like to have either a global shopping list or a per...
Living in a w-space, it's nice to know the mass of fits and how they affect the wormholes
It might be nice to simply browse the fits via the in game browser rather than simply download the xml file. This could aide in generating shopping lists :smile:
Would be nice to click the showinfo links in eve mail and have the item info window pop up with info/market tabs
My biggest gripe with Gitx is it's really hard to know exactly which version I'm running. Seems like the About Gitx dialog should show some information that useful for me...