-
Notifications
You must be signed in to change notification settings - Fork 21
Home
compwron edited this page Jul 27, 2026
·
10 revisions
2026Q3
- new r4g high volume contributor getting started!
- closed stale PRs - feel free to re-open and carry forward, or fork
- dependabot at https://github.com/rubyforgood/Flaredown/network/updates
2024Q1
- staging: https://flaredown-staging-webapp-749110b0a96e.herokuapp.com/
- most chatter is in github-owned OSS program slack https://flaredownworkspace.slack.com/archives/C05JHSP2NTC
Previous:
New accounts created in the last month: https://data.heroku.com/dataclips/rkziqoqfowqlcggqjpooyfvozzva
select count(*) from public.users where created_at > 'now'::timestamp - '1 month'::interval;
Logins in the last month: https://data.heroku.com/dataclips/ zlfykfedmvadblpqgfdbugiccryy
select count(*) from public.users where Current_sign_in_at > 'now'::timestamp - '1 month'::interval;
We use to have more metrics on https://heapanalytics.com but it seems to have disabled the free tier for us - ask @compwron or @lmerriam for info