Update task task-35

This commit is contained in:
Dylan Knutson
2025-07-08 00:56:07 +00:00
parent 101d383f95
commit 2f778daf54

View File

@@ -0,0 +1,24 @@
---
id: task-35
title: Optimize Rails boot time with bootsnap and spring
status: In Progress
assignee:
- '@claude'
created_date: '2025-07-08'
updated_date: '2025-07-08'
labels: []
dependencies: []
---
## Description
Improve development and test performance by implementing bootsnap for faster gem loading and spring for preloading the Rails environment, reducing startup time for both server and test suite execution
## Acceptance Criteria
- [ ] Bootsnap is configured and enabled for development and test environments
- [ ] Spring is configured for Rails commands and test execution
- [ ] Application startup time is measurably reduced
- [ ] Test suite startup time is measurably reduced
- [ ] No regressions in functionality
- [ ] Configuration is documented