Videos
How to deploy Rails to a Staging Environment - YouTube
► Check out https://gorails.com for Pro episodes and more!► SaaS business template for Ruby on Rails with built-in features like Payments, Teams, and much more: https://jumpstartrails.com► Ruby on Rails hosting with Hatchbox.io: https://hatchbox.i...
IDE development with Ruby (Soutaro Matsumoto) - YouTube
Integrated development environment (IDE) is one of the most frequently used tools for programming. It’s a kind of text editor where you type and read the code, but it does more for you. On-the-fly error reporting, completion, go-to-definition, and...
Building a Ruby web app using the Ruby Standard Library (Maple Ong) - YouTube
Do you want to understand how a web application works without Rails magic? Let’s go back to the basics of a web application and build one from the ground up using Ruby Standard Library. After this session, you’ll appreciate Rails that much more.
AWS Copilot and another 6 ways to easily deploy apps to AWS - YouTube
Just the final step left: deploying Transcripto to the world. Kirill Shirinkin evaluates all the different options to build and deploy the infrastructure for the new app, and goes through a crazy amount of ways to do so in AWS.Should you want to s...
Introduction to Rails' brand new Request.js library - YouTube
► Check out https://gorails.com for Pro episodes and more!► SaaS business template for Ruby on Rails with built-in features like Payments, Teams, and much more: https://jumpstartrails.com► Ruby on Rails hosting with Hatchbox.io: https://hatchbox.i...
Encapsulating Ruby on Rails views - Open Source Friday - YouTube
With the recent release of version 6.1, Ruby on Rails now supports the rendering of objects that respond to render_in, a change we introduced to the framework. It may be small (the two pull requests were less than a dozen lines), but this change h...