Description
Currently, launching a Rage application with rackup works correctly on Rack 2 but fails on Rack 3. Since Rack 3 is the current stable version, this should be supported.
Tips
- Check the Rack 3 upgrade guide for breaking changes between Rack 2 and Rack 3.
- Compare how the
rackup command initializes the server in Rack 2 vs Rack 3 — the handler/server registration interface has changed.
- Check the architecture doc that shows how Rage's core components interact with each other and outlines the design principles.
- Feel free to ask any questions or request help in the comments below!
Description
Currently, launching a Rage application with
rackupworks correctly on Rack 2 but fails on Rack 3. Since Rack 3 is the current stable version, this should be supported.Tips
rackupcommand initializes the server in Rack 2 vs Rack 3 — the handler/server registration interface has changed.