I ran into a problem today with RadRails 2 and its ‘Aptana Unified Builder.’ I was trying to launch my project and the IDE kept hanging on “Invoking ‘Aptana Unified Builder’ on ‘/project’”
After updating my RadRails2 with a nightly build and trying different versions of RadRails, Aptana and even RubyMine; this is my proposed solution.
- Go to Preferences > Run/Debug > Launching.
- Switch ‘Wait for ongoing build to complete before launching’ to ‘Never.’
- Switch off ‘Build (if required) before launching’
- Press OK
That solved my problem. Now back to work!

SVG Javascript chart libraries
The last couple of weeks I worked on a feature that required to display a set of charts. Namely, a pie chart and a bar chart. One of them had to be interactive. We didn’t want a Flash chart.
I did some research and found these libraries:
This is what I think of them.
I liked it from the beginning. I thought it was simple and straightforward. I started using it. But the lack of documentation made me look for something better.
One would have to search through all the issues to find a solution. The examples weren’t extensive enough for me. And I didn’t want to scan through the source code to find out how to tweak it.
I would re-consider this library once they write the documentation. (Right now it says ‘work in progress’)
This library looks beautiful. But the license for it is a bit expensive. And I’m working on a commercial project. If there wasn’t a free solution, I would consider it.
I love this library. It is very well documented. There are a lot of examples. There is even a Code Playground section!
A few things that could be better:
But this library was good enough for my feature.