mirror of
https://github.com/plashchynski/crono.git
synced 2026-01-13 13:53:27 +01:00
uninitialized constant GraphQL::Batch #59
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @anga on GitHub (Apr 22, 2019).
I'm using graphql gem on my app and when I try to start crono, it fails with
uninitialized constant GraphQL::Batchexception:I tried to load manually the environment.rb file on
config/cronotab.rb, but it fails before reach the file. I alsto tried runningrails crono:checkbut all is ok. No other rails command fails so far (that I tried, likerails server,rails console, etc`). I don't know where to look at.Any help is really welcomed
cli:
config/cronotab.rb
Gemfile
Exception:
NOTE: everything is running inside docker, that is why
/url/local/...I'm sure that I may be doing something wrong.
Thanks in advance.
@anga commented on GitHub (Apr 22, 2019):
Not a
ceronoissue. Looks like agraphql-rubyissue. Sorry for the post