Skip to content
New issue

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

[rails6] Use relative paths for layouts #7574

Merged

Commits on Jan 26, 2021

  1. [rails6] Use relative paths for layouts

    Fixes the following Deprecation warnings:
    
      DEPRECATION WARNING: Rendering layouts from an absolute path is deprecated.
      (called from render_pdf_internal_rr at /home/travis/build/ManageIQ/manageiq-ui-classic/app/controllers/application_controller/report_downloads.rb:47)
    
      DEPRECATION WARNING: Rendering layouts from an absolute path is deprecated.
      (called from print_report at /Users/nicklamuro/code/redhat/manageiq-ui-classic/app/controllers/application_controller/report_downloads.rb:124)
    
      DEPRECATION WARNING: Rendering layouts from an absolute path is deprecated.
      (called from set_summary_pdf_data at /home/travis/build/ManageIQ/manageiq-ui-classic/app/controllers/application_controller/report_downloads.rb:234)
    
    Caused by the Rails 6.0 Upgrade
    NickLaMuro committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    d2f1b4f View commit details
    Browse the repository at this point in the history