RE: [Rails-core] Still trying to get pagination fixed.. STILL havethis ActiveRecord connection helper thingy pending

2006-02-08 Thread Bob Silva
apply" patches/bugs would be a good start to helping out though. Of course, this model requires a certain level of trust which I'm not sure how to "build". Bob Silva http://www.railtie.net/ > -Original Message- > From: [EMAIL PROTECTED] [mailto:rails-core- > [

RE: [Rails-core] Still trying to get pagination fixed.. STILLhavethis ActiveRecord connection helper thingy pending

2006-02-08 Thread Bob Silva
an fulfill this role but you don't need commit rights to do it either. The problem will only compound itself as the popularity of Rails grows. Bob Silva http://www.railtie.net/ > -Original Message- > From: [EMAIL PROTECTED] [mailto:rails-core- > [EMAIL PROTECTED] On Behal

RE: [Rails-core] Still trying to get pagination fixed.. STILLhavethisActiveRecord connection helper thingy pending

2006-02-09 Thread Bob Silva
Sounds logical enough. I tried to see if the 'trivial' would create conflicts with the trivial severity option that exists, but the custom search interface is broken with a missing javascript function so that you cant filter based on attributes of the ticket. Bob -Original Message- From:

[Rails-core] AR Unit Tests

2006-02-09 Thread Bob Silva
d Mixin with ID=1001     This is all run off trunk with:   rake AR_TX_FIXTURES=yes test_mysql       Bob Silva http://www.railtie.net/   ___ Rails-core mailing list Rails-core@lists.rubyonrails.org http://lists.rubyonrails.org/mailman/listinfo/rails-core

RE: [Rails-core] AR Unit Tests

2006-02-09 Thread Bob Silva
ment?) The reason I ask, is in activesupport, there is an incompatibility with Linux when calling STDERR.tell resulting in a failed test. Bob Silva http://www.railtie.net/ > -Original Message- > From: [EMAIL PROTECTED] [mailto:rails-core- > [EMAIL PROTECTED] On Behalf Of Micha

RE: [Rails-core] AR Unit Tests

2006-02-10 Thread Bob Silva
Hi Lars, Glad to see those errors, it's EXACTLY the same output I receive. If you run tests again, all the taggings errors disappear though. Bob Silva http://www.railtie.net/ > -Original Message- > From: [EMAIL PROTECTED] [mailto:rails-core- > [EMAIL PROTECTED] On Behal

RE: [Rails-core] AR Unit Tests

2006-02-10 Thread Bob Silva
ng on resolving the rest of the errors. Bob Silva http://www.railtie.net/ > -Original Message- > From: [EMAIL PROTECTED] [mailto:rails-core- > [EMAIL PROTECTED] On Behalf Of Bob Silva > Sent: Friday, February 10, 2006 7:22 AM > To: rails-core@lists.rubyonrails.org > Subje

RE: [Rails-core] AR Unit Tests

2006-02-10 Thread Bob Silva
e class to AAACreateTablesTest and everything runs fine. The other problem was that the mysql.sql had an invalid (my)SQL comment in it. --Alter lock... In mysql, a '--' comment has to have at least one whitespace character following it. The patch is ticket #3798. Now all tests run successfu

[Rails-core] Quoting table and column names inside AR

2006-02-10 Thread Bob Silva
There are quite a few tickets asking for quoted table names and field names to enable reserved words as table or column names. What is the general consensus regarding this issue?     Bob Silva http://www.railtie.net/   ___ Rails-core

RE: [Rails-core] Quoting table and column names inside AR

2006-02-10 Thread Bob Silva
re giving thought to that, what are your thoughts on renaming the quote method inside of AR:B? Quite a few tickets come through for that as well. Bob Silva http://www.railtie.net/ > -Original Message- > From: [EMAIL PROTECTED] [mailto:rails-core- > [EMAIL PROTECTED] On Beha

[Rails-core] Date Helper Mega Patch

