So there is an open source project on GitHub. And you forked it already. And there is this bug XYZ
you would like to fix, throught a pull request. This post is a short checklist on how to do it.
So there is an open source project on GitHub. And you forked it already. And there is this bug XYZ
you would like to fix, throught a pull request. This post is a short checklist on how to do it.
... or how to spend unneccessary time on infrastructure problems.
Ruby is a great language and offers many tools to quickly develop (web) applications and awesome libraries. But sometimes it sucks. And that is the case when migrating applications to new Ruby versions.
Finished my master thesis entitled Exploring Run-time Behavior in Reversible Experiments - An Application of Worlds for Debugging. It is about painting walls and refrigerators.
Nearly every modern web framework features MVC, the separation of program parts into model, view and controller. This article discusses how Jersey, the reference implementation of JSR 311 (JAX-RS) can be extended to do MVC as supported by Ruby on Rails, Spring MVC and many other web frameworks, too.
This post showcases how a simple MVC extension can be built for Jersey, too.