Integrate fizzy-saas as vendored gem at saas/

- Update Gemfile.saas to use path: "saas" instead of GitHub source
- Update config/database.yml to reference local saas/ directory
- Update bin/setup to source saas/bin/setup directly
- Remove redundant dotfiles (ruby-version, gitignore, rubocop, github workflows)
- Add saas/db exclusions to root rubocop config
This commit is contained in:
Jeremy Daer
2025-12-16 12:09:35 -08:00
parent bf47dfde91
commit c691d39ecf
11 changed files with 29 additions and 76 deletions
+2
View File
@@ -11,3 +11,5 @@ AllCops:
Exclude:
- 'db/migrate/**/*'
- 'db/schema*.rb'
- 'saas/db/migrate/**/*'
- 'saas/db/saas_schema.rb'