2006-02-10 Thread Bob Silva
n the patch which is likely to get it shot down. Thanks Bob Silva http://www.railtie.net/ ___ Rails-core mailing list Rails-core@lists.rubyonrails.org http://lists.rubyonrails.org/mailman/listinfo/rails-core

RE: [Rails-core] AR Unit Tests

2006-02-11 Thread Bob Silva
Hi Wilson, The problem was with the comment in front of the table. In MySQL, comments starting with -- need a whitespace character following it. Bob Silva http://www.railtie.net/ > -Original Message- > From: [EMAIL PROTECTED] [mailto:rails-core- > [EMAIL PROTECTED] On Behalf

RE: [Rails-core] Date Helper Mega Patch

2006-02-11 Thread Bob Silva
e object into a time string when saving within AR. Do you see any issues with this implementation? Bob Silva http://www.railtie.net/ > -Original Message- > From: [EMAIL PROTECTED] [mailto:rails-core- > [EMAIL PROTECTED] On Behalf Of Michael Koziarski > Sent: Friday, February 1

[Rails-core] select_datetime

2006-02-11 Thread Bob Silva
ld it be a BC break to add those or should I just add an option to specify the separator? Without them, you just get a bunch of select boxes slammed together. I'd think the display behavior should be identical between these and the datetime_select and new time_select methods. Bob

[Rails-core] date_helper library

2006-02-12 Thread Bob Silva
select_time. Preserves BC.   Thanks     Bob Silva http://www.railtie.net/   ___ Rails-core mailing list Rails-core@lists.rubyonrails.org http://lists.rubyonrails.org/mailman/listinfo/rails-core

[Rails-core] Flash data with lastest commit

2006-02-12 Thread Bob Silva
Looks like the flash lost its reset mojo with the commits last night. Its staying persistent now.   Bob Silva http://www.railtie.net/   ___ Rails-core mailing list Rails-core@lists.rubyonrails.org http://lists.rubyonrails.org/mailman

[Rails-core] Bug list maintenance

2006-02-12 Thread Bob Silva
non-trivial patches without tests. I’ve also been going through patches which I find to be a welcome addition and testing them against trunk and adding a tested tag to them or adding unit tests if none were provided.   If I’m eating too many cookies, let me know.   Bob Silva http

RE: [Rails-core] Bug list maintenance

2006-02-12 Thread Bob Silva
Whoops, I guess it was Kevin Clark who wrote it. Sorry Tobias. http://glu.ttono.us/articles/2006/02/11/acts-as-threaded First a monster and now a manic, when my wife uses those terms, I KNOW I'm doing something right. I didn't want to presume the same here. Cheers, Bob

RE: [Rails-core] AR UnitTests failing...

2006-02-14 Thread Bob Silva
Are you using the Rails provided MySQL driver? Or have you installed the native gem? Bob Silva http://www.railtie.net/ > -Original Message- > From: [EMAIL PROTECTED] [mailto:rails-core- > [EMAIL PROTECTED] On Behalf Of Diego Algorta Casamayou > Sent: Tuesday, February 14,

[Rails-core] AR Tests Broken in trunk

2006-02-27 Thread Bob Silva
This ChangeSet is missing the categories.yml file to support the tests.   http://dev.rubyonrails.org/changeset/3683       Bob Silva http://www.railtie.net/   ___ Rails-core mailing list Rails-core@lists.rubyonrails.org http

RE: [Rails-core] Rails 1.1 is coming

2006-02-27 Thread Bob Silva
Something else to consider for 1.1, currently, when using Polymorphic associations, the code doesn't properly build the primary key. Currently, you can work around this by providing :foreign_key. http://dev.rubyonrails.org/ticket/3820 -Original Message- From: [EMAIL PROTECTED] [mailto:[

RE: [Rails-core] Rails 1.1 is coming

2006-02-27 Thread Bob Silva
tch updated to trunk tonight. Not sure what's wrong with it yet but bitsweat asked for updated tests against trunk so... Bob Silva http://www.railtie.net/ ___ Rails-core mailing list Rails-core@lists.rubyonrails.org http://lists.rubyonrails.org/mailman/listinfo/rails-core

