What a week, first NetBeans 6.5 came out and now Rails 2.2 is out. The new version has a couple of interesting new things like internationalization out-of-the-box, thread-safe!, and JRuby becomes more and more a serious platform for Rails. Just great news, I guess I will spend the weekend Rails diggin … Read more about the new features here.
ClassCastException in JRuby 1.1.2 - org.jruby.RubyArray cannot be cast to org.jruby.ast.ListNode
I currently developing an application based on JRuby/Rails. I am pretty happy with that combination and I haven’t many issues until a few weeks ago. I am using NetBeans 6.1 and the shipped JRuby version 1.1.2. The problems began when I started to use ResourceBundles in Rails, hence, mixing Java and Ruby/Rails code. After that my tests didn’t compile anymore. The weird thing is that at first this seemed to occur randomly, but I then I found the problem line. Nevertheless, it didn’t help because a) the line was correct and b) I depend on using Java. After some research, yes I am mean I googled, I found not much. Continue Reading »
heli's blog heli 04 Aug 2008 1 Comment
