-
- {% assign now = site.time | date: '%s' | plus: 0 %}
- {% assign today = site.time | date: '%Y-%m-%d' %}
- {% assign conferences = site.data.conferences | sort: 'cfp_close_date' %}
-
- {% for event in conferences %}
- {% assign start_date = event.start_date | date: '%s' | plus: 0 %}
- {% assign cfp_close_timestamp = event.cfp_close_date | date: '%s' | plus: 0 %}
- {% assign cfp_close_date = event.cfp_close_date | date: '%Y-%m-%d' %}
-
- {% if start_date >= now and cfp_close_timestamp >= now or cfp_close_date == today %}
- {% include event.html %}
- {% endif %}
- {% endfor %}
-
+ RubyConferences.org and RubyVideo.dev have merged into RubyEvents.org, the new central platform for all things Ruby events. +
++ The CFP page has moved to here. +
+-
- {% assign now = site.time | date: '%s' | plus: 0 %}
- {% assign today = site.time | date: '%Y-%m-%d' %}
- {% assign conferences = site.data.conferences | sort: "start_date" %}
- {% assign item_name = "conference" %}
-
- {% include filters.html %}
-
- {% for event in conferences %}
- {% assign start_date = event.start_date | date: '%s' | plus: 0 %}
- {% if start_date > now %}
- {% include event.html %}
- {% endif %}
- {% endfor %}
-
+ RubyConferences.org and RubyVideo.dev have merged into RubyEvents.org, the new central platform for all things Ruby events. +
++ The conferences page has moved to here. +
+-
- {% assign now = site.time | date: '%s' | plus: 0 %}
- {% assign item_name = "conference" %}
-
- {% include filters.html %}
-
- {% for event in site.data.conferences reversed %}
- {% assign start_date = event.start_date | date: '%s' | plus: 0 %}
- {% if start_date < now %}
- {% include event.html %}
- {% endif %}
- {% endfor %}
-
+ RubyConferences.org and RubyVideo.dev have merged into RubyEvents.org, the new central platform for all things Ruby events. +
++ The past conferences page has moved to here. You can also browse the full archive. +
+