Ruby / Rails Inside
@rubyinside
735
subscribers
15
photos
2.51K
links
Daily Ruby / Ruby on Rails articles. Curated channel.
Faker::Hacker.say_something_smart
Suggest link/news
https://t.me/NoMethodError
Download Telegram
Join
Ruby / Rails Inside
735 subscribers
Ruby / Rails Inside
RubyKaigi Takeout 2021
https://www.youtube.com/channel/UCBSg5zH-VFJ42BGQFk4VH2A
Ruby / Rails Inside
https://weblog.rubyonrails.org/2021/9/11/this-week-in-rails-bye-bye-byebug-hello-jsbundling-and-cssbundling/
Ruby on Rails
Bye-bye Byebug, Hello jsbundling and cssbundling!
Hi! zzak here! We’re back after a 2 week break with some of the latest changes that will land in Rails 7.
Ruby / Rails Inside
https://www.youtube.com/watch?v=uwFhvQdd_yM
YouTube
Data Structures and Algorithms in Ruby: Linked Lists
In this video we walk through a basic implementation of a linked list in ruby. We learn some computer science terminology and why linked lists are a valuable data structure to learn.
Ruby / Rails Inside
https://www.joyfulbikeshedding.com/blog/2021-05-19-robust-distributed-locking-algorithm-based-on-google-cloud-storage.html
Joyful Bikeshedding
A robust distributed locking algorithm based on Google Cloud Storage
Coordinate concurrent workloads with distributed locks! But how to build one that's cheap, robust and maintenance-free? A proposed algorithm.
Ruby / Rails Inside
https://blog.saeloun.com/2021/09/14/rails-7-adds-expiring-urls-to-active-storage
Saeloun Blog
Rails 7 adds support for ActiveStorage expiring URLs
Rails 7 adds the `expires_in` option in the ActiveStorage URL helper for generating expiring URLs.
Ruby / Rails Inside
https://evilmartians.com/chronicles/the-tale-of-sprockets-and-webpacker-duality
evilmartians.com
The tale of Sprockets and Webpacker duality—Martian Chronicles, Evil Martians’ team blog
How to migrate a large Rails application from Sprockets to Webpacker using a dual build strategy
Ruby / Rails Inside
https://dev.to/pocke/rbs-collection-was-released-4nmm
DEV Community
rbs collection was released!
Recently we released RBS v1.6 with rbs collection feature which is "Bundler" for RBS! The feature is...
Ruby / Rails Inside
https://www.rubberduckdevshow.com/episodes/9-writing-performant-code/
Rubberduckdevshow
Rubber Duck Dev Show Episode 9 | Writing Performant Code
In this episode, we discuss how to write performant code to boost your application performance.
Ruby / Rails Inside
https://thoughtbot.com/blog/hotwire-typeahead-searching
thoughtbot
Hotwire: Typeahead searching
Build a search-as-you-type text box with Turbo, Stimulus, and Rails.
Ruby / Rails Inside
https://www.rubberduckdevshow.com/episodes/13-rest-vs-graphql-apis/
Rubberduckdevshow
Rubber Duck Dev Show Episode 13 | REST vs. GraphQL APIs
In this episode, we discuss the differences between REST and GraphQL APIs.
Ruby / Rails Inside
https://www.youtube.com/watch?v=FCjwSOlHqbY
YouTube
A JIT compiler for Ruby with Aaron Patterson | Open Source Thursdays
Aaron Patterson (tenderlove) is a Senior Staff Engineer working at Shopify where he is focusing on Ruby core and Rails core development.
We’re going to work on a Just-in-time (JIT) compiler for Ruby that’s written in Ruby!
💎
We’re going to start by building…
Ruby / Rails Inside
https://hanamimastery.com/episodes/9-guide-to-models-in-hanami-and-rom
Hanami Mastery - a knowledge base to hanami framework
Integrate Hanami 2.0 with your Database using ROM | Hanami Mastery - a knowledge base to hanami framework
Every application needs persistence. Saving records in a database is just a must. Here is how you can do it in Hanami applications!
Ruby / Rails Inside
https://www.driftingruby.com//episodes/error-tracking-from-scratch
Drifting Ruby
Episode 317 - Error Tracking from Scratch
In this episode, we look at creating a middleware to track errors to publish to another error "from scratch" error monitoring application.
Ruby / Rails Inside
https://www.honeybadger.io/blog/hidden-gems-activesupport-descendants/
Honeybadger Developer Blog
ActiveSupport's #descendants Method: A Deep Dive
The #descendants method is part of Rails. It returns all subclasses that inherit from a given class. In this article, Jonathan Miles shows us how to use this method and how it's implemented. It's a great lesson in the...
Ruby / Rails Inside
https://gorails.com/episodes/esbuild-jsbundling-rails
GoRails
How to use ESBuild in Rails with JSBundling (Example)
JSBundling provides a flexible way of using different Javascript bundlers like ESBuild. It strikes a great balance between the asset pipeline and webpacker. Plus, Esbuild can bundle your Javascript lightning fast.
Ruby / Rails Inside
https://noteflakes.com/articles/2021-10-05-a-compositional-approach-to-ruby-performance
Ruby / Rails Inside
https://petr.codes/blog/rails/fun-with-enums-and-poro/
Petr Hlavicka
Fun with Rails Enums and PORO
I really like enums. They can be really powerful if they are used wisely. Let’s see what we can do with them in a multilingual Rails app with a little help from PORO (Plain Old Ruby Object).
Ruby / Rails Inside
https://blog.saeloun.com/2021/10/06/rails-7-add-ssl-support-postgresql-dbconsole
Saeloun Blog
Rails 7 adds SSL support for postgresql in bin/rails dbconsole
Rails 7 added PGSSLMODE, PGSSLCERT, PGSSLKEY, and PGSSLROOTCERT to DBConsole class to load SSL-related environment variables from database config when running bin/rails dbconsole with postgresql.
Ruby / Rails Inside
https://www.bigbinary.com/blog/rails-7-adds-comparison-validator-to-active-record
BigBinary
Rails 7 adds ComparisonValidator to ActiveRecord
Rails 7 series | Ruby 7.0 adds ComparisonValidator to ActiveRecord
Ruby / Rails Inside
https://blog.ohmysmtp.com/blog/verify-paddle-webhooks-in-ruby/
Ohmysmtp
How to Verify Paddle.com Webhooks / Alerts in Ruby on Rails
A short guide to verifying payment provider Paddle.com webhooks and alerts in Ruby on Rails