Stats
+The Ruby UY community in numbers
+
+
+ {{ meetups.size }}
+ Meetups
+
+
+ {{ all_talks_count }}
+ Talks
+
+
+ {{ site.data.people.size }}
+ Members
+
+
+ {{ projects.size }}
+ Projects
+
+
+ {{ total_stars }}
+ Stars
+
+
+ {{ unique_authors.size }}
+ Authors
+ Meetups
+ +Per year — each square = one meetup
+
+ {% for year in meetups_by_year %}
+ {% assign year_meetup_count = year.items.size %}
+
+ {% endfor %}
+
+
+ Top hosts (by meetups)
+-
+ {% for host_group in top_hosts_by_meetups limit: 5 %}
+ {% assign company = site.data.companies[host_group.name] %}
+
- {{ company.name | default: host_group.name }} {{ host_group.size }} meetups + {% endfor %} +
Talks
+ +Per year — each dot = one talk
+
+ {% for year in meetups_by_year %}
+ {% assign year_talk_count = year.items | flat_map: "talks" | size %}
+
+ {% endfor %}
+
+
+ Top hosting companies (by talks featured)
+-
+ {% for host in top_hosts %}
+ {% assign company = site.data.companies[host.name] %}
+
- + {{ company.name | default: host.name }} + {{ host.size }} talks + + {% endfor %} +
Most active speakers
+-
+ {% for group in grouped_speakers %}
+ {% assign person = site.data.people[group.name] %}
+
- {{ person.name | default: group.name }} {{ group.size }} talks + {% endfor %} +
Projects
+
+
+
+ {{ total_stars }}
+ GitHub stars across our community's projects
+ Top 5 by stars
+-
+ {% for project in top_projects %}
+
- + {{ project.name }} + + ★ {{ project.stars }} + + {% endfor %} +
Top contributors (by Ruby/Rails project count)
+| Author | Projects | Total stars |
|---|---|---|
| @{{ contributor.name }} | +{{ contributor.size }} | +{{ contributor.items | sum_by: "stars" }} | +
Most popular topics
+
+ {% for entry in top_topics %}
+ {{ entry.name }} {{ entry.size }}
+ {% endfor %}
+
+ Here's your receipt
+
+
+
+
+ RUBY UY
+ COMMUNITY RECEIPT
+ SINCE 2022 — {{ meetups.size }} EVENTS HOSTED
+ Meetups hosted{{ meetups.size }}
+ Talks delivered{{ all_talks_count }}
+ Active members{{ site.data.people.size }}
+ Open source projects{{ projects.size }}
+ Total GitHub stars{{ total_stars }}
+ Unique authors{{ unique_authors.size }}
+ — — — — — — — — — —
+ TOTAL IMPACT∞
+
+