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://weblog.rubyonrails.org/2020/12/9/Rails-6-1-0-release/
Ruby on Rails
Rails 6.1: Horizontal Sharding, Multi-DB Improvements, Strict Loading, Destroy Associations in Background, Error Objects, and more!
Rails 6.1 has been released and wow does it have a lot of great stuff! We’ve been hardat work these past few months implementing improvements to multiple databases, adding support for destroyingassociations in jobs instead of in-memory, turning errors into…
Ruby / Rails Inside
https://evilmartians.com/chronicles/climbing-steep-hills-or-adopting-ruby-types
evilmartians.com
Climbing Steep hills, or adopting Ruby 3 types with RBS—Martian Chronicles, Evil Martians’ team blog
A deep dive into adding Ruby Type Signatures to existing projects and using Steep to perform type checking.
Ruby / Rails Inside
https://buildingvts.com/diagnosing-performance-issues-in-rails-applications-9418eb5d872
Medium
Diagnosing performance issues in Rails applications
Almost everyone who works on a large Rails application will eventually have to deal with performance problems.
Ruby / Rails Inside
https://codefol.io/posts/is-ruby-3-actually-three-times-faster/
Ruby / Rails Inside
https://onrails.blog/2020/12/10/protecting-activestorage-uploads/
Blogging On Rails
Protecting ActiveStorage Uploads • Blogging On Rails
ActiveStorage is a great addition to Rails. However, if need to protect uploads through a means more secure than the security by obscurity provided by the redirect service, you need to write your own controller. Setup a demo If you don’t have an existing…
Ruby / Rails Inside
https://infinum.com/the-capsized-eight/code-quality-rubocop
Infinum
Improve Code Quality with RuboCop
Cleaner pull requests, automated knowledge sharing, and easy engagement with open-source software? Sign me up!
Ruby / Rails Inside
https://www.botreetechnologies.com/blog/integrating-rails-application-with-material-design-in-10-minutes/
BoTree Technologies
Using Material Design in Ruby on Rails Application - BoTree Technologies
There is a lot of buzz around material design and there is a huge adoption worldwide. So what the hell material design is? Read More...
Ruby / Rails Inside
https://www.driftingruby.com//episodes/cache-warming
Drifting Ruby
Episode 273 - Cache Warming | Drifting Ruby
Caching is a great way to speed up your applications. However, when a cache becomes stale, there could be a user experience degradation until the cache is rebuilt. In this episode, we look at implementing a background job to rebuild the cache.
Ruby / Rails Inside
https://www.ideamotive.co/blog/materialized-views-ruby-rails-scenic
www.ideamotive.co
Materialized Views In Ruby On Rails With Scenic
How to create materialized views in Ruby on Rails with Scenic gem and PostgreSQL? Developer's perspective (with case study).
Ruby / Rails Inside
https://medium.com/datacamp-engineering/ruby-3-and-beyond-a-rubyconf-2020-report-33eb02e53840
Medium
Ruby 3 and Beyond, a RubyConf 2020 report
Read about our main take-aways on the Ruby 3 release and the accompanying keynote at RubyConf 2020 by Yukihiro Matsumoto (Matz)
Ruby / Rails Inside
https://blog.testdouble.com/posts/2020-12-15-adding-disallowed-deprecations-to-rails-6-1/
Test Double Blog
Adding Disallowed Deprecations to Rails 6.1
Eliminating deprecation warnings is an important part of the Rails upgrade process. Disallowed Deprecations in Rails 6.1 provides a way to ensure deprecations don't get reintroduced once they've …
Ruby / Rails Inside
https://www.mikeperham.com/2020/12/14/grouping-events-for-later-processing/
Mikeperham
Grouping Events for Later Processing | Mike Perham
Ruby, OSS and the Internet
Ruby / Rails Inside
https://blog.appsignal.com/2020/12/16/top-5-ruby-posts-in-2020-from-appsignal.html
AppSignal Blog
Top 5 Ruby Blog Posts in 2020 from AppSignal | AppSignal Blog
Check out the most appreciated Ruby posts on our blog in 2020.
Ruby / Rails Inside
https://dev.to/peterc/how-to-install-ruby-on-aws-cloudshell-3n8c
DEV Community
How to Install Ruby on AWS CloudShell
If you use AWS and like to interact with AWS services from the shell/terminal, there's a new option f...
Ruby / Rails Inside
https://www.rubytapas.com/2020/12/15/repeatable-devcontainer/
Ruby / Rails Inside
https://www.johnnunemaker.com/rails-insert_all-and-upsert_all/
John Nunemaker
Rails insert_all and upsert_all
TIL something new about Rails. You can now use insert_all and upsert_all for efficient writes. But that's not all. Read on for what "just worked" and what didn't.
Ruby / Rails Inside
https://batsov.com/articles/2020/12/16/inspecting-the-contents-of-a-ruby-gem/
Ruby / Rails Inside
https://www.youtube.com/watch?v=2fldr2HcuVw
YouTube
RubyWorld Conference 2020 English Channel
Correction and Apology
We posted the incorrect logo and English description of Platinum sponsor ‘LegalForce, Inc.’. We sincerely apologize and upload the revised PR video. Here (https://youtu.be/CC1ifL_eZK4) is the correct description. We are terribly sorry.…
Ruby / Rails Inside
https://weblog.rubyonrails.org/2020/12/20/this-week-in-rails-rails-6-1-benchmark-anywhere-bugfixes-and-more/
Riding Rails
This week in Rails: benchmark anywhere, bugfixes and more!
Hi there, it is Greg, bringing you the latest news about Rails!
Ruby / Rails Inside
https://www.ruby-lang.org/en/news/2020/12/20/ruby-3-0-0-rc1-released/
Ruby / Rails Inside
https://karolgalanciak.com/blog/2020/12/20/kafka-for-rubyists-mini-course/
Karolgalanciak
Kafka for Rubyists Mini Course
I’ve been recently planning to record a couple of tutorials for my team in BookingSync, focusing mostly on monitoring and some other more advanced aspects of...