-
Notifications
You must be signed in to change notification settings - Fork 236
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
Uninitialized constant Uber::Options when updating to 4.1.6 #445
Comments
The problem is Reform 2.2.3, and not Cells.
…On Mon, Jan 30, 2017 at 3:53 AM, wintersolutions ***@***.***> wrote:
I updated cells from 4.1.5 to version 4.1.6. When I run my specs now I get
the error Uninitialized constant Uber::Options (NameError). The full
stacktrace (anonymized) is found below.
Currently my workaround is to not update cells.
*Note*: This issue was filed under trailblazer/trailblazer#175
<trailblazer/trailblazer#175> first until I
found out that cells is the culprit here.
Relevant gems and their versions:
- trailblazer 2.0.3
- bundler 1.13.6
- cells-rails 0.0.7
- cells 4.1.6
- cells-hamlit 0.2.0
- trailblazer-cells 0.0.3
- trailblazer-loader 0.1.0
- trailblazer-operation 0.0.12
- trailblazer-rails 1.0.2
- uber 0.1.0
***@***.***_project/gems/reform-2.2.3/lib/reform/form/populator.rb:12:in `initialize': uninitialized constant Uber::Options (NameError)
from ***@***.***_project/gems/reform-2.2.3/lib/reform/form.rb:25:in `new'
from ***@***.***_project/gems/reform-2.2.3/lib/reform/form.rb:25:in `property'
from ***@***.***_project/gems/reform-rails-0.1.7/lib/reform/form/active_model.rb:30:in `property'
from ***@***.***_project/gems/reform-rails-0.1.7/lib/reform/form/active_model/form_builder_methods.rb:15:in `property'
from /home/foo_user/projects/foo_project/app/concepts/base_contract.rb:2:in `<class:BaseContract>'
from /home/foo_user/projects/foo_project/app/concepts/base_contract.rb:1:in `<top (required)>'
from ***@***.***_project/gems/activesupport-5.0.1/lib/active_support/dependencies/interlock.rb:12:in `block in loading'
from ***@***.***_project/gems/activesupport-5.0.1/lib/active_support/concurrency/share_lock.rb:150:in `exclusive'
from ***@***.***_project/gems/activesupport-5.0.1/lib/active_support/dependencies/interlock.rb:11:in `loading'
from ***@***.***_project/gems/trailblazer-rails-1.0.2/lib/trailblazer/rails/railtie.rb:19:in `block in load_for'
from ***@***.***_project/gems/trailblazer-loader-0.1.0/lib/trailblazer/loader.rb:75:in `block in load_files'
from ***@***.***_project/gems/trailblazer-loader-0.1.0/lib/trailblazer/loader.rb:75:in `each'
from ***@***.***_project/gems/trailblazer-loader-0.1.0/lib/trailblazer/loader.rb:75:in `load_files'
from ***@***.***_project/gems/trailblazer-loader-0.1.0/lib/trailblazer/loader.rb:38:in `call'
from ***@***.***_project/gems/trailblazer-rails-1.0.2/lib/trailblazer/rails/railtie.rb:19:in `load_for'
from ***@***.***_project/gems/trailblazer-rails-1.0.2/lib/trailblazer/rails/railtie.rb:11:in `load_concepts'
from ***@***.***_project/gems/trailblazer-rails-1.0.2/lib/trailblazer/rails/railtie.rb:31:in `block (2 levels) in <class:Railtie>'
from ***@***.***_project/gems/activesupport-5.0.1/lib/active_support/callbacks.rb:396:in `instance_exec'
from ***@***.***_project/gems/activesupport-5.0.1/lib/active_support/callbacks.rb:396:in `block in make_lambda'
from ***@***.***_project/gems/activesupport-5.0.1/lib/active_support/callbacks.rb:169:in `block (2 levels) in halting'
from ***@***.***_project/gems/activesupport-5.0.1/lib/active_support/callbacks.rb:547:in `block (2 levels) in default_terminator'
from ***@***.***_project/gems/activesupport-5.0.1/lib/active_support/callbacks.rb:546:in `catch'
from ***@***.***_project/gems/activesupport-5.0.1/lib/active_support/callbacks.rb:546:in `block in default_terminator'
from ***@***.***_project/gems/activesupport-5.0.1/lib/active_support/callbacks.rb:170:in `block in halting'
from ***@***.***_project/gems/activesupport-5.0.1/lib/active_support/callbacks.rb:454:in `block in call'
from ***@***.***_project/gems/activesupport-5.0.1/lib/active_support/callbacks.rb:454:in `each'
from ***@***.***_project/gems/activesupport-5.0.1/lib/active_support/callbacks.rb:454:in `call'
from ***@***.***_project/gems/activesupport-5.0.1/lib/active_support/callbacks.rb:101:in `__run_callbacks__'
from ***@***.***_project/gems/activesupport-5.0.1/lib/active_support/callbacks.rb:750:in `_run_prepare_callbacks'
from ***@***.***_project/gems/activesupport-5.0.1/lib/active_support/callbacks.rb:90:in `run_callbacks'
from ***@***.***_project/gems/activesupport-5.0.1/lib/active_support/reloader.rb:87:in `prepare!'
from ***@***.***_project/gems/railties-5.0.1/lib/rails/application/finisher.rb:53:in `block in <module:Finisher>'
from ***@***.***_project/gems/railties-5.0.1/lib/rails/initializable.rb:30:in `instance_exec'
from ***@***.***_project/gems/railties-5.0.1/lib/rails/initializable.rb:30:in `run'
from ***@***.***_project/gems/railties-5.0.1/lib/rails/initializable.rb:55:in `block in run_initializers'
from /home/foo_user/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/tsort.rb:228:in `block in tsort_each'
from /home/foo_user/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/tsort.rb:350:in `block (2 levels) in each_strongly_connected_component'
from /home/foo_user/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/tsort.rb:431:in `each_strongly_connected_component_from'
from /home/foo_user/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/tsort.rb:349:in `block in each_strongly_connected_component'
from /home/foo_user/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/tsort.rb:347:in `each'
from /home/foo_user/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/tsort.rb:347:in `call'
from /home/foo_user/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/tsort.rb:347:in `each_strongly_connected_component'
from /home/foo_user/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/tsort.rb:226:in `tsort_each'
from /home/foo_user/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/tsort.rb:205:in `tsort_each'
from ***@***.***_project/gems/railties-5.0.1/lib/rails/initializable.rb:54:in `run_initializers'
from ***@***.***_project/gems/railties-5.0.1/lib/rails/application.rb:352:in `initialize!'
from /home/foo_user/projects/foo_project/config/environment.rb:5:in `<top (required)>'
from /home/foo_user/projects/foo_project/spec/rails_helper.rb:6:in `require'
from /home/foo_user/projects/foo_project/spec/rails_helper.rb:6:in `<top (required)>'
from /home/foo_user/projects/foo_project/spec/concepts/base_operation_spec.rb:1:in `require'
from /home/foo_user/projects/foo_project/spec/concepts/base_operation_spec.rb:1:in `<top (required)>'
from ***@***.***_project/gems/rspec-core-3.5.4/lib/rspec/core/configuration.rb:1435:in `load'
from ***@***.***_project/gems/rspec-core-3.5.4/lib/rspec/core/configuration.rb:1435:in `block in load_spec_files'
from ***@***.***_project/gems/rspec-core-3.5.4/lib/rspec/core/configuration.rb:1433:in `each'
from ***@***.***_project/gems/rspec-core-3.5.4/lib/rspec/core/configuration.rb:1433:in `load_spec_files'
from ***@***.***_project/gems/rspec-core-3.5.4/lib/rspec/core/runner.rb:100:in `setup'
from ***@***.***_project/gems/rspec-core-3.5.4/lib/rspec/core/runner.rb:86:in `run'
from ***@***.***_project/gems/rspec-core-3.5.4/lib/rspec/core/runner.rb:71:in `run'
from ***@***.***_project/gems/rspec-core-3.5.4/lib/rspec/core/runner.rb:45:in `invoke'
from ***@***.***_project/gems/rspec-core-3.5.4/exe/rspec:4:in `<top (required)>'
from ***@***.***_project/bin/rspec:22:in `load'
from ***@***.***_project/bin/rspec:22:in `<main>'
from ***@***.***_project/bin/ruby_executable_hooks:15:in `eval'
from ***@***.***_project/bin/ruby_executable_hooks:15:in `<main>'
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#445>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAAopgfw6AKIohX_qShWcR2uTw8rsADMks5rXMQagaJpZM4Lw1qZ>
.
|
Damn, there it is on the first line of the stacktrace |
You can now upgrade to Reform 2.2.4, which doesn't use |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I updated cells from 4.1.5 to version 4.1.6. When I run my specs now I get the error
Uninitialized constant Uber::Options (NameError)
. The full stacktrace (anonymized) is found below.Currently my workaround is to not update cells.
Note: This issue was filed under trailblazer/trailblazer#175 first until I found out that cells is the culprit here.
Relevant gems and their versions:
The text was updated successfully, but these errors were encountered: