search for: roodi

Displaying 5 results from an estimated 5 matches for "roodi".

Did you mean: rood
2008 Sep 19
0
ANNOUNCE: Roodi 1.3.0 - Automated ruby code checking
Hi all, Roodi (Ruby Object Oriented Design Inferometer) version 1.3.0 has been released. It parses your Ruby code and warns you about design issues you have based on the checks that is has configured. If you''ve ever used checkstyle for Java, you''ll notice the similarities. You can see it at:...
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.sebastiannowak.net...
2006 Aug 18
1
checkstyle for ruby (on rails)
Hi, Does it exist a tool like checkstyle ( http://checkstyle.sourceforge.net/ ) for ruby (on rails)??? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060818/e535091d/attachment.html
2009 May 21
0
new gem Excellent
Hi all, I just released a new gem called Excellent that performs static code analysis on Ruba code. It combines roodi, reek and flog and also adds some Rails specific checks (e.g. verifying that ActiveRecord models specify attr_accessible): http://log.simplabs.com/post/110508243/excellent gem sources -a http://gems.github.com sudo gem install simplabs-excellent What do you think about that? Might that be helpfu...
2011 Feb 19
1
undefined method `map' for nil:NilClass for rails 2.3.2
...e, :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_notifier'' config.gem ''pingfm'', :version => ''1.0.2'' config.gem ''handsoap'', :version => ''1.1.7'' config.gem ''...