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
+1 -2
View File
@@ -136,8 +136,7 @@ bundle config set --local auto_install true
step "Installing RubyGems" bundle install
if [ -n "$SAAS" ]; then
saas_setup=$(bundle show fizzy-saas)/bin/setup
source "$saas_setup"
source "$app_root/saas/bin/setup"
else
if [ "$DATABASE_ADAPTER" = "mysql" ]; then
oss_mysql_setup