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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user