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…
Remove recurring VS non-recurring revenue in dashboard and show only total revenue in period because queries are slow and the calculation might not be accurate anyways
#profitable
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
Pass 100 downloads of my new Ruby gem but I haven't even launched yet
#profitable
Use an `INNER JOIN` to ensure we only include charges that have an associated subscription when calculating `calculate_recurring_revenue_in_period`
#profitable
Add methods to calculate total revenue in period, recurring revenue in period and percentage of revenue in period that was recurring
#profitable
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
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
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