[Rails-core] Re: Long CruiseControl notifications are irritating ...

2009-09-03 Thread Czarek
On Thu, Sep 03, 2009 at 10:32:35AM -0700, Chad Woolley wrote: >On Thu, Sep 3, 2009 at 10:02 AM, Czarek <[1]cezary.bagin...@gmail.com> >wrote: > > Am I overreacting or is anyone else a tiny bit annoyed by the size of > these emails? If you're mobile with a GSM card out of UTMS ra

[Rails-core] Reasoning for not supporting ruby 1.8.6 in Rails 3.0

2009-09-03 Thread Jeremy Evans
I've seen it mentioned in a couple of places that Rails 3.0 is not going to be supported on ruby 1.8.6.Considering that 1.8.6 is the still the most popular version of ruby, this seems odd. Has the final decision been made on this? If so, could someone explain the reasoning behind this decisi

[Rails-core] Re: [CruiseControl] rails build f61dc0e failed

2009-09-03 Thread Chad Woolley
On Thu, Sep 3, 2009 at 12:13 PM, John Pignata wrote: > It looks like this last test failure just won't pass on CI as it is > running 1.8.6, from the code: > > # This is broken in 1.8.6 (not supported in Rails 3.0) because the > cache uses a Hash > # key. Since Ruby 1.8.6 implements Hash#hash usi

[Rails-core] [CruiseControl] rails build 4b6321e failed

2009-09-03 Thread thewoolleyman
The build failed. CHANGES --- Revision ...4b6321e committed by Sam Pohlenz on 2009-09-03 19:00:40 Don't raise exceptions for missing javascript_include_tag or stylesheet_link_tag sources unless the :cache or :concat options are given. [#2738 state:resolved] Signed-off-by: Joshua

[Rails-core] [CruiseControl] rails build f61dc0e failed

2009-09-03 Thread thewoolleyman
The build failed. CHANGES --- Revision ...f61dc0e committed by Yehuda Katz + Carl Lerche on 2009-09-03 18:40:03 Remove a useless method in the fixture template class actionpack/test/lib/fixture_template.rb |4 1 files changed, 0 insertions(+), 4 deletions(-) TEST FAILURES

[Rails-core] [CruiseControl] rails build f3fc5c4 failed

2009-09-03 Thread thewoolleyman
The build failed. CHANGES --- Revision ...f3fc5c4 committed by Yehuda Katz + Carl Lerche on 2009-09-02 22:00:22 Refactor ActionView::Resolver .gitignore |2 + actionmailer/lib/action_mailer/base.rb |2 +- actionpack/lib/acti

[Rails-core] Re: Long CruiseControl notifications are irritating ...

2009-09-03 Thread Chad Woolley
On Thu, Sep 3, 2009 at 10:02 AM, Czarek wrote: > Am I overreacting or is anyone else a tiny bit annoyed by the size of > these emails? If you're mobile with a GSM card out of UTMS range , you > have around 4-8kB/s, and 70kB per mail is a noticeable wait. > > The summary at the top is fine, but I

[Rails-core] Long CruiseControl notifications are irritating ...

2009-09-03 Thread Czarek
On Thu, Sep 03, 2009 at 04:09:49PM +, thewoolley...@gmail.com wrote: > > The build failed. > > CHANGES > --- > Revision ...e3f5fd5 committed by Carl Lerche on > 2009-09-03 15:59:26 > > Add ActiveModel's ./pkg and ./doc to .gitignore > > .gitignore |2 ++ > 1 files changed, 2

[Rails-core] [CruiseControl] rails_2-3-stable build 2b82708 fixed

2009-09-03 Thread thewoolleyman
The build has been fixed. CHANGES --- Revision ...2b82708 committed by Jeremy Kemper on 2009-09-02 20:57:33 Revert "Assert primary key does not exist in habtm when the association is defined, instead of doing that everytime a record is inserted." Test failures on PostgreSQL. [