search for: rails_rcov

Displaying 6 results from an estimated 6 matches for "rails_rcov".

Did you mean: rails_cron
2008 May 08
1
Custom builds artifacts not visible (WIN 32)
Hello again, Cruisecontrolrb works well now on my XP box but for the following problem: I have set up rails_rcov so that I can generate code coverage automatically at every build. Following the manual, I have a custom task that copies rcov output to a specific folder (d:\work\ccrob\artifacts) I have set up the environment CC_BUILD_ARTIFACTS to /work/ccrob/artifacts using the tip given in another thread about...
2006 Aug 10
6
Migrations suddenly broken: undefined method autoload_paths
I really need some help here because I am at a loss. I have been using migrations just fine now for a while and I suddenly started getting a very bizarre error when migrations are run: undefined method `autoload_paths='' for Dependencies:Module I have tried rolling back my application code, and rolling back the rails edge revision I am running but neither seem to help. I have
2007 Jun 13
0
Using Rcov with rspec_on_rails
...to test/test_*.rb, or running rcov via a Rakefile (read the RDoc documentation or README.rake in the source distribution). ======================================================= Is there something obvious that I''m not doing? I have the latest rcov gem installed, as well as the rails_rcov gem installed. Thanks for the help, Scott
2006 Nov 07
1
Memory consumption too high
...inding'' from D:/dev/ruby/lib/ruby/1.8/irb/workspace.rb:52 Here is the stack trace I see when I try running my unit tests: D:\dev\src\booksmart>rake test:units:rcov (in D:/dev/src/booksmart) rm -rf ./coverage/units D:/dev/ruby/bin/ruby "D:/dev/src/booksmart/vendor/plugins/rails_rcov/tasks/rails _rcov.rake" --run-rake-task=test:units (in D:/dev/src/booksmart) rcov.cmd -o "D:/dev/src/booksmart/coverage/units" -T -x "rubygems/*,rcov*" --rai ls -Ilib;test "D:/dev/ruby/lib/ruby/gems/1.8/gems/rake-0.7.1/lib/rake/rake_test _loader.rb" "test/...
2006 Nov 04
3
undefined method `load_paths=' for Dependencies:Module
I''ve been working on an app, and had a friend check it out to his machine. I''ve got rails and all my plugins set up with svn:externals, so when he svn ups it he gets all the latest stuff. I''ve just svn up''d both machines so we''re running the same versions of everything. We''re also running the same version of ruby (1.8.4). As far as I can
2007 Mar 06
59
Memory leaks in my site
Hi all, My environment is ruby-1.8.4, rails 1.2.2, mongrel 1.0.1, linux 2.6. Now, i have a problem on memory leaks with mongrel. My site is running 5 mongrel processes on a 2G RAM machine, the memory of each process grows from about 20M to about 250M, but it never recover to the initial 20M, so i had to restart the mongrel processes once per day. The load is about 1M hits per day. Waiting for