1
I Use This!
Inactive

Commits : Listings

Analyzed about 20 hours ago. based on code collected 1 day ago.
Jul 21, 2025 — Jul 21, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
active_utils assumes OpenSSL + only require 'active_utils' and allow auto-load to kick in More... over 11 years ago
active_merchant: fix outdated gem version in template gemspec More... over 11 years ago
VERSION: bump to 3.2.0 More... over 11 years ago
NEWS: updates for 3.2.0 More... over 11 years ago
active_merchant: switch all payment method fields to varchar More... over 11 years ago
active_merchant: enhance handling of payment method types More... over 11 years ago
active_merchant: fix gateway configuration More... over 11 years ago
active_merchant: remove log_file default configuration More... over 11 years ago
do not load MySQL driver - **adapter: mysql** will auto-load (unless :jndi specified) More... over 11 years ago
active_merchant: remove driver specification More... over 11 years ago
active_merchant: update Jarfile template More... over 11 years ago
only require 'java' on JRuby in spec helper More... over 11 years ago
improve .gem file resolution ... unable to package under RVM (using a gemset) More... over 11 years ago
avoid AR-JDBC JdbcConnection monkey-patch ... won't work in next major anyways ... in terms of retrying, use `config[:retry_count]` which AR-JDBC supports and shall support for the future More... over 11 years ago
review **config.yml** template : - avoid the jdbc prefixed adapter name - deafult to using the false-pool in KB - notes on what happens on configure_connection due AR compatibility (could probably be moved on the KB used JDBC connection pool's side) More... over 11 years ago
setup AR::Bogacs's false pool whenever there's a JNDI DB config with **pool: false** More... over 11 years ago
require 'yaml' (do not rely on AR or others loading it) since it's used internally More... over 11 years ago
best to explicitly require 'arjdbc' since there's an explicit active_record require as well More... over 11 years ago
Jarfile: update to latest artifacts More... over 11 years ago
active_merchant: fix typo in integration_spec More... over 11 years ago
active_merchant: work around missing openssl import in active_utils More... over 11 years ago
make sure we use the same AR database configuration in configuration spec as well More... over 11 years ago
less (debug level) logs from plugin's logger - use same level as configured for specs More... over 11 years ago
add activerecord-bogacs gem as a development dependency More... over 11 years ago
introduce a with_plugin_yaml_config spec helper More... over 11 years ago
with_connection helper - minimizes occupacy of a connection for the block's duration More... over 11 years ago
AR-JDBC 1.3.12 which defaults to using the latest jdbc-sqlite3 3.8 to get specs green More... over 11 years ago
allow to run specs against a real DB (`export AR_ADAPTER=mysql ...`) More... over 11 years ago
VERSION: bump to 3.1.12 More... over 11 years ago
Jarfile: update to latest Kill Bill APIs More... over 11 years ago