Skip to content

Conversation

@eileencodes
Copy link
Member

  • Removes EOL'd Ruby and Rails versions
  • Adds a Gemfile for 6.0
  • Fixes the test failures we were seeing on new PRs on relative file renders

Master is on 6.1 so we should add a Gemfile for 6.0
Rails 5.0 and 5.1 as well as Ruby 2.2, 2.3, and 2.4 are EOL. We can
remove them.

Adds 6.0 Gemfile for testing.
rails/rails#35688 deprecated calling `render file` and letting it lookup
the file from anywhere. This was deprecated in 6.0 and removed in 6.1,
which is why travis was failing for new PRs.
@eileencodes eileencodes force-pushed the fix-travis-failures branch from b5c1e5c to 951c784 Compare May 4, 2020 19:12
These tests are now failing because of changes made in
rails/rails#35688. This causes the instrumentation for `@_files` to not
get run, but also don't think this should be supported since that
instrumentation is for templates and now files are just rendered as
files not as templates.
@eileencodes eileencodes force-pushed the fix-travis-failures branch from 951c784 to 9acf9b7 Compare May 4, 2020 19:59
@eileencodes eileencodes requested a review from jhawthorn May 4, 2020 20:01
@lukebooth
Copy link

🎉 This will help the Ruby 2.7 PRs along. Thanks!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants