1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 3 days ago.
Sep 11, 2025 — Sep 11, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
do a definition resolution while validating (fail early when `bundle install` needed) More... over 11 years ago
support VERBOSE=true passed from env More... over 11 years ago
introduce a deploy:dev rake task which does a fast deploy (assuming Bundler used) More... over 11 years ago
prepare to share some of the deploy's rake task implementation More... over 11 years ago
Jarfile: update dependencies More... over 11 years ago
active_merchant: update generated Travis config More... over 11 years ago
debug as 'duplicate' gem specs get discarded More... over 11 years ago
helpers: introduce Killbill::Plugin::PropertiesHelper More... over 11 years ago
ext: remove ActiveRecord::Persistence work-around More... over 11 years ago
finally to get Bundler-less packaging working we need to handle 'duplicates' packed More... over 11 years ago
copy and make boot.rb work when no Gemfile present (due changed packaging layout) More... over 11 years ago
when packaging without Gemfile (Bundler) resolve and pack gems using RGs More... over 11 years ago
make the packaging task work without a Gemfile (just like it worked before) More... over 11 years ago
no longer need to .gitignore killbill-xxx directory at the root (moved under tmp) More... over 11 years ago
avoid Rake::PackageTask and use 'temp' package dir under tmp/[killbill-xxx] More... over 11 years ago
change packaging layout - adding another dir called 'ROOT' as the plugin's "root" More... over 11 years ago
do not use Bundler's settings from ENV (dangerous e.g. due potential multi-plugin runs) More... over 11 years ago
minor (private) internal refactorings + allow for a base (path) reader on rake helper More... over 11 years ago
allow to package with gem :path declarations (with a warning) More... over 11 years ago
support a stage:init task (no-op by default) as a plugin packaging initialization hook More... over 11 years ago
move the plugin require line into boot.rb (do 'sofisticated' logic to resolve the file) More... over 11 years ago
active_merchant: extend killbill_spec_helper to be more flexible More... over 11 years ago
active_merchant: silence JNDI warning for tests More... over 11 years ago
file name is not always Gemfile.lock (depends on BUNDLE_GEMFILE's base name) More... over 11 years ago
use a temporary dir for our plugin .gem build (thus we do not rewrite/use an user .gem) More... over 11 years ago
gemspec: relax dependency on activerecord-jdbc-adapter More... over 11 years ago
locating missing (default or multi gemset) gems got a litle more complicated (#12) More... over 11 years ago
split find_plugin_gem helper and resolve "missing" gems using Gem.paths as previously More... over 11 years ago
move name/version methods around (can be used as API now as they're not private) More... over 11 years ago
to do nil spec.extensions + rename dependency task to dependencies More... over 11 years ago