manalang

manalang

  • 09:43:42 pm on October 13, 2008 | # |
    Tags: , ,

    Have a need to compile your Rails app (on JRuby)? If you’re shipping a Rails app as a product and need to protect your IP, JRuby can compile your *.rb files to first class Java class files… but you’ll need this patch.

    After applying that, you can simply do this:

    jrubyc app/ lib/
    rm `find app/ lib/ -name '*.rb'`
    
     

Viewing 7 Comments

Trackbacks

close Reblog this comment
blog comments powered by Disqus