ruby-conferences / ruby-conferences.github.io

A simple list of Ruby conferences and meetups.
https://rubyconferences.org
Other
175 stars 202 forks source link
conference hacktoberfest ruby ruby-conferences

Ruby Conferences

RubyConferences.org is a simple list of Ruby conferences, published collaboratively with the Ruby community. Updates are sometimes posted to @rubyconferences.

ICS Calendar Feeds

This page publishes .ics feed files for inclusion in personal calendars:

RSS Feed

This page publishes an RSS feed so you can stay up to date with newly announced Ruby conferences.

Eligible Conferences

Focus is a goal of this project and as a result, only conferences that are specifically for Ruby are listed. That means that if a conference covers Ruby, but is not specifically for Rubyists, then it is left out.

A good rule of thumb for whether a conference should be included is if its name includes either Ruby or Rails and how it describes itself. A conference that describes itself as a "Conference on Web Development" might be an awesome event, but it's probably not a Ruby conference.

Contributing

The list of events is driven by the conferences file in the _data directory - if you have an update for those things, just change the YAML and send a PR.

Conferences

The file to be changed is _data/conferences.yml. This file is order-dependent. Put your conference in the YAML file sorted by its start_date.

Here is a list of the keys that can be used:

Extra keys for the upcoming events:

Extra keys for the past events:

Meetups

The file to be changed is _data/meetups.yml. This file is order-dependent. Put your meetup in the YAML file sorted by its date. Otherwise, put the meetup at the end of the YAML file and run rake sort_meetups. Please make sure to preserve any comments in the YAML file.

Here is a list of the keys that can be used:

Getting started

We build the site with Jekyll.

Install Ruby, then:

cd ruby-conferences.github.io
bundle install
bundle exec jekyll serve

and point your browser at http://localhost:4000/

License

The design of the site is copyrighted by Cameron Daigle.

All other original work uses the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.