[Rails-core] Re: Baffling error when migration includes upper-case

2007-10-17 Thread Scott Bronson
> > On 10/17/07, Rick DeNatale <[EMAIL PROTECTED]> wrote: > prompted by this, Ben Scofield proposed a similar patch: > http://dev.rubyonrails.org/ticket/9542 > Which was rejected because it would violate roundtrips from classname > to filename. That makes total sense. Given that, I agree that mi

[Rails-core] Re: Baffling error when migration includes upper-case

2007-10-17 Thread Jack Danger Canty
On 10/16/07, Scott Bronson <[EMAIL PROTECTED]> wrote: > > Right now, if you accidentally give a migration filename an upper-case > character (say, 001-initialMigration.rb), you get a crash: Was this file made from the migration generator or by hand? It seems like we should fix this if it was som

[Rails-core] Re: Baffling error when migration includes upper-case

2007-10-17 Thread Rick DeNatale
On 10/17/07, Scott Bronson <[EMAIL PROTECTED]> wrote: > Right now, if you accidentally give a migration filename an upper-case > character (say, 001-initialMigration.rb), you get a crash: > >You have a nil object when you didn't expect it! >You might have expected an instance of Array. >