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
https://blog.engineyard.com/the-ruby-unbundled-series-why-you-should-check-out-hotwire-now
EngineYard
The Ruby Unbundled Series: Why You Should Check Out Hotwire Now
Hotwire truly is a game changer for Ruby on Rails web application development. Here's why.
Ruby / Rails Inside
https://tosbourn.com/ruby-on-rails-seo/
Tosbourn – Belfast based Ruby developers
SEO for Ruby on Rails projects
How to do technical SEO with your Ruby on Rails application
Ruby / Rails Inside
https://www.mikeperham.com/2021/04/20/a-tour-of-the-sidekiq-api/
Mike Perham
A Tour of the Sidekiq API
Sidekiq provides an underappreciated but powerful tool for all users: the Sidekiq API. The API gives comprehensive and idiomatic access to Sidekiq’s underlying real-time job and queue data within Redis.
The Glossary To explore the API, first it helps to understand…
Ruby / Rails Inside
https://blog.saeloun.com/2021/04/20/rails-add-in-order-of-method-in-enumerable.html
Saeloun Blog
Rails 7 adds `Enumerable#in_order_of` to put an enumerable in a certain order by a key.
With the addition of the `in_order_of` method, we can order enumerable based on the provided series.
Ruby / Rails Inside
https://bigbinary.com/blog/ruby-3-1-accumulates-enumerable-tally-results
Ruby / Rails Inside
https://longliveruby.com/articles/ruby-csv-common-issues
Ruby / Rails Inside
https://blog.saeloun.com/2021/04/21/rails-7-invert-where-method.html
Saeloun Blog
Rails 7 adds invert_where method to ActiveRecord
Rails 7 adds invert_where method that will invert all scope conditions.
Ruby / Rails Inside
https://www.ombulabs.com/blog/rails/hotwire/hotwire-demo.html
Building with Hotwire
Building With Hotwire - The Lean Software Boutique
Previously, I outlined the new hotness that is Hotwire. New features are nice, but what can you build with it? Let’s build a little project, and le...
Ruby / Rails Inside
https://dev.to/nejremeslnici/using-hotwire-turbo-in-rails-with-legacy-javascript-17g1
DEV Community
Using Hotwire Turbo in Rails with legacy JavaScript
When Hotwire Turbo got released around Christmas 2020, it was exciting news for many of us. One of it...
Ruby / Rails Inside
https://blog.arkency.com/zeitwerk-based-autoload-and-workarounds-for-single-file-many-classes/
Arkency Blog
Zeitwerk-based autoload and workarounds for single-file-many-classes problem
Hi, we're Arkency and it's our blog with meaty content.
Ruby / Rails Inside
https://dylansreile.medium.com/rails-6-1-new-framework-defaults-what-they-do-and-how-to-safely-uncomment-them-c546b70f0c5e
Medium
Rails 6.1 new framework defaults: what they do and how to safely uncomment them
When you run rails app:update on a Rails 6.0 app, it creates a file with 16 new default configuration settings. Here’s what they do and…
Ruby / Rails Inside
https://bigbinary.com/blog/rails-7-adds-enumerable-sole
BigBinary
Rails 7 adds Enumerable#sole
Rails 7 series | Rails 7.0 adds Enumerable#sole
Ruby / Rails Inside
https://blog.saeloun.com/2021/04/27/rails-7-allow-constructor-in-has-one-through.html
Saeloun Blog
Rails 7 allows constructors on has_one :through associations
Rails 7 allows build_association and create_association on has_one :through associations.
Ruby / Rails Inside
https://github.com/igorkasyanchuk/rails_performance
GitHub
GitHub - igorkasyanchuk/rails_performance: Monitor performance of you Rails applications (self-hosted and free)
Monitor performance of you Rails applications (self-hosted and free) - igorkasyanchuk/rails_performance
Ruby / Rails Inside
https://rubywizards.com/series/audiobook-streaming
Hashnode
Audiobook streaming platform on AWS stack and Ruby on Rails - Ruby Wizards blog
In this series I discuss the issues that I encountered while working on audiobook streaming platform.
Ruby / Rails Inside
https://blog.rebased.pl/2021/04/06/eli5-bitfields.html
Rebased Blog
ELI5: Bitfields
What is this bitfield thing?
Ruby / Rails Inside
https://blog.arkency.com/how-to-balance-the-public-apis-of-open-source-library-practical-examples-from-railseventstore/
Arkency Blog
How to balance the public APIs of an open-source library — practical examples from RailsEventStore
Hi, we're Arkency and it's our blog with meaty content.
Ruby / Rails Inside
https://itnext.io/why-puma-workers-constantly-hung-and-how-we-fixed-by-discovering-the-bug-of-ruby-v2-5-8-and-v2-6-6-7fa0fd0a1958
Medium
Why puma workers constantly hung, and how we fixed by discovering the bug of Ruby v2.5.8 and v2.6.6
While running Rails puma servers in production, we were seeing the incident that some old worker processes suddenly got stuck regardless…
Ruby / Rails Inside
https://blog.arkency.com/common-authentication-for-mounted-rack-apps-in-rails/
Arkency Blog
Rack apps mounted in Rails — how to protect access to them?
Hi, we're Arkency and it's our blog with meaty content.
Ruby / Rails Inside
https://www.scrapingbee.com/blog/best-ruby-http-clients/
Scrapingbee
The Best Ruby HTTP clients | ScrapingBee
This article will discuss the best HTTP clients in Ruby. Faraday, HTTParty, Rest-client...it can be hard to choose the best one.