0
I Use This!
Inactive

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 11 hours ago.
Apr 22, 2023 — Apr 22, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Changed README extension so github formats it correctly More... over 15 years ago
more explicit sql conditions for compat with rails preloading More... about 16 years ago
better qualifying instantiation of Response object More... about 16 years ago
a simple Subscription#credit_card= writer, which may not appropriate for all situations. abstracting out a Freemium::Response object. note that this is accompanied by a change in the return value from the existing BrainTree interface. More... about 16 years ago
anytime payment is received, expiration is cleared out. added Subscription#expired? More... about 16 years ago
removing reference to ActiveMerchant::Billing::Base More... about 16 years ago
vendor'd the important bits of active merchant More... about 16 years ago
email addresses in Freemium.admin_report_recipients are now also bcc'd on invoice/expiration emails More... about 16 years ago
adding an activity report email. if you configure Freemium.admin_report_recipients with your email address(es), then every time Subscription.run_billing is executed, a log of important activity will be delivered to your inbox. More... about 16 years ago
can't keep my hands off this readme! More... about 16 years ago
yet more README edits More... about 16 years ago
improving Install instructions More... about 16 years ago
some rdoc changes More... about 16 years ago
introducing the Subscription#charge! method (from ManualBilling module), which may be called directly to manually charge an account (on signup or upgrade, for example) w/o waiting for the Subscription.run_billing process. More... about 16 years ago
tweaking the configuration syntax for manual vs recurring billing More... about 16 years ago
reworking the configuration defaults and the inclusion of the ManualBilling/RecurringBilling modules to cooperate better with a config/initializers/freemium.rb More... about 16 years ago
no longer attempting to support expiring a subscription by setting the plan to nil. that just won't work. adding a configuration option for which plan to foist on expired subscriptions. More... about 16 years ago
destroying a subscription record calls gateway.cancel More... over 16 years ago
restructuring tests to take the gateway tests out of the rake task More... over 16 years ago
first gateway: BrainTree More... over 16 years ago
doc More... over 16 years ago
readme documentation More... over 16 years ago
autoloading More... over 16 years ago
expiring a subscription now calls Freemium.gateway.cancel, and throws away any billing key. More... over 16 years ago
organizing test cases More... over 16 years ago
documentation More... over 16 years ago
fixing indexes in migration for subscriptions table More... over 16 years ago
fixing the migration generator More... over 16 years ago
renaming generator, part 3 More... over 16 years ago
renaming generator, part 2 More... over 16 years ago