Rails 8 demo: authenticated activity feed showcasing Solid Queue, Solid Cache, and Solid Cable.
bundle install
bin/rails db:preparebin/dev # or: bin/rails server + bin/jobs in a second terminalOpen http://localhost:3000 — sign up (or sign in) to use the feed.
Mission Control: http://localhost:3000/jobs (admin / solid by default)
- New posts appear as pending (Queue callout), then flip to ready over Cable (
bin/devruns web +bin/jobs; development uses Solid Cable so cross-process broadcasts work) - Ready posts show a Cache callout and are fragment-cached via Solid Cache
- Recurring purge removes pending posts older than 15 minutes
bin/rails test
bin/rails test:system