Skip to content
This repository has been archived by the owner on Jul 28, 2018. It is now read-only.

fix rails 5 deprecations #671

Closed
wants to merge 1 commit into from
Closed

Conversation

ajb
Copy link
Contributor

@ajb ajb commented Sep 20, 2016

closes #665

@dhh mentioned (rails/rails#24018 (comment)) that the maintainers would be open to releasing a new version of turbolinks-classic that fixes these deprecations, so I humbly submit this PR for review. 😁

@nilbus
Copy link

nilbus commented Oct 20, 2016

Is this backward-compatible with Rails 4?

@aried3r
Copy link

aried3r commented Dec 12, 2016

Is this backward-compatible with Rails 4?

Not fully, I think. Module#prepend came with Ruby 2.0 but Rails 4 supports Ruby 1.9.3.

@aried3r
Copy link

aried3r commented Jun 2, 2017

Ping @rafaelfranca, would you be open to a PR that removes compatibility for Ruby <2, maybe even Rails <4.2?

We cannot yet switch to TL 5 in our project, so we want to keep using TL-classic for the time being.

@mmoll
Copy link

mmoll commented Sep 16, 2017

what's the status here?

@rafaelfranca
Copy link
Contributor

I'd prefer to not remove support to Rails 4.2 right now. So can we conditionally check the Rails version where it is necessary?

@mmoll
Copy link

mmoll commented Oct 23, 2017

I can take a look how far I can get, but first #678 would need to get merged.

@mmoll
Copy link

mmoll commented Oct 23, 2017

hrm, I guess that whole testing stuff should go to 2-5-stable, like this PR?

@mmoll
Copy link

mmoll commented Nov 27, 2017

please see #679

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants