On Sat, Apr 12, 2008 at 9:55 PM, Todd B. [email protected]
wrote:
add up the flight cost and motel stay, it probably was more like
$1200/hr. The guy worked about 4 hours per day for a total of 3 or 4
days.
Oh, I should mention, ara, that the company I worked for charged
almost as much for support. It’s actually in your neck of the woods

Todd
On Sat, Apr 12, 2008 at 10:16 PM, Todd B. [email protected]
wrote:
Oh, I should mention, ara, that the company I worked for charged
almost as much for support. It’s actually in your neck of the woods

Is there some fascinating reason why the recent mails I’ve been
writing are homo-erotic? Hmm… the estrogen dose might be a little
high.
I was simply trying to say that…
The company I worked for was based in Boulder, CO, and that they had
some serious financial issues that was unfortunately laid on my
shoulders. The only way to solve it, IMHO, was to redesign the
schema, which, of course, was not an option. How does this apply to
Ruby? Well, I think if I knew Ruby then, I might have been able to
alter the schema of the db correctly.
BTW, if you need serious backup capability, check out
http://www.spectralogic.com. And no, that’s not a shameless plug. I
assure you they will have nothing particularly good to say about me.
Todd
On Sat, Apr 12, 2008 at 10:16 PM, Todd B. [email protected]
wrote:
It’s actually in your neck of the woods
I meant "It’s actually located in your neck of the woods.
Todd
Thank you everyone, I have found out the solution which is
“validates_uniqueness_of”. The statement as below,
validates_uniqueness_of :A, :scope => :B
Frank
On Apr 13, 2008, at 10:16 AM, Frank T. wrote:
validates_uniqueness_of :A, :scope => :B
cannot work - the concept itself is fatally flawed and can never be
made to work using the current process
http://drawohara.com/post/18926188
you MUST put this constraint in the db unless you really don’t care
about it.
from rails-core on the subject
http://www.mail-archive.com/[email protected]/msg04584.html
regards.
a @ http://codeforpeople.com/