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

2006-08-02 Thread court3nay
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_all, works fine on a whole subtree, and works by opening a gap for the destination, moving,

[Rails-core] Documentation Project

2006-08-04 Thread court3nay
ur name or fire me an email and we’ll publically celebrate everyone’s contribution. Thanks in advance! (Credit cards accepted..) __ If anyone has some incentives, or prizes, or anything to contribute, (*cough* free accounts) please let me know! court3nay http://cabo

Re: [Rails-core] Documentation Project

2006-08-04 Thread court3nay
that it becomes very conversational and muddy. court3nay ___ http://blog.caboo.se @(o O)@ ___ Rails-core mailing list Rails-core@lists.rubyonrails.org http://lists.rubyonrails.org/mailman/listinfo/rails-core

Re: [Rails-core] Documentation Project

2006-08-05 Thread court3nay
On Aug 4, 2006, at 5:39 PM, Charles O Nutter wrote:On 8/4/06, court3nay <[EMAIL PROTECTED]> wrote: On Aug 4, 2006, at 5:11 PM, Charles O Nutter wrote:> Perhaps taking a wiki approach would be a better way to target this> fundage? I'm thinking about doing this with RubySpec...g

Re: [Rails-core] Documentation Project

2006-08-06 Thread court3nay
On Aug 5, 2006, at 2:28 PM, A. S. Bradbury wrote: On Friday 04 August 2006 23:42, court3nay wrote: Hey all, #caboose has started a fund to hire someone, or offer a bounty, to work in a dedicated fashion on documentation.. We've already raised over $800 in the first hour. (make that

Re: [Rails-core] documentation

2006-08-08 Thread court3nay
On Aug 8, 2006, at 10:41 AM, Andrew Kaspick wrote: The submission process for patches doesn't mention updating associated documentation (as far as I can see). This should also be a requirement along with test cases so that documentation stays up to date. +1 cour

Re: [Rails-core] documentation

2006-08-12 Thread court3nay
On Aug 8, 2006, at 4:43 PM, Jeremy Kemper wrote: On Aug 8, 2006, at 3:47 PM, Michael Koziarski wrote: For example I just submitted a documentation patch (http://dev.rubyonrails.org/ticket/5762) for the :from option for the ActiveRecord find method. I'd think that adding support for this opt

[Rails-core] test::unit namespace pollution

2006-08-15 Thread court3nay
Background: I've got an app that doesn't use the DB (long story..) and running tests is certainly a chore when you don't have any DB connection. Also, due to the way rails extends TestCase, running tests in your suite that aren't tied to AR can have issues. Part of the solution involved re