Displaying 2 results from an estimated 2 matches for "betacod".
Did you mean:
betacode
2007 Apr 06
3
How to find rows where no row in associated table exists?
Basically, how do I do this "The Rails Way(tm)"
SELECT * FROM beta_users u LEFT JOIN beta_codes c ON u.id =
c.beta_user_id AND c.code IS NULL
At the moment I''m using find_by_sql, and that works Ok, but what would
be the Rails way?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on
2006 Mar 20
1
compilation and installation of dspam-plugin
...ave seen so far and would love to integrate dspam with this plugin
into my current setup (postfix + maildrop + dovecot). i have installed
dovecot via package from the debian stable section [1] therefore i am
currently using version 0.99.14 in my setup. despite this difference in
version i gave your betacode [2] a try together with the source of the
corresponding dovecot-version [3], hoping it wouldn't crash and burn
when used with my earlier version of dovecot. but i didn't get to the
point where i could actually testdrive it. i tried compiling the plugin
with the instructions contained in th...