Robin Böning
Robin Böning
I had the same thoughts for namespacing after stumbling into an error because I like using Pundit's `verify_policy_scoped` to verify the use of `policy_scope`. My approach for changing administrate's punditize...
I just ran into the same issue. We are using Apollo Gateway and have introspection queries disabled in production. As @leoGalani said since this client so closely related to `graphql-ruby`...
Yeah, right. I will fix the issues.
@rud Tests are passing now. I noticed two lines not being covered by tests: https://coveralls.io/builds/25983231/source?filename=app%2Fcontrollers%2Fproblems_searcher.rb#L34 https://coveralls.io/builds/25983231/source?filename=app%2Fcontrollers%2Fproblems_searcher.rb#L38 Since those exposed variables are only used in the view context and in view...
Sometimes talking about enlightens yourself. > Since those exposed variables are only used in the view context I just noticed, I should probably move it into helper methods since its...
Its helper methods now and the view specs are covering them.
Hey @stevecrozz, I see your point and I agree the proposed way is leading to a greater set of nice features. Though, right now I don't have the time to...
Some people are playing around with p2p on mainnet. So I am just leaving this here for reference: https://forum.cardano.org/t/cardano-node-1-33-0-in-p2p-mode-on-mainnet/91353/8
As most of you already said, moving globalize to `spree_core` and leaving the translation files in `spree_i18n` would probably the best idea to a) not loose focus on the feature...