G5 / storext

Add type-casting and other features on top of ActiveRecord::Store.store_accessor
MIT License
208 stars 55 forks source link

Rails 7 support #76

Open brunoprietog opened 2 years ago

brunoprietog commented 2 years ago

Hi,

In the dependencies only active record < 6.2 is allowed. Is it possible to allow a higher version to be used with rails 7?

Thanks!

AndiLavera commented 2 years ago

74 Has been open since December. Last commit to the main branch was Jan. 2021. I don't think we will see an update to this gem for a while.

lubosch commented 2 years ago

gem 'storext', github: 'erikaxel/storext' # https://github.com/G5/storext/issues/76

works for now

Ancez commented 2 months ago

Hi @variousred,

Could you please let us know how/where we can help to get Rails 7 support added?

I think it should be as simple as merging one of the Rails 7 PRs, e.g. https://github.com/G5/storext/pull/74

Alternatively, if this gem is no longer maintained, could we add a comment about it into the Readme?

Thanks!