Highlights
- Arctic Code Vault Contributor
- GitHub Sponsor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
673 contributions in the last year
Activity overview
Contribution activity
October 2020
- janko/sequel-rails Ruby
- janko/puma-heroku Ruby
- janko/passenger C++
Created a pull request in puma/puma-heroku that received 2 comments
Sequel support
Close all Sequel connections before forking. There is no need to re-establish the connection later, as Sequel will automaticaly re-connect on first…
Created an issue in jeremyevans/sequel that received 4 comments
Sequel::Postgres::Database#server_version swallows database disconnect exception
Complete Description of Issue I'm currently integrating Sequel into a Rails app, which is using Spring. In tests, I've encountered a very curious i…