Skip to content

Commit f8966e5

Browse files
committed
2017 schedule and videos
1 parent c527b7d commit f8966e5

File tree

3 files changed

+20
-7
lines changed

3 files changed

+20
-7
lines changed

Gemfile.lock

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
addressable (2.8.5)
4+
addressable (2.8.6)
55
public_suffix (>= 2.0.2, < 6.0)
66
colorator (1.1.0)
7-
concurrent-ruby (1.2.2)
7+
concurrent-ruby (1.2.3)
88
em-websocket (0.5.3)
99
eventmachine (>= 0.12.9)
1010
http_parser.rb (~> 0)
1111
eventmachine (1.2.7)
1212
ffi (1.16.3)
1313
forwardable-extended (2.6.0)
14-
google-protobuf (3.25.0)
14+
google-protobuf (3.25.2)
1515
http_parser.rb (0.8.0)
1616
i18n (1.14.1)
1717
concurrent-ruby (~> 1.0)
18-
jekyll (4.3.2)
18+
jekyll (4.3.3)
1919
addressable (~> 2.4)
2020
colorator (~> 1.0)
2121
em-websocket (~> 0.5)
@@ -46,16 +46,16 @@ GEM
4646
mercenary (0.4.0)
4747
pathutil (0.16.2)
4848
forwardable-extended (~> 2.6)
49-
public_suffix (5.0.3)
49+
public_suffix (5.0.4)
5050
rake (13.1.0)
5151
rb-fsevent (0.11.2)
5252
rb-inotify (0.10.1)
5353
ffi (~> 1.0)
5454
rexml (3.2.6)
5555
rouge (4.2.0)
5656
safe_yaml (1.0.5)
57-
sass-embedded (1.69.5)
58-
google-protobuf (~> 3.23)
57+
sass-embedded (1.70.0)
58+
google-protobuf (~> 3.25)
5959
rake (>= 13.0.0)
6060
terminal-table (3.0.2)
6161
unicode-display_width (>= 1.1.1, < 3)

index.md

+1
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,6 @@ The conference language is English. All content must relate to Free and Open Sou
4747

4848
## Previous Editions
4949

50+
* [2017](https://archive.fosdem.org/2017/schedule/track/ruby/) and [videos](videos.html)
5051
* [2016](https://archive.fosdem.org/2016/schedule/track/ruby/) and [videos](videos.html)
5152
* [2015](https://archive.fosdem.org/2015/schedule/track/ruby/)

videos.md

+12
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@ layout: default
33
title: "Videos"
44
---
55

6+
### 2017
7+
8+
* [Welcome to the Ruby Devroom 2017](https://video.fosdem.org/2017/K.4.201/ruby_welcome_2017.mp4)
9+
* [concurrent-ruby modern tools explained](https://video.fosdem.org/2017/K.4.201/ruby_concurrent_ruby_modern_tools_explained.mp4)
10+
* [A People's History of the Ruby Garbage Collector](https://video.fosdem.org/2017/K.4.201/ruby_a_people_s_history_of_the_ruby_garbage_collector.mp4)
11+
* [Leverging Rust to Build a Windows friendly ecosystem for mruby](https://video.fosdem.org/2017/K.4.201/ruby_leverging_rust_to_build_a_windows_friendly_ecosystem_for_mruby.mp4)
12+
* [JRuby in 2017: Rails 5, Ruby 2.4, Performance](https://video.fosdem.org/2017/K.4.201/ruby_jruby_in_2017_rails5_ruby24_performance.mp4)
13+
* [What makes TruffleRuby run Optcarrot 9 times faster than MRI?](https://video.fosdem.org/2017/K.4.201/ruby_what_makes_jruby_and_truffle_run_optcarrot_9_times_faster_than_mri.mp4)
14+
* [Highly Surmountable Challenges in Ruby+OMR JIT Compilation](https://video.fosdem.org/2017/K.4.201/ruby_highly_surmountable_challenges_in_ruby_omr_jit_compilation.mp4)
15+
* [Scientific Computing on JRuby](https://video.fosdem.org/2017/K.4.201/ruby_scientific_computing_on_jruby.mp4)
16+
* [DIY: Home monitoring with Ruby & Pi](https://video.fosdem.org/2017/K.4.201/ruby_diy_home_monitoring_with_ruby_and_pi.mp4)
17+
618
### 2016
719

820
* [An Efficient and Thread Safe Representation of Objects for JRuby Truffle](http://video.fosdem.org/2016/h2213/an-efficient-and-thread-safe-representation-of-objects-for-jruby-truffle.mp4)

0 commit comments

Comments
 (0)