✨ Create Microsoft Action Items from Rails

Note: This was generated by ChatGPT ✨ Great — here’s a clean, production-ready Rails service object pattern for integrating your app with Microsoft Graph (for Outlook / Microsoft To Do / SharePoint). ...

February 12, 2026 · 3 min · Markus Greiner

OpenAI and Rails

Small example Below is a complete small Ruby on Rails example showing how to implement OpenAI tool calling end-to-end. This example: ...

February 12, 2026 · 9 min · Markus Greiner

github, azure and mirrors

Simple mirror push Simple mirror push — just a few commands: 1. Clone the GitHub repo as a bare clone ...

January 15, 2026 · 2 min · Markus Greiner

Run git-cliff first, then tag. The typical workflow is: # 1. Generate/update the changelog (bumps to next version automatically) git cliff --bump -o CHANGELOG.md # 2. Stage and commit it git add CHANGELOG.md git commit -m "chore(release): prepare for v1.2.0" # 3. Then tag git tag v1.2.0 # 4. Push both git push && git push --tags Why this order? ...

2 min · Markus Greiner