RE: [Rails-core] Rails 1.1 is coming

2006-02-27 Thread Bob Silva
Roger...like I said, I hadn't looked yet, I'll get it fixed up shortly. Bob Silva http://www.railtie.net/ > -Original Message- > From: [EMAIL PROTECTED] [mailto:rails-core- > [EMAIL PROTECTED] On Behalf Of Jeremy Kemper > Sent: Monday, February 27, 2006 6:

RE: [Rails-core] Rails 1.1 is coming

2006-02-27 Thread Bob Silva
Hi Nathaniel, http://dev.rubyonrails.org/ticket/3811 Which includes time_select. If you want to send me your enhancements, I'll add them (if they aren't already in the patch, which is different from my plugin). Bob Silva http://www.railtie.net/ > -Original Message- &

[Rails-core] AR Unit Tests Again

2006-02-27 Thread Bob Silva
.   http://dev.rubyonrails.org/ticket/3937     Bob Silva http://www.railtie.net/   ___ Rails-core mailing list Rails-core@lists.rubyonrails.org http://lists.rubyonrails.org/mailman/listinfo/rails-core

[Rails-core] Extra file on commit

2006-02-27 Thread Bob Silva
:queue is a hash, the order of the elements would change between tests. It’s going to need a different test than assert_equal. Don’t suppose there is an assert_conceptually_equal ?   Bob Silva http://www.railtie.net/   ___ Rails-core mailing list

RE: [Rails-core] Rails 1.1 is coming

2006-02-28 Thread Bob Silva
X and everything applied and tested fine. Can you send me the output of your test suite, shouldn't be any platform issues but you never know. Not sure how to proceed. Thanks Bob On Monday, February 27, 2006, at 6:41 PM, Bob Silva wrote: >Roger...like I said, I hadn't looked yet, I&

[Rails-core] Converting AR Test Suite to use AR::Schema - Feedback needed

2006-03-01 Thread Bob Silva
ate a multi-column pk While there are a ton more issues to deal with, I'll save those for later to not cloud these issues since these are the bigger ones I/we would need to tackle to achieve moving the unit tests to AR::Schema. I await your ideas/comments. Thanks, Bob Silva htt

RE: [Rails-core] Converting AR Test Suite to use AR::Schema -Feedback needed

2006-03-01 Thread Bob Silva
> create_table :subscribers, :primary_key => :nick do |t| > ... > end Unless I'm being a total idiot in reading the code, this creates an integer based primary key column and doesn't allow an arbitrary primary key column like in the example I provided. Bob Silva

[Rails-core] MySQL doesnt close connections

