Displaying 5 results from an estimated 5 matches for "simian".
Did you mean:
ximian
2007 Jan 18
0
Rails 1.2.0 RC2 duplicate lines Simian Report
I have been evaluating the excellent and super fast Similarity Analyser
by Red Hill Consulting to generate a duplicate lines reports from Rails
1.2.0 RC2 source code (excluding the tests) with a threshold of 6
lines.
It works great except that simian treats successive "end" as dupplicate
lines :-((( such as:
end
172 end
173 end
174 end
175 end
176 end
I am working on some code to remove these lines from the report. I
thought I could share with the community a first version so I can get
some feeback to improve the tool.
I have w...
2007 Jan 10
3
Rails 1.2.0 RC2 has 4125 duplicate lines
...* actionrecord has 1529 duplicate lines in 301 blocks in 45 files
* activesupport has 418 duplicate lines in 78 blocks in 44 files
* railties has 635 duplicate lines in 102 blocks in 43 files
Detailled reports on
http://21croissants.blogspot.com/2007/01/rails-120-rc2-dupplicated-lines-simian.html
Now the debate is opened about what to do with these reports !!!
Jean-Michel
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrai...
2008 Apr 01
1
plugin announcement: acts_as_fu
...ust a programmer." Well, not
anymore. Today, you become a Rails Kung-Fu Master!
"Not me," you say. "I''ve already tried using all the acts_as_something
plugins and all the something_fu plugins; and I''m still not a Rockstar
or a Ninja. I''m barely a Code Simian!"
Sounds like you''ve tried the rest - now try the best! That''s right:
it''s the new and improved ActsAsFu Rails plugin!
Three Easy Steps to Becoming a Rails Kung-Fu Master:
1. Stop web server
mongrel_rails stop
2. Install Plugin
./script/plugin install http://svn....
2008 Apr 29
5
Sharing: dont_repeat_yourself plugin custom RSpec matcher
I wrote a Rails plugin which uses simian to look for duplicates lines in your
code and reports in html format, Textmate or Netbeans.
I wrote it using RSpec and I have included a RSpec custom matcher:
it { rails_application.
with_threshold_of_duplicate_lines(4).
should be_DRY }
If you use Autotest, your specs will fail the next time yo...
2007 Jan 10
0
Duplicate lines in Rails 1.2rc2 reports
...s
* actionrecord has 1529 duplicate lines in 301 blocks in 45 files
* activesupport has 418 duplicate lines in 78 blocks in 44 files
* railties has 635 duplicate lines in 102 blocks in 43 files
Detailled reports on
http://21croissants.blogspot.com/2007/01/rails-120-rc2-dupplicated-lines-simian.html
Now the debate is opened about what to do with these reports!
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group...