refinerycms icon indicating copy to clipboard operation
refinerycms copied to clipboard

No support for Rails 5.2?

Open JRice opened this issue 5 years ago • 8 comments

I cannot find a version of https://github.com/refinery/refinerycms/blob/4.0.0/core/refinerycms-core.gemspec that allows Rails 5.2.

...Is this intentional? Is there no support for Rails 5.2 in Refinery CMS?

JRice avatar Oct 24 '19 13:10 JRice

AFAIK there's no release for Rails 5.2 support. Rails 6 support is on the way (in master already), Rails 5.2 was added to master, but not released yet -> https://github.com/refinery/refinerycms/commit/e49a6bebefe34bedcca932887f1446f084a23c33#diff-e61c4dff501e6ff3682da137f9b5761d.

simi avatar Oct 24 '19 13:10 simi

Hi @JRice,

It was not intentional. Sorry!

Master branch was compatible with Rails 5.2 until this commit 81ed9917c0ed528bdcb0d91bbecf408d3c89706a

We could probably release a new version of Refinery for this Rails version.

What do you think @parndt ?

bricesanchez avatar Oct 24 '19 13:10 bricesanchez

Yes, it is probably about time!

parndt avatar Oct 24 '19 20:10 parndt

I am in this predicament too. The subtitle for the repository says "...supporting Rails 5.2+" so I think not having a 5.2 compatible release is an oversight.

I'd be happy to move on with Rails 6, but I'm not certain how many refinery extensions will need updating.

anitagraham avatar Oct 26 '19 06:10 anitagraham

@parndt Could you release a version for rails 5.2 with this commit 81ed991 ?

bricesanchez avatar Dec 18 '19 03:12 bricesanchez

Waiting for rails 5.2 support atleast

theRealNG avatar Jan 03 '20 06:01 theRealNG

gem "refinerycms", git: "https://github.com/refinery/refinerycms", ref: "81ed991"

parndt avatar Jan 04 '20 02:01 parndt

Will 81ed991 released as 4.1.0 or something else? update directly via github can't manage with versioning causes next update eventually difficult.

hdmr14 avatar Apr 17 '20 14:04 hdmr14