Videos

RailsConf 2019 - Performance Improvement of Ruby 2.7 JIT in Real World by Takashi Kokubun - YouTube
RailsConf 2019 - Performance Improvement of Ruby 2.7 JIT in Real World by Takashi Kokubun_______________________________________________________________________________________________Cloud 66 - Pain Free Rails DeploymentsCloud 66 for Rails acts l...

JRuby: The Road to Ruby 2.6 and Rails 6 / Charles Nutter @headius, Thomas E Enebo @tom_enebo - YouTube
Over the past six months, the JRuby team has been working on filling in edges: getting refinements working well, porting C extensions, and getting well-known applications running. At the same time, we always try to push forward on performance and ...


Top 5 Ruby on Rails developer resources - YouTube
These 5 resources will help absolute beginners up to expertsHonestly, the top 5 resources for becoming a solid ruby developer1.The Well-Grounded Rubyisthttps://amzn.to/2WvauN62.RailsCastshttp://railscasts.com/3.Practical Object-Orientated DesignAn...

RailsConf 2016 - Making a Rails App with 140 Characters (or less) by Nate Berkopec - YouTube
Ever felt jealous of "other" Ruby web frameworks whose applications can be run from a single file? Did you know Rails can do this too? Starting from a fresh "rails new" install, we'll gradually delete and pare away to find the beautiful, light, mo...

RailsConf 2019 - Webpacker vs Asset Pipeline by Danielle Gordon - YouTube
RailsConf 2019 -Webpacker vs Asset Pipeline by Danielle GordonCloud 66 - Pain Free Rails DeploymentsCloud 66 for Rails acts like your in-house DevOps team to build, deploy and maintain your Rails applications on any cloud or server.Get $100 Cloud ...
![[EN] How RSpec works / Sam Phippen @samphippen - YouTube](/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsiZGF0YSI6MTIzODUsInB1ciI6ImJsb2JfaWQifX0=--a5398e6e783d740b3b80efe060d7a4d2d696ed62/open-uri20190516-1504-e4ivey.avif)
[EN] How RSpec works / Sam Phippen @samphippen - YouTube
RSpec is a much beloved series of libraries, currently holding spots 1, 2, 4, 5, and 6 in terms of most downloaded gems. Many of us use it every day, but the question is, how does it work?In this talk, you will learn about how RSpec executes your ...
![[EN] Crystalball: predicting test failures / Alex Rodionov @p0deje - YouTube](/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsiZGF0YSI6OTM1MywicHVyIjoiYmxvYl9pZCJ9fQ==--d3618e586b8e1de21c0e8b24d599c4a782e7e1f4/open-uri20190516-1504-t70oaa.avif)
[EN] Crystalball: predicting test failures / Alex Rodionov @p0deje - YouTube
Tests are often slow and are a bottleneck in development. We build complex CI systems with heavy parallelization to reduce the amount of time it takes to run all the tests, but we still tend to run all of them even for the slightest change in code...
![[EN] GraphQL Migration: A Proper Use Case for Metaprogramming? / Shawnee Gao @gao_shawnee - YouTube](/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsiZGF0YSI6MTE1ODUsInB1ciI6ImJsb2JfaWQifX0=--6b22c97ee0c359008d1ab980a28a5b3523de6363/open-uri20190516-1504-pou13q.avif)
[EN] GraphQL Migration: A Proper Use Case for Metaprogramming? / Shawnee Gao @gao_shawnee - YouTube
When my team took the plunge to migrate Square’s largest Ruby app to GraphQL, no way were we going to manually redefine over 200 objects. Implementing a GraphQL layer includes repetitive and straightforward processes that can be expedited with met...
![[EN] State of Sorbet: A Type Checker for Ruby / Jake Zimmerman @jez, Paul Tarjan @ptarjan - YouTube](/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsiZGF0YSI6MTE1OTMsInB1ciI6ImJsb2JfaWQifX0=--d01f6559b827fa1f8101cdccafc2b4b7d1421da8/open-uri20190512-21391-17cbbi2.avif)
[EN] State of Sorbet: A Type Checker for Ruby / Jake Zimmerman @jez, Paul Tarjan @ptarjan - YouTube
We have developed a typesystem for Ruby at Stripe with a goal of helping developers understand code better, write code with more confidence, and detect prevent significant classes of bugs.This talk shares experience of Stripe successfully adopting...