2006-03-01 Thread Bob Silva
processlist. I’ll toss up a patch if I can figure it out, I think it has something to do with changeset ( http://dev.rubyonrails.org/changeset/3693 ). Can someone else verify this please?   Bob Silva http://www.railtie.net/   ___ Rails-core

RE: [Rails-core] MySQL doesnt close connections

2006-03-02 Thread Bob Silva
Still haven’t tracked it down, but if I set @@allow_concurrency = true, the test suite passes fine.   Bob Silva http://www.railtie.net/ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bob Silva Sent: Wednesday, March 01, 2006 11:47 PM To: rails-core

RE: [Rails-core] Acts_as_nested query

2006-04-07 Thread Bob Silva
t-a-plugin You can also make use of the :scope parameter to make localized updates. Bob Silva http://www.railtie.net/ > -Original Message- > From: [EMAIL PROTECTED] [mailto:rails-core- > [EMAIL PROTECTED] On Behalf Of Chris T > Sent: Thursday, April 06, 2006 2:

RE: [Rails-core] ganging up on tests and docs

2006-04-26 Thread Bob Silva
your new baby to a plastic surgeon to have a nose job and breast implants. Bob Silva http://www.railtie.net/ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jonathan Viney Sent: Wednesday, April 26, 2006 7:32 AM To: rails-core

RE: [Rails-core] [PROPOSAL] Partial commit access

2006-06-13 Thread Bob Silva
I was thinking the same thing in regards to the db adapters but limited to the adapters that core members do not test against or have access to. The only other part of rails I could imagine would be the web services if someone wants to take responsibility for maintaining that. Bob Silva http

RE: [Rails-core] Are you a kilobyte or a kibibyte person?

2006-06-13 Thread Bob Silva
Seems like a change for change sake rather than something "common" people will actually use. Bob Silva http://i.nfectio.us/ > -Original Message- > From: [EMAIL PROTECTED] [mailto:rails-core- > [EMAIL PROTECTED] On Behalf Of Jamie Quint > Sent: Tuesday, June 13, 20

RE: [Rails-core] date_helper megapatch andMultiparameterAssignmentErrors

2006-07-13 Thread Bob Silva
er futzing with Rails dates for awhile. I would suggest core mark the patch wontfix with a PDI on breaking it up into smaller fixes. Then plan a refactored version for 2.0. Bob Silva http://i.nfectio.us/ > -Original Message- > From: [EMAIL PROTECTED] [mailto:rails-core- > [EMAIL P

[Rails-core] AR Dates and ParseDate

2006-07-18 Thread Bob Silva
ParseDate.parsedate(‘07/18/06’, true) will create the right 4-digit year.   Just curious…   Bob Silva http://i.nfectio.us   ___ Rails-core mailing list Rails-core@lists.rubyonrails.org http://lists.rubyonrails.org/mailman/listinfo/rails-core

RE: [Rails-core] AR Dates and ParseDate

2006-07-18 Thread Bob Silva
"=>"'2006-07-18'"} <=== NOTE THE GOOD YEAR >> Rails date helpers would never run into this because they define the dates via a select box, but I don't think Rails should only accept dates via the helpers. Bob Silva http://i.nfectio.us -Original Me

RE: [Rails-core] AR Dates and ParseDate

2006-07-27 Thread Bob Silva
Any opinions on this? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bob Silva Sent: Tuesday, July 18, 2006 8:37 PM To: rails-core@lists.rubyonrails.org Subject: RE: [Rails-core] AR Dates and ParseDate Hi Koz, The date value coming in is from an html

RE: [Rails-core] Deprecation with a Difference

2006-07-27 Thread Bob Silva
I would also suggest putting it on the weblog in batches so those with projects that are frozen on an older version can be updated proactively.   Bob   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jamie van Dyke Sent: Tuesday, July 25, 2006 6:47 PM To: rails-co

RE: [Rails-core] Re: Why are has_one objects resaved when the parentis saved?

2006-07-28 Thread Bob Silva
his as a plugin? Bob Silva http://i.nfectio.us/ -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Caio Chassot Sent: Thursday, July 27, 2006 8:03 AM To: rails-core@lists.rubyonrails.org Subject: Re: [Rails-core] Re: Why are has_one objects resaved when the

RE: [Rails-core] ValidatesNumericalityTest is never run

2006-07-29 Thread Bob Silva
I thought I submitted a separate patch for this, but maybe it was included in my extension patch for validates_numericality_of. If so, then that patch has the fix for the broken tests. Bob Silva http://i.nfectio.us/ -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On

RE: [Rails-core] Inheritance rework

2006-08-13 Thread Bob Silva
think you'll find a better audience with a clean patch. Cheers, Bob Silva http://i.nfectio.us/ -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rodrigo Kochenburger Sent: Friday, August 11, 2006 3:06 PM To: rails-core@lists.rubyonrails.org Subject: [

[Rails-core] Installing named routes twice

2006-08-16 Thread Bob Silva
f routing.rb is loaded, draw will install them, otherwise, it adds an anonymous route.   As long as you are reading this, would it be better for install to return if no named_routes are defined rather than include an empty Module and non-existant helpers?   Bob Silva http://

RE: [Rails-core] Plugin Routes

2006-08-17 Thread Bob Silva
Have you tried RouteSet.add_named_route name, path, options ? Bob Silva http://i.nfectio.us/ -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Chris Abad Sent: Thursday, August 17, 2006 10:08 AM To: rails-core@lists.rubyonrails.org Subject: [Rails-core