- Replace Sinatra run! calls with direct Puma::Server usage - Use Rack-compatible approach to avoid Sinatra::Wrapper issues - Remove problematic set method calls and run! method calls - Both integrated and standalone health servers now use same Puma/Rack approach - Remove outdated baktainer/logger require from main file This should resolve the undefined method errors with Sinatra::Wrapper. |
||
---|---|---|
.. | ||
bin | ||
lib | ||
spec | ||
.rspec | ||
app.rb | ||
Gemfile | ||
Gemfile.lock | ||
health_server.rb | ||
Rakefile | ||
TESTING.md |