We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hi @apotonick
3.0.3 release seems to get broken my reform form
NameError: uninitialized constant Uber::Options
require 'reform/form/coercion' class PriceChangeForm < Reform::Form feature Coercion property :contract_item_id, type: Types::Form::Int
property :contract_item_id, type: Types::Form::Int This is the line it's no longer happy about
property :contract_item_id, type: Types::Form::Int
reform (2.2.3) disposable (>= 0.3.0, < 0.4.0) representable (>= 2.4.0, < 3.1.0) uber (>= 0.0.15, < 0.2.0) reform-rails (0.1.7) activemodel (>= 3.2) reform (>= 2.2.0) representable (3.0.3) declarative (< 0.1.0) declarative-option (< 0.2.0) uber (< 0.2.0) disposable (0.3.2) declarative (>= 0.0.8, < 1.0.0) representable (>= 2.4.0, <= 3.1.0) uber
The text was updated successfully, but these errors were encountered:
I know, sorry.
Sorry, something went wrong.
Your Disposable is too old.
@apotonick
isn't reform's latest release 2.2.3 which limits disposable to <0.4.0? https://rubygems.org/gems/reform/
reform
2.2.3
disposable
<0.4.0
Yes, please use reform/master. We are working hard to crank out Reform 2.3.
reform/master
No branches or pull requests
hi @apotonick
3.0.3 release seems to get broken my reform form
property :contract_item_id, type: Types::Form::Int
This is the line it's no longer happy aboutThe text was updated successfully, but these errors were encountered: