We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
begin pdf = FillablePDF.new(Rails.root.to_s + '/public/pdf_contracts/' + contract.template_name) rescue Exception => e Rails.logger.info('exception - ***') Rails.logger.info(e.message) ensure Rails.logger.info('reached ensure block ') end
So hang the server when i try to create the pdf from .new and didnt even through exception neither ensure msg displayed on production.log.
The text was updated successfully, but these errors were encountered:
@hmxa22 This is a duplicate of Issue 18. Please see this comment and Deployment with Phusion Passenger + Nginx for a workaround. If this solves your problem, please close the issue. Thanks.
Sorry, something went wrong.
No branches or pull requests
begin
pdf = FillablePDF.new(Rails.root.to_s + '/public/pdf_contracts/' + contract.template_name)
rescue Exception => e
Rails.logger.info('exception - ***')
Rails.logger.info(e.message)
ensure
Rails.logger.info('reached ensure block ')
end
So hang the server when i try to create the pdf from .new and didnt even through exception neither ensure msg displayed on production.log.
The text was updated successfully, but these errors were encountered: