Displaying 7 results from an estimated 7 matches for "metric_fu".
2010 Jan 07
0
flyerhzm-metric_fu = metric_fu + rails_best_practices
I have forked metric_fu and add rails_best_practices to it.
rails_best_practices is a great gem to check your rails app codes and
give you some good suggestions for better rails codes.
The repository of flyerhzm-metric_fu is here: http://github.com/flyerhzm/metric_fu
The repository of rails_best_practices is here:
http:/...
2009 Sep 15
3
how to run all tests AND metric_fu
i want to use cruisecontrol.rb to run ?rake test? (every time a new
revision is in the svn repo) and ?rake metrics:all? (let?s say every
24 hours). how do i have to configure cruisecontrol.rb? both rake
tasks work. however, when i configure cruisecontrol.rb as described on
the metric_fu website, i.e. add ''project.rake_task = ?metrics:all?
project.scheduler.polling_interval = 24.hours? to the projects
cruise_config.rb, only the metrics:all task is executed, but not the
tests. how do i configure cruisecontrol.rb so that both are run?
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://eigencl...
2010 Mar 18
2
CCrb configuration for many projects
Hi!
I have about 10 projects in my Cruise. I want to use metric_fu (roodi,
rcov, flay) metrics. Right now I have defined :cruise task in Rakefile
in each project. Is there any convention to manage cruise
configuration from one place? Gem? Plugin for Rails projects? Some
good habit also for custom artifacts?
--
Pozdrawiam, Sebastian Nowak
http://blog.sebastiannow...
2011 Feb 19
1
undefined method `map' for nil:NilClass for rails 2.3.2
...''http://gemcutter.org''
config.gem ''campaign_monitor_party'', :source => ''http://gemcutter.org''
config.gem ''whenever'', :lib => false, :source => ''http://gemcutter.org/''
config.gem ''metric_fu'', :version => ''1.3.0'', :lib => ''metric_fu'' #
config.gem ''reek'', :version => ''1.2.7.3''
config.gem ''roodi'', :version => ''2.1.0''
config.gem ''hoptoad_not...
2009 Jul 20
9
rake error
...)
daemons (1.0.10)
devver (2.3.0)
diff-lcs (1.1.2)
engineyard-eycap (0.4.12)
eventmachine (0.12.8)
faker (0.3.1)
fastercsv (1.5.0)
fastthread (1.0.7)
flay (1.3.0)
flog (2.1.2)
gchart (0.5.0)
gem_plugin (0.2.3)
haml (2.2.0)
highline (1.5.1)
hoe (2.3.2)
hpricot (0.8.1)
javan-whenever (0.3.1)
jscruggs-metric_fu (1.1.1)
linecache (0.43)
memcache-client (1.7.4)
metaid (1.0)
mini_magick (1.2.5)
mislav-will_paginate (2.3.11)
mocha (0.9.7)
mojombo-chronic (0.3.0)
money (2.1.3)
mongrel (1.1.5)
mysql (2.7)
net-scp (1.0.2)
net-sftp (2.0.2)
net-ssh (2.0.11)
net-ssh-gateway (1.0.1)
nokogiri (1.3.2)
notahat-machinis...
2010 Nov 24
0
Rails Best Practice - NestedIterators
Hello everyone,
Metric_fu is informing me of some nested iterators, and I was hoping to
gather some advice on how to refactor this method to make it more
correct. Hopefully this will assist me in refactoring many other
methods!
Code is here: http://pastie.org/private/kqp1kk2uk81rs8s6atag
Any thoughts on this?
Thank you i...