Re: [Rails-core] Ticket 5176: Email Address Change

2006-05-24 Thread Derrick Spell
This was hardly worth a patch, but I did one anyway. I just changed jobs, and need to change my email address in the OpenBase adapter documentation. When somebody gets bored, here it is... http://dev.rubyonrails.org/ticket/5176 Done. Thanks. (Not particularly bored...) ;) marcel Such servi

[Rails-core] Ticket 5176: Email Address Change

2006-05-24 Thread Derrick Spell
Hey guys, This was hardly worth a patch, but I did one anyway. I just changed jobs, and need to change my email address in the OpenBase adapter documentation. When somebody gets bored, here it is... http://dev.rubyonrails.org/ticket/5176 -Derrick Spell

Re: [Rails-core] oracle boolean support

2006-04-26 Thread Derrick Spell
ation (MySQL adapter does this). -Derrick Spell ___ Rails-core mailing list Rails-core@lists.rubyonrails.org http://lists.rubyonrails.org/mailman/listinfo/rails-core

Re: [Rails-core] please apply patch to fix ActiveRecord

2006-03-31 Thread Derrick Spell
Smells a bit like something that's been cooking in the Rails Recipes kitchen.-Derrick SpellOn Mar 31, 2006, at 3:10 PM, Steve Longdo wrote:good stuff!http://en.wikipedia.org/wiki/Continuous_integration http://docs.codehaus.org/display/DAMAGECONTROL/Continuous+Integration+Server+Feature+Matr

Re: [Rails-core] Database Adapter Plugin

2006-02-28 Thread Derrick Spell
ogram, or go through the blog screencast or something. I like the immersion approach. Anyway, I could have never gotten rails past my boss if it didn't work with his favorite database server. The adapter is 345 riveting lines if any

[Rails-core] Database Adapter Plugin

2006-02-28 Thread Derrick Spell
ps?), what could I have done better? -Derrick Spell ___ Rails-core mailing list Rails-core@lists.rubyonrails.org http://lists.rubyonrails.org/mailman/listinfo/rails-core

Re: [Rails-core] Default <%= to use the h (html safe) method.

2006-02-15 Thread Derrick Spell
hould get out of the industry. Don't tie my hands. If you're scared of your own code, write an acts_as_diffident plugin. If this email sounds harsh, you can blame it on the fact that I'm hungry, tired, or both... or perhaps I'm just right... who knows?

Re: [Rails-core] anyone in a committing mood?

2006-02-10 Thread Derrick Spell
se...I haven't yet looked into making this a plugin so that it can be tested with ease.  Is such a plugin possible?  If so, can someone point me to some docs to get me started on making one? Derrick Spell Webmaster / Programmer Suran Systems, Inc. ___

[Rails-core] Bus Error on OpenBase Adapter

2006-01-11 Thread Derrick Spell
Good Evening, The OpenBaseAdapter is almost ready to be submitted as a patch. It passes all the tests except for 9 expected failures. There is a bug in the way OpenBase processes limit/offset clauses. I have a ticket number on this and it should be fixed in the next release of OpenBase.

[Rails-core] AR: Quoting in Join Model Test

2006-01-09 Thread Derrick Spell
er, more fundamental problem with the way I'm handling things, I thought I should ask. For your convience, here is the test in question: def test_has_many_with_piggyback assert_equal "2", categories(:sti_test).authors.first.post_id end -Derrick Spell "Perl's g