Skip to content

Ruby cleanup#180

Merged
dracco1993 merged 14 commits intomasterfrom
ruby-cleanup
Feb 19, 2026
Merged

Ruby cleanup#180
dracco1993 merged 14 commits intomasterfrom
ruby-cleanup

Conversation

@dracco1993
Copy link
Member

No description provided.

Removed:
- Gemfile, Gemfile.lock
- Rakefile, config.ru
- docker-entry.sh, Procfile
Removed app/ including:
- channels/, controllers/, jobs/, mailers/
- models/, services/, views/, workers/
- javascript/
Removed lib/ including:
- lib/bot/commands/ (11 Ruby commands)
- lib/bot/events/ (6 Ruby events)
- lib/bot.rb
- lib/tasks/
Removed config/ including:
- application.rb, boot.rb, environment.rb
- database.yml, routes.rb, puma.rb
- environments/ (3 files)
- initializers/ (11 files)
- locales/
Removed bin/ including:
- rails, rake, setup, spring
- db_setup.sh
Removed:
- spec/ (RSpec tests)
- test/ (Rails system tests)
Removed db/ including:
- schema.rb (duplicated in prisma/schema.prisma)
- seeds.rb (empty)
- migrate/*.rb (12 migration files)
Removed:
- public/ (Rails static files)
- storage/ (Active Storage)
- tmp/, log/ (temp/log files)
- vendor/
Removed:
- .rubocop.yml (Ruby linting)
- .travis.yml (Travis CI)
- .browserslistrc (Webpacker)
- scripts/invite_stats.rb
- Rewrote README.md with TypeScript setup instructions
- Cleaned up .gitignore (removed Ruby entries, kept Node.js entries)
@dracco1993 dracco1993 merged commit 42d9ccc into master Feb 19, 2026
4 checks passed
@dracco1993 dracco1993 deleted the ruby-cleanup branch February 19, 2026 04:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant