I’m trying to render an HTML file using render :file in my view, but the problem is, if this .html file contains any ruby code, it’ll end up being executed and that is something I’m trying to avoid.
Is there a way to do that?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
if you want to output a simple file, you can do it like this:
this writes the current file as output.