Trent Kocurek
Trent Kocurek
Added $all and $any methods to NSArray additions.
With turbolinks, the gritter notification shows on every page. Have you tested this with turbolinks?
I have a sequence with 2 steps that is not running. ```ruby class Events::ResetRecurrencesSequence < Sidekiq::Sequence::Base step DestroyRecurrences step CreateRecurrences end ``` ```ruby # app/jobs/events/reset_recurrences_sequence/destroy_recurrences.rb class Events::DestroyEventSequence::DestroyRecurrences include Sidekiq::Sequence::Worker def...
I have my User model as a `phi_model` and I have the following in the model. ```ruby phi_model include_in_phi(*%i[ uid name slug phone office_phone last_sign_in_ip unconfirmed_email current_sign_in_ip ]) ``` In...
https://github.com/graphql-devise/graphql_devise/blob/febac4fc5f501b59859419e25d36dd9abf7e645a/lib/graphql_devise/schema_plugin.rb#L22C7-L22C37 Schema.tracer(#{:login=>Mutations::Auth::Login, :register=>Mutations::Auth::Register}}, @routing=false, @default_operations={:login=>{:klass=>GraphqlDevise::Mutations::Login, :authenticatable=>true}, :logout=>{:klass=>GraphqlDevise::Mutations::Logout, :authenticatable=>true}, :register=>{:klass=>GraphqlDevise::Mutations::Register, :authenticatable=>true}, :update_password_with_token=>{:klass=>GraphqlDevise::Mutations::UpdatePasswordWithToken, :authenticatable=>true}, :send_password_reset_with_token=>{:klass=>GraphqlDevise::Mutations::SendPasswordResetWithToken, :authenticatable=>false}, :resend_confirmation_with_token=>{:klass=>GraphqlDevise::Mutations::ResendConfirmationWithToken, :authenticatable=>false}, :confirm_registration_with_token=>{:klass=>GraphqlDevise::Mutations::ConfirmRegistrationWithToken, :authenticatable=>true}}>], @authenticate_default=false, @public_introspection=true, @unauthenticated_proc=#>)` is deprecated; use module-based `trace_with` instead. See: https://graphql-ruby.org/queries/tracing.html /app/vendor/bundle/ruby/3.1.0/gems/graphql_devise-1.5.0/lib/graphql_devise/schema_plugin.rb:22:in...