Skip to content
New issue

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

release 3.0.3 seems to get Reform form broken #213

Open
ZombieHarvester opened this issue Jan 28, 2017 · 4 comments
Open

release 3.0.3 seems to get Reform form broken #213

ZombieHarvester opened this issue Jan 28, 2017 · 4 comments

Comments

@ZombieHarvester
Copy link

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

    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
@apotonick
Copy link
Member

I know, sorry.

@apotonick
Copy link
Member

Your Disposable is too old.

@ZombieHarvester
Copy link
Author

@apotonick

isn't reform's latest release 2.2.3 which limits disposable to <0.4.0?
https://rubygems.org/gems/reform/

@apotonick
Copy link
Member

Yes, please use reform/master. We are working hard to crank out Reform 2.3.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants