Displaying 20 results from an estimated 100 matches similar to: "[CruiseControl] RubyOnRails build 8285 failed"
2007 May 31
0
Rails AR/SQLServer Unit Test: [6912] failed (but getting better)
"bitsweat" has given AR/SQLServer some love, but it''s still unhappy...
http://dev.rubyonrails.org/changeset/6912
------------------------------------------------------------------------
r6912 | bitsweat | 2007-05-31 10:15:56 -0700 (Thu, 31 May 2007) | 1 line
Fix an edge case with find with a list of ids, limit, and offset. Closes #8437.
2006 Oct 16
6
Rails AR/Oracle Unit Test: [5310] failed (but getting better)
"rick" has given AR/Oracle some love, but it''s still unhappy...
http://dev.rubyonrails.org/changeset/5310
------------------------------------------------------------------------
r5310 | rick | 2006-10-16 08:42:55 -0700 (Mon, 16 Oct 2006) | 1 line
Fix has_many :through to add the appropriate conditions when going through an association using STI. Closes #5783. [Jonathan Viney]
2007 Oct 07
0
Rails AR/Oracle Unit Test: [7769] failed (getting worse)
"bitsweat" has kicked AR/Oracle while it was down...
http://dev.rubyonrails.org/changeset/7769
------------------------------------------------------------------------
r7769 | bitsweat | 2007-10-06 22:29:37 -0700 (Sat, 06 Oct 2007) | 1 line
MySQL: speedup date/time parsing.
------------------------------------------------------------------------
U
2006 Oct 12
1
did something in revision 68 break stubs?
Hi,
I''ve been a happy user of Mocha for a while now. My current project is
by far the most complicated I''ve ever worked on and Mocha has made
testing it much easier than it would otherwise be.
So, I was highly disturbed to come in this morning, run svn up and find
that something in today''s update broke lots of my tests. I use Mocha as
a Rails plugin under
2008 Jan 02
0
Re: RubyOnRails build 8525 failed
Fix for the bad (failing) test here: http://dev.rubyonrails.org/ticket/10664
On Jan 2, 5:33 pm, alexey.verkhov...@gmail.com wrote:
> The build failed.
>
> CHANGES
> -------
> Revision 8522 committed by bitsweat on 2008-01-02 09:03:56
> db:sessions:clear task uses session_table_name method. Closes #10631 [Cheah Chu Yeow]
>
> M /trunk/railties/lib/tasks/databases.rake
>
2011 Jul 26
0
[xen-4.1-testing test] 8285: trouble: broken/fail/pass
flight 8285 xen-4.1-testing real [real]
http://www.chiark.greenend.org.uk/~xensrcts/logs/8285/
Failures and problems with tests :-(
Tests which did not succeed and are blocking:
test-amd64-i386-rhel6hvm-intel 3 host-install(3) broken
build-i386-oldkern 2 host-install(2) broken
test-amd64-i386-win-vcpus1 3 host-install(3) broken
2007 Mar 23
2
Mocha 0.4.0 Hates My App
Hi all -
I''ve recently made the leap from FlexMock to Mocha for mocks within
my app. Today I decided to upgrade from Mocha 0.3.2 to Mocha 0.4.0.
So I updated the gem, started rake and went to get some coffee. I
came back 5 mins later and my units (which were clean) are now
reporting 97 failures (!!!). Every failure reports a callstack like
this:
18) Error:
2007 Feb 06
2
Testing RJS actions
Hi all !
This is my test:
def test_destroy_xhr
Article.expects(:find).with("1").returns(@article = mock("article"))
@article.expects(:destroy).returns(true)
delete :destroy, :id => 1, :format => :js
assert_template "destroy.rjs"
end
And my implementation:
def destroy
@article.destroy
respond_to do |format|
format.html {
2008 Mar 29
0
[CruiseControl] RubyOnRails build 9128 fixed
The build has been fixed.
CHANGES
-------
New revision 9128 detected
Revision 9128 committed by bitsweat on 2008-03-29 00:26:15
Revert spurious commit from [9126]
M /trunk/actionpack/lib/action_view/helpers/active_record_helper.rb
Revision 9127 committed by bitsweat on 2008-03-29 00:04:27
Track changes to unsaved attributes
M /trunk/activerecord/CHANGELOG
A
2008 Mar 30
0
[CruiseControl] RubyOnRails build 9153 failed
The build failed.
CHANGES
-------
New revision 9153 detected
Revision 9153 committed by gbuesing on 2008-03-30 23:49:52
TZInfo: Removing unneeded TimezoneProxy class
M /trunk/activesupport/CHANGELOG
D /trunk/activesupport/lib/active_support/vendor/tzinfo-0.3.8/tzinfo/timezone_proxy.rb
M /trunk/activesupport/Rakefile
M /trunk/activesupport/lib/active_support/vendor/tzinfo-0.3.8/tzinfo.rb
2007 Mar 14
1
Damonlize cruisecontrol.rb?
Hi,
This looks like an awesome tool that I have been looking for.
Do you have a simple way to get it running as a damon? So I can just run it
as a service on my server.
Thanks
Lei
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://rubyforge.org/pipermail/cruisecontrolrb-users/attachments/20070314/dfe2692a/attachment.html
2007 Dec 17
0
[CruiseControl] RubyOnRails build 8431 failed
The build failed.
CHANGES
-------
Revision 8431 committed by bitsweat on 2007-12-17 18:54:55
Ruby 1.9 compatibility. References #1689.
M /trunk/railties/test/boot_test.rb
M /trunk/railties/lib/tasks/documentation.rake
M /trunk/railties/CHANGELOG
M /trunk/railties/dispatches/gateway.cgi
M /trunk/railties/lib/tasks/framework.rake
M /trunk/railties/lib/tasks/testing.rake
M
2008 Jan 09
0
Cruisecontrol.rb & JRuby ?
Hi,
I searched the archives of this list and came across a few posts that
indicated that Cruisecontrol.rb may support JRuby:
http://www.openlogic.com/blogs/2007/09/setting-up-a-jruby-project-in-cruisecontrolrb/
http://www.nabble.com/cc.rb-under-JRuby-to12101231.html#a12101231
Anybody using it that way?
Any advice, gotchas etc.?
Apologies if I am missing other resources.
Thanks,
Mike
--
2007 Jul 23
1
CruiseControl.rb with CVS
Is it possible to use CruiseControl.rb with cvs? I couldn''t find any
docs on it. Thanks.
--Josh
2008 Mar 31
1
cruisecontrol.rb with C++ projects
Hi,
This has probably been asked a hundred times, but I couldn''t find the
answer: how do I configure cruisecontrol.rb to build a c/c++ makefile?
Thanks
This e-mail message has been sent by Elbit Systems Ltd.
and is for the use of the intended recipients only.
The message may contain privileged or commercially sensitive information .
If you are not the intended recipient you are hereby
2008 Mar 31
0
[CruiseControl] mongrel-trunk-mingw32 build 997.1 failed
The build failed.
Note: if you set Configuration.dashboard_url in config/site_config.rb, you''d see a link to the build page here.
CHANGES
-------
Build was manually requested
BUILD LOG
---------
D:/Users/Luis/.cruise/projects/mongrel-trunk-mingw32/work Luis$ ruby -e "require ''rubygems'' rescue nil; require ''rake''; load
2008 Jan 25
0
cruisecontrol.rb setup problems
Hi all,
We are trying to set up cruisecontrol.rb on a windows machine. We have
ruby, rails, cruisecontrol.rb (win32 versions).
We have added the project, run throught the tests. The tests run 100%
successfully.
After the tests run, it apparently uses unit test collector to collect
through some tests which have require on "cc:build" which it can''t find
anymore and spits
2007 Jun 23
0
[CruiseControl] RubyOnRails build 7089.1 fixed
The build has been fixed.
CHANGES
-------
Revision 7089 committed by bitsweat on 2007-06-23 01:58:41
Mock the beginning of the transaction also. References #8642.
M /trunk/activerecord/test/transactions_test.rb
M /trunk/activerecord/lib/active_record/connection_adapters/abstract/database_statements.rb
See http://cruisecontrolrb.thoughtworks.com/builds/RubyOnRails/7089.1 for details.
2007 Dec 21
0
[CruiseControl] RubyOnRails build 8464 failed
The build failed.
CHANGES
-------
Revision 8463 committed by bitsweat on 2007-12-21 11:51:01
Ruby 1.9 compat: url helper encoding
M /trunk/actionpack/lib/action_view/helpers/url_helper.rb
Revision 8464 committed by bitsweat on 2007-12-21 11:51:17
Ruby 1.9 compat: text helper
M /trunk/actionpack/test/template/url_helper_test.rb
M /trunk/actionpack/test/testing_sandbox.rb
M
2007 Dec 17
0
[CruiseControl] RubyOnRails build 8425 failed
The build failed.
CHANGES
-------
Revision 8422 committed by david on 2007-12-16 23:53:45
Add tests for html_escape, and remove an unneeded backslash (closes #10511) [fxn]
M /trunk/actionpack/lib/action_view/template_handlers/erb.rb
A /trunk/actionpack/test/template/erb_util_test.rb
Revision 8423 committed by david on 2007-12-16 23:55:22
Fix doc (closes #10526)
M