Hi Folks,
Perhaps I’m barking up the wrong tree here, but I’m trying to figure out
how
I can get Warbler to compile the ruby code in my rails app into compiled
Java classes. The point really is simply code obfuscation – I’m working
on
a proof-of-concept desktop app, really. Built in Rails. So far, so good,
works quite snappy on Tomcat and Mac OS X under Tomcat.
Tomcat is a little on the heavy side for distributing an app, by the
way.
Jetty looks like it might fit the bill quite nicely, and I came across
the
jetty_rails gem that creates handlers for you. However, it doesn’t
appear to
play nice with the rails 3 gems just yet. Anybody know if that’s still
being
maintained, or gone through the process of patching it? I’m doing the
require-whack-a-mole now.
Regards,
Billy