Answer the question
In order to leave comments, you need to log in
How to protect the code (files) of a rails application from people who can work with ERB templates?
It is clear that there will be access to the process, the main thing is to limit the source code of the application.
Rubyencoder and Liquid templating engine do not count.
Answer the question
In order to leave comments, you need to log in
You can put all the views into a separate gem that will work like a rails engine and connect it to the main application. But in this case, the code of the main application must also be available in order to be able to check the layout.
You can be completely paranoid, and give layout designers not a real application, but a fake one.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question