openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
killbill-plugin-framework-ruby
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 20 hours
ago. based on code collected
1 day
ago.
Jul 21, 2025 — Jul 21, 2026
Showing page 14 of 24
Search / Filter on:
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
kares
More...
over 11 years ago
active_merchant: fix outdated gem version in template gemspec
Pierre-Alexandre Meyer
More...
over 11 years ago
VERSION: bump to 3.2.0
Pierre-Alexandre Meyer
More...
over 11 years ago
NEWS: updates for 3.2.0
Pierre-Alexandre Meyer
More...
over 11 years ago
active_merchant: switch all payment method fields to varchar
Pierre-Alexandre Meyer
More...
over 11 years ago
active_merchant: enhance handling of payment method types
Pierre-Alexandre Meyer
More...
over 11 years ago
active_merchant: fix gateway configuration
Pierre-Alexandre Meyer
More...
over 11 years ago
active_merchant: remove log_file default configuration
Pierre-Alexandre Meyer
More...
over 11 years ago
do not load MySQL driver - **adapter: mysql** will auto-load (unless :jndi specified)
kares
More...
over 11 years ago
active_merchant: remove driver specification
Pierre-Alexandre Meyer
More...
over 11 years ago
active_merchant: update Jarfile template
Pierre-Alexandre Meyer
More...
over 11 years ago
only require 'java' on JRuby in spec helper
kares
More...
over 11 years ago
improve .gem file resolution ... unable to package under RVM (using a gemset)
kares
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
kares
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)
kares
More...
over 11 years ago
setup AR::Bogacs's false pool whenever there's a JNDI DB config with **pool: false**
kares
More...
over 11 years ago
require 'yaml' (do not rely on AR or others loading it) since it's used internally
kares
More...
over 11 years ago
best to explicitly require 'arjdbc' since there's an explicit active_record require as well
kares
More...
over 11 years ago
Jarfile: update to latest artifacts
Pierre-Alexandre Meyer
More...
over 11 years ago
active_merchant: fix typo in integration_spec
Pierre-Alexandre Meyer
More...
over 11 years ago
active_merchant: work around missing openssl import in active_utils
Pierre-Alexandre Meyer
More...
over 11 years ago
make sure we use the same AR database configuration in configuration spec as well
kares
More...
over 11 years ago
less (debug level) logs from plugin's logger - use same level as configured for specs
kares
More...
over 11 years ago
add activerecord-bogacs gem as a development dependency
kares
More...
over 11 years ago
introduce a with_plugin_yaml_config spec helper
kares
More...
over 11 years ago
with_connection helper - minimizes occupacy of a connection for the block's duration
kares
More...
over 11 years ago
AR-JDBC 1.3.12 which defaults to using the latest jdbc-sqlite3 3.8 to get specs green
kares
More...
over 11 years ago
allow to run specs against a real DB (`export AR_ADAPTER=mysql ...`)
kares
More...
over 11 years ago
VERSION: bump to 3.1.12
Pierre-Alexandre Meyer
More...
over 11 years ago
Jarfile: update to latest Kill Bill APIs
Pierre-Alexandre Meyer
More...
over 11 years ago
←
1
2
…
10
11
12
13
14
15
16
17
18
…
23
24
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree