[Rails-core] [PATCH] Long Migration Class Names Raises Error

2006-07-31 Thread Blake Watters
erly. It should be very low risk to apply, unless I'm missing something. Cheers, Blake Watters Near-Time, Inc. http://www.near-time.com/ long_migration_names_fix.diff Description: Binary data PGP.sig Description: This is a digitally signed message part _

Re: [Rails-core] should filters run more than once?

2006-07-31 Thread Blake Watters
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 This seems like the reasonable and expected behavior. Many of my filters are reused as part of higher level DSL methods and my app would become unusable if Rails decided to begin ignoring my explicit instructions and refusing to run filters as I

Re: [Rails-core] [PATCH] Giving acts_as_nested_set some love and moving nodes around in a tree

2006-08-02 Thread Blake Watters
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Aug 2, 2006, at 6:37 AM, court3nay wrote: On Aug 2, 2006, at 3:28 AM, Lars Pind wrote: I've added a new feature to acts_as_nested_set, namely the ability to move a node within a tree. It is accomplished with calls ActiveRecord::Base.update_a

[Rails-core] Adding :having to Active Record

2006-08-04 Thread Blake Watters
database specific element to what I am trying to accomplish? Anyway, pointers are appreciated. I have this already working in my limited world, hopefully it can grow up and be useful to the larger community... Cheers, Blake - -- Blake Watters Near-Time, Inc. http://www.near-time.com/ -B

Re: [Rails-core] Adding :having to Active Record

2006-08-05 Thread Blake Watters
elatively low hanging add, but its pointless for me to toil away extracting in into a patch if nobody cares or wants the extra key. On Aug 5, 2006, at 12:08 PM, Josh Susser wrote: On Aug 4, 2006, at 11:19 PM, Blake Watters wrote: I have recently needed support for having clauses for some

Re: [Rails-core] Adding :having to Active Record

2006-08-05 Thread Blake Watters
3, 4, 5) LEFT JOIN categories on categories.id WHERE blog_id = 1 GROUP BY articles.id HAVING count (categories.id) = 5 end end On Aug 5, 2006, at 1:28 PM, Blake Watters wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Interesting. The queries I'm generating get pretty na

Re: [Rails-core] Adding :having to Active Record

2006-08-05 Thread Blake Watters
#x27;t illustrating a viable point or contributing to the discussion. On Aug 5, 2006, at 1:54 PM, Andrew Kaspick wrote: From the OP's message "This has reached stability and now works with eager loading and scopings," On 8/5/06, Blake Watters <[EMAIL PROTECTED]> wrot

Re: [Rails-core] Documentation Project

2006-08-05 Thread Blake Watters
$13,000 in what, 24 hours? Holy balls, that's some serious response! Somebody should get another post up on Riding Rails with that sweet number.On Aug 5, 2006, at 2:28 PM, court3nay wrote:On Aug 4, 2006, at 5:39 PM, Charles O Nutter wrote:On 8/4/06, court3nay <[EMAIL PROTECTED]> wrote: On Aug 4, 20

Re: [Rails-core] Adding :having to Active Record

2006-08-05 Thread Blake Watters
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Aug 5, 2006, at 4:26 PM, Jeremy Kemper wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Aug 4, 2006, at 11:19 PM, Blake Watters wrote: I have recently needed support for having clauses for some advanced find queries in my application