Closed olegantonyan closed 5 years ago
I believe this has been fixed with the most recent commits (although it's not released yet on Ruby gems as of 3/25/19). You can use this in your Gemfile as a temporary fix:
gem 'jb', git: 'https://github.com/amatsuda/jb'
layouts/application.html.erb
This causes an error in rails 6.0.0.beta3:
Can be reproduced on a fresh new app
rails _6.0.0.beta3_ new test_render
example: https://github.com/olegantonyan/jb_render_bug