1

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

Sultan

Djizeus
  • 4,161
  • 1
  • 24
  • 42
sultan
  • 5,978
  • 14
  • 59
  • 103

2 Answers2

0

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?

Community
  • 1
  • 1
Chris Kimpton
  • 5,546
  • 6
  • 45
  • 72
0

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.

nathanvda
  • 49,707
  • 13
  • 117
  • 139