default_value_for
default_value_for copied to clipboard
Support for Rails 7
One for has added support: https://github.com/healthium/default_value_for/commit/1f3afa442a0c93dfbd9cc027e53fd531b3ac5232
Can you pull in that commit?
There is a PR here that is open https://github.com/FooBarWidget/default_value_for/pull/91.
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
@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!
@norman @FooBarWidget could you please submit a new release that includes Rails 7 support whenever you have time?
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?