On Tue, 2010-06-29 at 15:23 -0400, Jason Guiditta wrote: > Minor errors first: > > > warning: 4 lines add whitespace errors. > src/app/models/hardware_profile_observer.rb:1: new blank line at EOF. > src/app/models/image_observer.rb:1: new blank line at EOF. > src/app/util/condormatic.rb:1: new blank line at EOF. > src/config/initializers/condor_classads_sync.rb:1: new blank line at > EOF.
Believe it or not through many years of my being a software developer this was a requirement :) eg: http://www.microchip.com/forums/m439495-print.aspx So I stubbornly continue to do this. > More troublesome: the call in the initializer kills the ability to run > a migration on a new database, as it tries to select from a > non-existent table. The solution may be to put this in an > after_initializer: > http://guides.rubyonrails.org/configuring.html#using-an-after-initializer > > I bypassed that with a simple comment, then added a provider (fine). > However, when I added an account, I got the following error: > So it appears I have not rebased to the latest 'next'. I'll do that, resolve issues and post a new patch. I don't think using an initializer is so much the problem as that the function/method it calls is borked. Thanks! Ian _______________________________________________ deltacloud-devel mailing list [email protected] https://fedorahosted.org/mailman/listinfo/deltacloud-devel
