0 : e } return nil if null r.uniq.sort endI try it in the console too:Loading development environment (Rails 7.1.4) irb(main):001> require 'fugit' => false irb(main):002> Fugit::Cron.parse('0 1 * * *') (irb):2:in `': undefined method `collect' for nil:NilClass (NoMetho...
1) Error:StatusesControllerTest#test_should_create_status:NoMethodError: undefined method `statuses' for nil:NilClassapp/controllers/statuses_controller.rb:30:in `create'test/controllers/statuses_controller_test.rb:22:in `block (2 levels) in<class:StatusesControllerTest>'test/controllers/statuses_contro...
on Sep 14, 2021 fastlane locked and limited conversation to collaboratorson Nov 13, 2021 Sign up for freeto join this conversation on GitHub.Already have an account?Sign in to comment Assignees No one assigned Code with Copilot Agent Mode...
Only users matching the mail domains listed there are allowed to login. in our case it was automatically filled out with a dns suffix from our server, but some users had different mail addresses. then i have added the mail domain and it worked. for example: in the all...
NoMethodError: undefined method `satisfied_by?' for nil:NilClass /app/main/.rbenv/versions/2.7.5/lib/ruby/site_ruby/2.7.0/bundler/lazy_specification.rb:94:in `block in __materialize__' /app/main/.rbenv/versions/2.7.5/lib/ruby/site_ruby/2.7.0/bundler/lazy_specification.rb:92:in `select...
Error Message - "undefined method `[]' for nil:NilClass" Error Stack - /app/vendor/bundle/ruby/2.6.0/gems/sentry-raven-2.12.0/lib/raven/client.rb:83:in `get_message_from_exception' /app/vendor/bundle/ruby/2.6.0/gems/sentry-raven-2.12.0/lib/raven/client.rb:89:in `get_log_message...
Cause: undefined method `[]' for nil:NilClass Location: /home/mscrivo/affinity/vendor/bundle/ruby/3.0.0/gems/ddtrace-0.48.0/lib/ddtrace/runtime/container.rb:56:in `block (2 levels) in descriptor' Even if tracing is disabled. Note, they are running the code on VMs, but not ...
Something that can be done right now is provide a better error message when this issue happens that doesn't end up calling a method onnilbut instead informs of the specific gem name & version that failed to be materialized. I'll try to find some time to work on that. ...