Skip to content
This repository has been archived by the owner on Nov 12, 2019. It is now read-only.

Drop support for ruby 1.9 and rails <4.1 #32

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Drop support for ruby 1.9 and rails <4.1 #32

wants to merge 1 commit into from

Conversation

gssbzn
Copy link
Contributor

@gssbzn gssbzn commented Jan 4, 2018

Dropping old and unsupported versions of ruby and RoR

@deivid-rodriguez
Copy link

Hei @seanfcarroll, any thoughts about this? :)

@scarroll32
Copy link
Member

I'd be for dropping old versions, but the tests will need to pass. Looks like they are failing on old versions of Ruby.

@deivid-rodriguez
Copy link

Master seems to be failing in the exact same way: https://travis-ci.org/activerecord-hackery/polyamorous/builds/413682950?utm_source=github_status&utm_medium=notification, and this PR was recently rebased, so I'd say it's good to go?

s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These changes seem unrelated?


# specify any dependencies here; for example:
# s.add_development_dependency "rspec"
# s.add_runtime_dependency "rest-client"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also this.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perhaps removing the old versions from .travis.yml and re-running the tests is a good idea? https://github.com/activerecord-hackery/polyamorous/blob/master/.travis.yml

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You mean also dropping support for ruby 2.2 and ruby 2.3, or excluding those entries? In any case, tests are failing against Rails master, I guess the best solution for now would be to move the failing entries to allowed_failures.

@deivid-rodriguez
Copy link

I see now that this repo is no longer maintained. Maybe the repo should be archived and all issues and PRs closed to prevent further confusion?

Dropping old and unsupported versions of ruby and RoR
@gregmolnar
Copy link
Member

@seanfcarroll I agree with @deivid-rodriguez . Shall we archive this repo, and do all we can to direct folks to ransack?

@scarroll32
Copy link
Member

There is a conversation around Polyamorous over at baby squeel. They are including Ransack to have access to Polyamorous.

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.

4 participants