Ketan's Musings

Where he blogs about his eclipse musings

Archive for the ‘ruby’ tag

Code Complexity Visualization for Ruby

with one comment

Only Valid Measure of Code Quality

Only Valid Measure of Code Quality

Image from http://www.osnews.com/story/19266/WTFs_m

WTF implies lack of clarity. Clear code is easier to understand, easier to maintain and easier to extend.

Announcing saikuro_treemap — an easy to setup tool to generate complexity treemaps of ruby code.

See a demo for yourself.

Complexity Visualization of Rake

Written by Ketan

July 20th, 2010 at 8:33 pm

Posted in Uncategorized

Tagged with , ,

Controller Testing in Active Scaffold

with one comment

I just started my adventure with rails a few nights ago. Figured that Active Scaffold based controllers do something that is different from the default controllers generated by the scaffold generator.

For one all controller tests broke when I moved to active scaffold. Here’s a blog post that talks about testing active scaffold based controllers.

Written by Ketan

December 27th, 2007 at 11:40 pm

Making Eclipse Plug-ins using JRuby or Groovy

without comments

Read more about using JRuby or Groovy to write eclipse plugins here: http://dev.eclipse.org/blogs/wayne/2007/07/26/making-eclipse-plug-ins-using-jruby-or-groovy/

Written by Ketan

July 27th, 2007 at 10:49 am

Reminder: ThoughtWorks Master Class Series 2007 – Registrations closing… and fast

without comments

Sidu has written a good post on why you ought to be attending the ThoughtWorks Master Class Series 2007.

Registrations for the Bangalore event have already come to a close down. We’re already sending invites for the Pune event. There’s still some invites left for the Pune event, and you can just about make it if you register quick.

Written by Ketan

May 18th, 2007 at 2:44 pm

CCTray in Java

with one comment

Akshay and me have been pairing since a couple of days to hack together a java version of CCTray written using SWT. This version of CCTray can connect to CCNET and cc.rb.

A lot of folks use *nix and the existing CCTray is not much help.

If you wish to use this pre-alpha release, feel free to write back. It’s not all that configurable, so you have been warned :)

Oh, yes, BTW this release depends on issue #899 of CCNet dashboard, and issue #118 of CC.rb. You can vote for these issues to be resolved to see CCTray in Java released a bit earlier.

Finally a screenshot for those really interested.
CCTray in Java

Written by Ketan

May 11th, 2007 at 9:14 pm