default_value_for icon indicating copy to clipboard operation
default_value_for copied to clipboard

Support for Rails 7

Open kapso opened this issue 3 years ago • 11 comments

kapso avatar Jan 12 '22 13:01 kapso

One for has added support: https://github.com/healthium/default_value_for/commit/1f3afa442a0c93dfbd9cc027e53fd531b3ac5232

Can you pull in that commit?

paulschreiber avatar Jun 12 '22 21:06 paulschreiber

There is a PR here that is open https://github.com/FooBarWidget/default_value_for/pull/91.

seanarnold avatar Aug 09 '22 21:08 seanarnold

With the merging of #91, you can now pull in master in your Gemfile to support Rails 7:

gem "default_value_for",  github: "FooBarWidget/default_value_for", branch: "master"

(Thank you to @norman for merging!) 🎉

After Norman gets the tests working, he may release or we may need to poke someone else to get a release (he hasn't maintained the project in some time, big thank to him for stepping back briefly for this): https://github.com/FooBarWidget/default_value_for/pull/91#issuecomment-1218212079

NEWeber avatar Aug 17 '22 15:08 NEWeber

@chrisarcand If you've got time, would you be able to submit a new release (which would have support for Rails 7) please? That'd be greatly appreciated by many. 🙏 Cheers!

nbcraft avatar Sep 15 '22 23:09 nbcraft

@norman @FooBarWidget could you please submit a new release that includes Rails 7 support whenever you have time?

igor-drozdov avatar Jan 18 '23 11:01 igor-drozdov

It looks like on Rubygems, it still is restricted to Rails < 7.0 which makes it impossible to use with current Rails version directly from Rubygems.

It looks like master is correct but no new version was cut. Could we cut 3.4.1, since it looks like the tests on #91 are passing now?

capripot avatar May 11 '23 01:05 capripot