Skip to content

Commit 59910c3

Browse files
authored
Add option to filter events by continent (#748)
* Add filter to search meetups by continent Add a 'Clear Filter' button * Also use continent filter for conferences * Also check if website builds in `verify` action
1 parent ca4510a commit 59910c3

File tree

11 files changed

+349
-180
lines changed

11 files changed

+349
-180
lines changed

.github/workflows/verify.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,6 @@ jobs:
1717

1818
- name: Verify Meetups Data
1919
run: bundle exec rake verify_meetups
20+
21+
- name: Verify Website build
22+
run: bundle exec jekyll build

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Ruby Conferences
22
url: https://rubyconferences.org
3-
safe: true
3+
safe: false
44
lsi: false
55
source: .
66
exclude:

_data/conferences.yml

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -669,7 +669,7 @@
669669
twitter: euruko
670670

671671
- name: Keep Ruby Weird
672-
location: Austin, Texas
672+
location: Austin, TX
673673
start_date: 2015-10-23
674674
end_date: 2015-10-23
675675
url: http://keeprubyweird.com
@@ -769,7 +769,7 @@
769769
video_link: http://confreaks.tv/events/mwrc2016
770770

771771
- name: Ruby on Ales
772-
location: Bend, Oregon
772+
location: Bend, OR
773773
start_date: 2016-03-31
774774
end_date: 2016-04-01
775775
url: http://web.archive.org/web/20171102215052/http://ruby.onales.com/
@@ -847,7 +847,7 @@
847847
twitter: rubyforgood
848848

849849
- name: NordicRuby
850-
location: Stockholm
850+
location: Stockholm, Sweden
851851
start_date: 2016-06-17
852852
end_date: 2016-06-19
853853
url: http://www.nordicruby.org/
@@ -876,7 +876,7 @@
876876
video_link: https://www.youtube.com/playlist?list=PLE7tQUdRKcybaE0Xm_yOK8-a-WAcltv1q
877877

878878
- name: OpenCommerce Conf
879-
location: Rise, New York City
879+
location: Rise, NY
880880
start_date: 2016-06-28
881881
end_date: 2016-06-29
882882
url: http://opencommerceconf.org/
@@ -1095,7 +1095,7 @@
10951095
video_link: https://www.youtube.com/playlist?list=PLpVeA1tdgfCBpR87Q5nw_3caqbVo71EP7
10961096

10971097
- name: RubyHACK
1098-
location: Salt Lake City, Utah
1098+
location: Salt Lake City, UT
10991099
start_date: 2017-04-20
11001100
end_date: 2017-04-21
11011101
url: https://rubyhack.com/archives/2017
@@ -1127,7 +1127,7 @@
11271127
video_link: https://www.youtube.com/playlist?list=PLb6Zr8jHuhjzIAKR7l2r81P-hxBUftT2-
11281128

11291129
- name: RubyNation
1130-
location: Arlington, Virginia
1130+
location: Arlington, VA
11311131
start_date: 2017-06-16
11321132
end_date: 2017-06-16
11331133
url: http://www.rubynation.org/
@@ -1151,7 +1151,7 @@
11511151
video_link: https://www.youtube.com/playlist?list=PLE7tQUdRKcybxOnh9S9Hk-RDRXZRkrWwR
11521152

11531153
- name: GrillRB
1154-
location: Wrocław, PL
1154+
location: Wrocław, Poland
11551155
start_date: 2017-07-01
11561156
end_date: 2017-07-02
11571157
twitter: grill_rb
@@ -1211,7 +1211,7 @@
12111211
video_link: https://www.youtube.com/playlist?list=PLCrwBqiOtwpIRdk4VMfD6hbFVHZoKOyMg
12121212

12131213
- name: Keep Ruby Weird
1214-
location: Austin, Texas
1214+
location: Austin, TX
12151215
start_date: 2017-10-01
12161216
end_date: 2017-10-01
12171217
url: https://2017.keeprubyweird.com/
@@ -1249,7 +1249,7 @@
12491249
video_link: https://www.youtube.com/playlist?list=PLrD6VJeUSN28nfWhU5PwlD-9vgPNV3WsU
12501250

12511251
- name: Ruby Dev Summit
1252-
location: Online (Mountain Time)
1252+
location: Online
12531253
start_date: 2017-10-16
12541254
end_date: 2017-10-21
12551255

@@ -1376,22 +1376,22 @@
13761376
video_link: https://www.youtube.com/playlist?list=PLhKZ4RWngmpAdmjfDBiqiOKpk1PiCIb2A
13771377

13781378
- name: RubyHACK
1379-
location: Salt Lake City, Utah
1379+
location: Salt Lake City, UT
13801380
start_date: 2018-05-03
13811381
end_date: 2018-05-04
13821382
url: https://rubyhack.com/archives/2018
13831383
twitter: utrubyhack
13841384
video_link: https://confreaks.tv/events/rubyhack2018
13851385

13861386
- name: 'Madison+ Ruby: Chicago'
1387-
location: Chicago, Illinois
1387+
location: Chicago, IL
13881388
start_date: 2018-05-10
13891389
end_date: 2018-05-11
13901390
url: https://ti.to/adorable/madison-ruby-chicago/en
13911391
twitter: MadisonRuby
13921392

13931393
- name: ROSS conf Amsterdam
1394-
location: Amsterdam, the Netherlands
1394+
location: Amsterdam, Netherlands
13951395
start_date: 2018-05-11
13961396
end_date: 2018-05-12
13971397
url: https://rossconfams.eventbrite.co.uk
@@ -1450,7 +1450,7 @@
14501450
twitter: rubynation
14511451

14521452
- name: Paris.rb Conf
1453-
location: Paris, FR
1453+
location: Paris, France
14541454
start_date: 2018-06-28
14551455
end_date: 2018-06-29
14561456
url: http://2018.rubyparis.org/
@@ -1466,7 +1466,7 @@
14661466
video_link: https://brightonruby.com/2018/
14671467

14681468
- name: Southeast Ruby
1469-
location: Nashville, Tennessee
1469+
location: Nashville, TN
14701470
start_date: 2018-08-02
14711471
end_date: 2018-08-03
14721472
url: https://southeastruby.com/
@@ -1696,7 +1696,7 @@
16961696
video_link: https://www.youtube.com/watch?v=CjOwKbf8L3I
16971697

16981698
- name: EuRuKo 2019
1699-
location: Rotterdam, the Netherlands
1699+
location: Rotterdam, Netherlands
17001700
start_date: 2019-06-21
17011701
end_date: 2019-06-22
17021702
url: https://2019.euruko.org
@@ -1727,7 +1727,7 @@
17271727
video_link: https://www.youtube.com/playlist?list=PLhKZ4RWngmpBgD6t068O_EZ4grSlUtl3Y
17281728

17291729
- name: Southeast Ruby
1730-
location: Nashville, Tennessee
1730+
location: Nashville, TN
17311731
start_date: 2019-08-01
17321732
end_date: 2019-08-02
17331733
url: https://southeastruby.com/
@@ -1833,14 +1833,14 @@
18331833
video_link: https://www.youtube.com/playlist?list=PLE7tQUdRKcyZDE8nFrKaqkpd-XK4huygU
18341834

18351835
- name: RubyConfBR
1836-
location: Sao Paulo, BR
1836+
location: São Paulo, Brazil
18371837
start_date: 2019-11-28
18381838
end_date: 2019-11-29
18391839
url: https://callforpapers.locaweb.com.br/events/rubyconf-2019
18401840
twitter: rubyconfbr
18411841

18421842
- name: Birmingham on Rails
1843-
location: Birmingham, Alabama
1843+
location: Birmingham, AL
18441844
start_date: 2020-01-31
18451845
end_date: 2020-01-31
18461846
url: http://birminghamonrails.com
@@ -1909,7 +1909,7 @@
19091909
status: Cancelled
19101910

19111911
- name: RailsConf 2020.2 Couch Edition
1912-
location: Your Couch
1912+
location: Online
19131913
start_date: 2020-05-05
19141914
end_date: 2020-05-05
19151915
url: https://railsconf.com/
@@ -2161,7 +2161,7 @@
21612161
video_link: https://www.youtube.com/playlist?list=PLE7tQUdRKcyb2Mjtd1RBjeP3Jt9RukU7G
21622162

21632163
- name: Brighton Ruby 2022
2164-
location: Brighton, England
2164+
location: Brighton, UK
21652165
start_date: 2022-06-30
21662166
end_date: 2022-06-30
21672167
url: https://brightonruby.com/2022
@@ -2198,7 +2198,7 @@
21982198
video_link: https://www.youtube.com/playlist?list=PLoGBNJiQoqRDWafhnWni-CwHkPJJuc0e5
21992199

22002200
- name: The Rails SaaS Conference
2201-
location: Los Angeles, CA, USA
2201+
location: Los Angeles, CA
22022202
start_date: 2022-10-06
22032203
end_date: 2022-10-07
22042204
url: https://railssaas.com/
@@ -2220,15 +2220,15 @@
22202220
mastodon: https://ruby.social/@kaigionrails
22212221

22222222
- name: RubyConf Mini 2022
2223-
location: Providence, RI, USA
2223+
location: Providence, RI
22242224
start_date: 2022-11-15
22252225
end_date: 2022-11-17
22262226
url: https://www.rubyconfmini.com
22272227
twitter: rubyconfmini
22282228
video_link: https://www.youtube.com/playlist?list=PLE7tQUdRKcyZYz0O3d9ZDdo0-BkOWhrSk
22292229

22302230
- name: RubyConf 2022
2231-
location: Houston, Texas
2231+
location: Houston, TX
22322232
start_date: 2022-11-29
22332233
end_date: 2022-12-01
22342234
url: https://rubyconf.org/
@@ -2285,7 +2285,7 @@
22852285
twitter: railssaas
22862286

22872287
- name: Blue Ridge Ruby 2023
2288-
location: Asheville, NC, USA
2288+
location: Asheville, NC
22892289
start_date: 2023-06-08
22902290
end_date: 2023-06-09
22912291
url: https://blueridgeruby.com
@@ -2359,7 +2359,7 @@
23592359
video_link: https://www.youtube.com/playlist?list=PLoGBNJiQoqRDwTvPjY1F_7ccYO7O26RJ9
23602360

23612361
- name: Rails Camp West 2023
2362-
location: North Shore O’ahu Hawaii
2362+
location: North Shore O’ahu, Hawaii, HI
23632363
start_date: 2023-09-15
23642364
end_date: 2023-09-18
23652365
url: https://west.railscamp.us/2023
@@ -2398,7 +2398,7 @@
23982398
video_link: https://www.youtube.com/playlist?list=PLHFP2OPUpCeY9IX3Ht727dwu5ZJ2BBbZP
23992399

24002400
- name: Rocky Mountain Ruby 2023
2401-
location: Boulder, Colorado
2401+
location: Boulder, CO
24022402
start_date: 2023-10-05
24032403
end_date: 2023-10-06
24042404
url: https://2023.rockymtnruby.dev
@@ -2418,7 +2418,7 @@
24182418
announced_on: 2023-03-31
24192419

24202420
- name: Ruby Retreat 2023
2421-
location: Mount Cheeseman, Aotearoa New Zealand
2421+
location: Mount Cheeseman, Aotearoa, New Zealand
24222422
start_date: 2023-10-27
24232423
end_date: 2023-10-30
24242424
url: https://retreat.ruby.nz
@@ -2571,7 +2571,7 @@
25712571
video_link: https://www.youtube.com/playlist?list=PL4jngagx9f7RGaAjXE0PR3z_jsA9cyCji
25722572

25732573
- name: Blue Ridge Ruby 2024
2574-
location: Asheville, NC, USA
2574+
location: Asheville, NC
25752575
start_date: 2024-05-30
25762576
end_date: 2024-05-31
25772577
url: https://blueridgeruby.com
@@ -2675,7 +2675,7 @@
26752675
announced_on: 2024-03-28
26762676

26772677
- name: Rails Camp USA 2024
2678-
location: Cascade, Idaho
2678+
location: Cascade, ID
26792679
start_date: 2024-08-27
26802680
end_date: 2024-08-30
26812681
url: https://west.railscamp.us/2024
@@ -2691,7 +2691,7 @@
26912691
announced_on: 2023-12-14
26922692

26932693
- name: EuRuKo 2024
2694-
location: Sarajevo, Bosnia & Herzegovina
2694+
location: Sarajevo, Bosnia and Herzegovina
26952695
start_date: 2024-09-11
26962696
end_date: 2024-09-13
26972697
url: https://2024.euruko.org
@@ -2739,7 +2739,7 @@
27392739
announced_on: 2024-03-21
27402740

27412741
- name: Rocky Mountain Ruby 2024
2742-
location: Boulder, Colorado
2742+
location: Boulder, CO
27432743
start_date: 2024-10-07
27442744
end_date: 2024-10-08
27452745
url: https://rockymtnruby.dev/

0 commit comments

Comments
 (0)