Ruby & Rails: code guard

310 Views Asked by At

Is there some sort of "Zend code guard" for rails applications ?

Sultan

2

There are 2 best solutions below

0
On BEST ANSWER

Looks like this has been covered before, so question may end getting closed as a dupe.

Can you Distribute a Ruby on Rails Application without Source?

0
On

If you use JRuby, you can then use the warbler gem to package your rails application into a war.

Please note that a war-file is easily inspected, so it offers no real protection; but is a start.