Completed
Caveats
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Scaling Rails with JRuby in 2022
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 What is JRuby?
- 3 Ruby Compatibility
- 4 JVM Benefits
- 5 JVM Tools and GC
- 6 Fun Stuff
- 7 JRuby Install
- 8 Why JRuby on Rails?
- 9 Minimal Config Diffs
- 10 Catching Up
- 11 activerecord-jdbc-adapter
- 12 bundle install
- 13 Dealing with C Extensions
- 14 Deploying JRuby on Rails
- 15 Scaling Rails
- 16 Baseline Rails App
- 17 Caveats
- 18 Active Record Performance
- 19 Select Performance
- 20 Update Performance
- 21 True Story
- 22 Warmup Time
- 23 JRuby Flag: --dev
- 24 Future Improvements
- 25 JRuby Future
- 26 JRuby on Rails Future