json_schema_builder icon indicating copy to clipboard operation
json_schema_builder copied to clipboard

Build JSON Schema for ActiveRecord models

Results 2 json_schema_builder issues
Sort by recently updated
recently updated
newest added

Hi and thanks for this gem If I have a model ``` ruby class Account < ActiveRecord::Base include Avatarify end ``` that includes a concern ``` ruby module Meritify extend...

After a clean `git clone` and `bundle install`, running the following gives: ``` $ bundle exec ./bin/schema You should include GLI::App instead GLI.run no longer works for GLI-2, you must...