Back
Profitable Ruby Gem

Profitable Ruby Gem

#profitable

Calculate the MRR, ARR, churn, LTV, ARPU, total revenue & estimated valuation of your pay-powered Rails SaaS app, and display them in a simple dashboard.
Load previous page…
Fix successful charges not being taken into consideration by querying out failed charges instead of querying only successful charges that may or may not have a `paid: true` data attribute #profitable
See similar todos

No replies yet

Pass 100 downloads of my new Ruby gem but I haven't even launched yet #profitable
See similar todos
Only consider paid charges for calculations (not failed, not incomplete, etc.) #profitable
See similar todos

No replies yet

Guard MRR calculation against errors #profitable
See similar todos

No replies yet

Use an `INNER JOIN` to ensure we only include charges that have an associated subscription when calculating `calculate_recurring_revenue_in_period` #profitable
See similar todos

No replies yet

Add methods to calculate total revenue in period, recurring revenue in period and percentage of revenue in period that was recurring #profitable
See similar todos

No replies yet

Add `mrr_growth` (absolute growth, new MRR - churned MRR) #profitable
See similar todos

No replies yet

Fix miscalculation of total_customers to avoid miscounting customers that never spent money – pay will create Pay::Customer objects for literally anyone that clicks a "purchase" link, even though they end up not purchasing anything. We need to only query customers with *some* spending, either in subscriptions or in one-time purchases or something #profitable
See similar todos

No replies yet

Push profitable v0.1.0 to RubyGems although I've already found a bug in MRR calculation that makes it not production ready yet F #profitable
See similar todos

No replies yet

Make new profitable gem overnight to get a simple & quick MRR overview of my Rails apps, because it's one of those things I want to do for all my Rails projects and I don't want to copy-paste the same code over and over again github.com/rameerez/profitable #profitable
See similar todos

No replies yet