├── .rubocop-https---www-goodcop-style-base-yml ├── .rubocop.yml ├── Gemfile ├── Gemfile.lock ├── LICENSE ├── README.md └── dist ├── honeybadger.json ├── i18n-tasks.json ├── i18n └── locale.json ├── index.html ├── kamal └── deploy.json ├── lefthook.json ├── mongoid.json ├── packwerk └── package.json ├── pghero.json ├── rails.rb ├── rails ├── cable.json ├── cache.json ├── database.json ├── queue.json ├── recurring.json └── storage.json ├── rorvswild.json ├── rubocop.json ├── scout_apm.json ├── shoryuken.json ├── sidekiq.json ├── standard.json └── vite.json /.rubocop-https---www-goodcop-style-base-yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yippee-fun/rubyschema/HEAD/.rubocop-https---www-goodcop-style-base-yml -------------------------------------------------------------------------------- /.rubocop.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yippee-fun/rubyschema/HEAD/.rubocop.yml -------------------------------------------------------------------------------- /Gemfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yippee-fun/rubyschema/HEAD/Gemfile -------------------------------------------------------------------------------- /Gemfile.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yippee-fun/rubyschema/HEAD/Gemfile.lock -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yippee-fun/rubyschema/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yippee-fun/rubyschema/HEAD/README.md -------------------------------------------------------------------------------- /dist/honeybadger.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yippee-fun/rubyschema/HEAD/dist/honeybadger.json -------------------------------------------------------------------------------- /dist/i18n-tasks.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yippee-fun/rubyschema/HEAD/dist/i18n-tasks.json -------------------------------------------------------------------------------- /dist/i18n/locale.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yippee-fun/rubyschema/HEAD/dist/i18n/locale.json -------------------------------------------------------------------------------- /dist/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yippee-fun/rubyschema/HEAD/dist/index.html -------------------------------------------------------------------------------- /dist/kamal/deploy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yippee-fun/rubyschema/HEAD/dist/kamal/deploy.json -------------------------------------------------------------------------------- /dist/lefthook.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yippee-fun/rubyschema/HEAD/dist/lefthook.json -------------------------------------------------------------------------------- /dist/mongoid.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yippee-fun/rubyschema/HEAD/dist/mongoid.json -------------------------------------------------------------------------------- /dist/packwerk/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yippee-fun/rubyschema/HEAD/dist/packwerk/package.json -------------------------------------------------------------------------------- /dist/pghero.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yippee-fun/rubyschema/HEAD/dist/pghero.json -------------------------------------------------------------------------------- /dist/rails.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yippee-fun/rubyschema/HEAD/dist/rails.rb -------------------------------------------------------------------------------- /dist/rails/cable.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yippee-fun/rubyschema/HEAD/dist/rails/cable.json -------------------------------------------------------------------------------- /dist/rails/cache.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yippee-fun/rubyschema/HEAD/dist/rails/cache.json -------------------------------------------------------------------------------- /dist/rails/database.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yippee-fun/rubyschema/HEAD/dist/rails/database.json -------------------------------------------------------------------------------- /dist/rails/queue.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yippee-fun/rubyschema/HEAD/dist/rails/queue.json -------------------------------------------------------------------------------- /dist/rails/recurring.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yippee-fun/rubyschema/HEAD/dist/rails/recurring.json -------------------------------------------------------------------------------- /dist/rails/storage.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yippee-fun/rubyschema/HEAD/dist/rails/storage.json -------------------------------------------------------------------------------- /dist/rorvswild.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yippee-fun/rubyschema/HEAD/dist/rorvswild.json -------------------------------------------------------------------------------- /dist/rubocop.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yippee-fun/rubyschema/HEAD/dist/rubocop.json -------------------------------------------------------------------------------- /dist/scout_apm.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yippee-fun/rubyschema/HEAD/dist/scout_apm.json -------------------------------------------------------------------------------- /dist/shoryuken.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yippee-fun/rubyschema/HEAD/dist/shoryuken.json -------------------------------------------------------------------------------- /dist/sidekiq.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yippee-fun/rubyschema/HEAD/dist/sidekiq.json -------------------------------------------------------------------------------- /dist/standard.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yippee-fun/rubyschema/HEAD/dist/standard.json -------------------------------------------------------------------------------- /dist/vite.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yippee-fun/rubyschema/HEAD/dist/vite.json --------------------------------------------------------------------------------