I\'m using jdbc to execute query statements (in jruby) # made-up example sql = \"select \" + \"c.type as cartype, \" +
I have created my own UI component in Java. It has model and a few of model\'s methods can throw my exception called ModelException. I want to use this component in JRuby but I can\'t raise my ModelEx
I started a new rails/neo4j project and using a generator to create models, controllers, routes, tests and views for a Users model (as detailed in http://neo4j.rubyforge.org/guides/rails3.html).
I am brand new to Ruby and using Windows 7. It is a different environment to what I am normally used to so I am having problems getting a simple project going.
I am writing an application using jruby on rails开发者_Python百科.Part of the application initiates a long running process from a web page.The long running process could last for 20 minutes in some ca
I just did a fresh install of RVM, JRuby, Rails, and MySQL, but I am having some trouble creating my databases. When I run rake db:create --trace I get the following output:
Is there a languages other then Java to develop native apps in android without s开发者_C百科cript layer/AIR and others 3rd party abstractions.
I \'m getting error message shown below on deploying rails 3.0.10 app on Torquebox server installed as a gem. Same error on both development and production modes.However, it works fine without Torqueb
Let\'s say I have a Java class like this: public class MyClass { public void doSomething(Object o1) { }
I have a little project with an editor, some special need I had and which I hacked together in an afternoon. A co-worker looked over my shoulder (don\'t you hate that?) and said \"Oh neat, but can it