Displaying 20 results from an estimated 1000 matches similar to: "[CruiseControl] RubyOnRails build 7089.1 fixed"
2008 Feb 07
2
[CruiseControl] RubyOnRails build 8820 fixed
The build has been fixed.
CHANGES
-------
Revision 8820 committed by bitsweat on 2008-02-07 23:10:01
Remove empty .rhtml templates
D /trunk/actionmailer/test/fixtures/templates/signed_up.rhtml
D /trunk/actionmailer/test/fixtures/helper_mailer/use_example_helper.rhtml
D /trunk/actionmailer/test/fixtures/first_mailer/share.rhtml
D
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
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 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 Feb 19
1
[CruiseControl] RubyOnRails build 8896 failed
The build failed.
CHANGES
-------
Revision 8896 committed by bitsweat on 2008-02-19 02:56:05
Don''t assume all records from nested include are of same class. Closes #11154 [acechase]
M /trunk/activerecord/lib/active_record/association_preload.rb
A /trunk/activerecord/test/cases/associations/eager_load_nested_include_test.rb
TEST FAILURES AND ERRORS
-----------------------
Name:
2007 Jun 01
1
[CruiseControl] RubyOnRails build 6924.1 failed
The build failed.
CHANGES
-------
Revision 6924 committed by david on 2007-06-01 06:48:09
Added proper handling of arrays (closes #8537) [hasmanyjosh]
M /trunk/activesupport/test/core_ext/array_ext_test.rb
M /trunk/activesupport/CHANGELOG
M /trunk/activesupport/test/core_ext/hash_ext_test.rb
M /trunk/activesupport/lib/active_support/core_ext/array/conversions.rb
M
2007 Apr 23
6
[CruiseControl] RubyOnRails build 6553 failed
The build failed.
See http://cruisecontrolrb.thoughtworks.com/builds/RubyOnRails/6553 for details.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group.
To post to this group, send email to rubyonrails-core@googlegroups.com
To unsubscribe from this group, send email to
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 Dec 05
0
[CruiseControl] RubyOnRails build 8285 failed
The build failed.
CHANGES
-------
Revision 8284 committed by marcel on 2007-12-05 14:40:42
Add examples in the documentation for various assertions. Closes #9938 [zapnap]
M /trunk/actionpack/CHANGELOG
M /trunk/actionpack/lib/action_controller/assertions/response_assertions.rb
M /trunk/actionpack/lib/action_controller/assertions/dom_assertions.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
2008 Jan 22
0
[CruiseControl] RubyOnRails build 8688 failed
The build failed.
CHANGES
-------
Revision 8688 committed by nzkoz on 2008-01-22 01:29:10
Add options missing from earlier changeset
M /trunk/activerecord/lib/active_record/test_case.rb
TEST FAILURES AND ERRORS
-----------------------
Name: test_ordering(FirstSecondHelperTest)
Type: Failure
Message: <"first mail"> expected but was
<"">.
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
>
2008 May 06
4
Git support - kinda works, have design questions
As of now, I can create a project from Git repository, run a builder
on it, and even run the dashboard. Build pages look ugly because
build.label in git is very long, a bunch of unit tests is failing, and
I had to disable some functionality, namely displaying source control
errors in the dashboard.
SourceControl::AbstractAdapter#execute_with_error_log (formerly known
as
2007 Sep 15
1
ANN: [Yet Another ] AJAXy Petstore
Hi all,
It''s obvious (isn''t it?) that the world needed another Petstore.If
it''s not, then let''s just say that for some esoteric reasons (to do
with training and the JRuby project), some people in ThoughtWorks
decided to create one, anyway. With rounded corners, gradient fills,
autocompletion search, yellow fade effect and sundry Web 2.0
features... but no tag
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
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
2008 Sep 19
0
metric_fu for use in cc.rb
Hi all,
I looked on the mailing list for metric_fu, but didn''t find it -- so at the
risk of being redundant, it looks really useful.
"Metric_fu is a set of rake tasks that make it easy to generate metrics
reports. It uses Saikuro <http://saikuro.rubyforge.org/>,
Flog<http://ruby.sadi.st/Flog.html>,
Rcov <http://eigenclass.org/hiki.rb?rcov>,
2008 Aug 12
1
The CruiseControl server does not provide web URLs for projects
Hi folks,
We successfully set up our ccrb app, running on a server in-house. As
a first pass, I was originally running it through a terminal
connected to the server via ssh, where I''d just navigated to the
app''s folder then run ''cruise start''.
At that time, I could connect fine to the CCTray service.
We''ve subsequently
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 Aug 14
1
What's the good way to cache reference data?
I''m looking at an application that has 30+ lookup tables. By that I
mean your typical (id, description, created_on) affairs that contain
locations, zip codes, contract types and what not. Things that rarely
change, and are maintained by administrators.
It''s well known that when you have many lookup tables in the schema,
eager loading is not good enough anymore, and you need to