1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 25, 2025 — Jul 25, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
until there's a JRUBY_VERSION check AR-Bogacs is fine to live along AR-JDBC More... over 11 years ago
review config.yml template + add jdbc-mariadb as dev dependency (for 'real' DB testing) More... over 11 years ago
[generator] only use base AR-JDBC gem (do not auto-pull in drivers) More... over 11 years ago
https by default in Gemfile(s) More... over 11 years ago
Merge pull request #22 from kares/package-rubygems-2.4.5 More... over 11 years ago
Merge pull request #23 from kares/travis-jruby More... over 11 years ago
only use base AR-JDBC gem (do not auto-pull in drivers) + re-arrange into logical blocks More... over 11 years ago
[generator] align with using fairly latest AR-JDBC version (due perf improvements) More... over 11 years ago
[generator] recent jruby-openssl (0.9.6 has nice compatibility along JRuby versions) More... over 11 years ago
[travis-ci] let's explicitly test with JRuby (1.7.x) we support + avoid 9K on Java 6 More... over 11 years ago
convert Pathname objects to string before passing to Gem::Installer More... over 11 years ago
generators: update .gitignore More... over 11 years ago
generators: add thread_safe dependency by default More... over 11 years ago
Merge pull request #19 from kares/lru-cache-v2 More... over 11 years ago
use (cheap) synchronize instead of mutex (at least on non MRI platforms) More... over 11 years ago
add thread_safe as a development dependency More... over 11 years ago
BoundedLRUCache v2 ... simpler - shared API using thread_safe (CHM on JRuby) More... over 11 years ago
allow to specify NB_THREADS from env More... over 11 years ago
use regular Hash-like names - keys/values are usually snapshots (by Ruby conventions) More... over 11 years ago
Update README.md More... over 11 years ago
VERSION: bump to 3.2.2 More... over 11 years ago
NEWS: updates for 3.2.2 More... over 11 years ago
invoice: initial support for invoice plugins More... over 11 years ago
Merge pull request #15 from kares/improve-logger More... over 11 years ago
do not build debug messages if not logging at DEBUG level More... over 11 years ago
only log pool details when `logger.debug?` (fixes #14 if logger.log_level > DEBUG) More... over 11 years ago
improve Killbill::Logger - before building message check if logging at given level first ... this also improves compatibility with Ruby's Logger More... over 11 years ago
VERSION: bump to 3.2.1 More... over 11 years ago
gen: regenerate models More... over 11 years ago
update tzinfo to 1.2.x (won't fail on latest JRuby due `require 'rational'`) More... over 11 years ago