π Codeberg Activity Feed: https://codeberg.org/jaredwhite?tab=activity
Publishing my updates on Codeberg for the GitHub social feed! Yes, GitHub is sort of like a social network for coders, and I realized one downside to moving most of my work to Codeberg is folks here miss out on my updates in their feed. So I'll be merging PRs here on a semi-regular basis to keep you informed. Follow me and star this repo to get those updates in your feed!
- 2025-12-16: jaredwhite/lifeform v0.17.0
- Add
fragment"field" type for adding arbitrary HTML sections to forms - Allow disabling csrf protection
- Convert tests to spec style and add "Intuitive Expectations"
- remove rails-dom-testing
- bump minimum Ruby to 3.2
- Add
- 2025-12-14: jaredwhite/freyia v0.6.0
- Add support for Serbea-based templates (alternative to ERB)
- Refactor all
params = {}to real keyword arguments - Handle ANSI codes in columnar calculations (for
print_table) - Use yarddoc syntax for all doc comments
- 2025-11-22: a Table of Open Source Projects is now on my Codeberg profile with links and statuses!
- 2025-11-03: jaredwhite/serbea v2.4.0
- Convert to using new
Erubi::CaptureBlockEngine - Add RuboCop to repo and apply many suggested fixes
- Convert to using new
- 2025-11-03: jaredwhite/streamlined v0.6.2
- Rename proc internals to
__streamlinedprefix to avoid pollution - Convert tests to spec style & remove rails-dom-testing
- Rename proc internals to
- 2025-10-29: heartml/ride_the_streetcar - Add solargraph, clean up cops, simplify tests