Mrudul Tarwatkar

Results 7 issues of Mrudul Tarwatkar

I've defined props something like this: ``` props: {} ``` Then, in the parent, I do: ``` const widgetPreview = Widget({ preview: true }); widgetPreview.updateProps({ preview: true, color: 'blue' });...

I've a [JSON Rails API](https://github.com/rails-api/rails-api) which uses Sidekiq for background processing. As the application is api only and responds only in JSON, how can I possibly integrate the Sidekiq UI...

Useful when we need to manually recreate a database at a later point in developement.

Here's the model: ``` class DistributorUserSource < ApplicationRecord alias_attribute :client_customer_id, :client_userid alias_attribute :client_customer_platform, :source validates :source, :client_userid, presence: true} as_enum :source, [:ONE, :TWO, :THREE], map: :string, source: :source belongs_to :distributor_user...

Given the following custom page: ``` ActiveAdmin.register_page "Invite Account" do content do active_admin_form_for :invitation, url: invite_account_admin_accounts_path, method: :post do |f| f.inputs do f.input :first_name, label: 'First name', required: true f.input...

bug

Adds support for trilogy [adapter](https://github.com/trilogy-libraries/activerecord-trilogy-adapter) in Rails >= 6 and

https://github.com/trilogy-libraries/activerecord-trilogy-adapter