Ruby / Rails Inside
@rubyinside
734
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
734 subscribers
Ruby / Rails Inside
https://blog.kiprosh.com/rails-7-introduces-partial-inserts-config-for-activerecord/
Kiprosh Blogs
Rails 7 introduces partial_inserts config for ActiveRecord
Rails 7 adds the partial_inserts config used to control partial writes when creating a new record. Let's learn how to configure and use it.
Ruby / Rails Inside
https://noteflakes.com/articles/2021-12-03-qeweney
Ruby / Rails Inside
https://weblog.rubyonrails.org/2021/12/6/Rails-7-0-rc-1-released/
Ruby on Rails
Rails 7.0 RC1: New JavaScript Answers, At-Work Encryption, Query Origin Logging, Zeitwerk Exclusively
We’re almost ready to declare Rails 7 done! The feedback since the first alpha release has been wonderful, we’ve eliminated a slew of issues, and we’ve seen Basecamp, HEY, GitHub, and Shopify all run in production on this alpha series. So we now feel so confident…
Ruby / Rails Inside
https://www.driftingruby.com//episodes/dabbling-with-turbo
Drifting Ruby
Episode 326 - Dabbling with Turbo
In this episode, we explore some of the new features with Turbo and interactions that we can do with little or no javascript.
Ruby / Rails Inside
https://evilmartians.com/chronicles/kubing-rails-stressless-kubernetes-deployments-with-kuby
evilmartians.com
Kubing Rails: stressless Kubernetes deployments with Kuby—Martian Chronicles, Evil Martians’ team blog
Exploring the Kuby framework for deploying Rails and AnyCable application to Kubernetes and introducing the kuby-anycable plugin
Ruby / Rails Inside
https://blog.saeloun.com/2021/12/08/rails-7-adds-cacheable-helper
Saeloun Blog
Rails 7 adds caching? and uncachable! helper
Starting with Rails 7, we can add caching? helper to check whether the current code path is being cached and uncacheable! helper to avoid fragment caching.
Ruby / Rails Inside
https://tosbourn.com/square-brackets-rails-migrations/
Tosbourn – Belfast based Ruby developers
What are the square brackets in my Rails migrations?
Let's look at what these little square brackets are doing in our Rails migration files
Ruby / Rails Inside
https://rubyonrails.org/2021/12/15/Rails-7-fulfilling-a-vision
Ruby on Rails: Compress the complexity of modern web apps
Rails 7.0: Fulfilling a vision
This version of Rails has been years in the conceptual making. It’s the fulfillment of a vision to present a truly full-stack approach to web development that tackles both the front- and back-end challenges with equal vigor. An omakase menu that includes…
Ruby / Rails Inside
https://www.youtube.com/watch?v=mpWFrUwAN88
YouTube
Rails 7: The Demo
Enjoy the videos and music you love, upload original content, and share it all with friends, family, and the world on YouTube.
Ruby / Rails Inside
https://jetrockets.com/blog/assert-performance-with-rspec-benchmark
JetRockets
Boosting Ruby Code with RSpec Benchmark - JetRockets
Discover how RSpec Benchmark enhances Ruby code performance testing, offering insights on efficiency and optimization in software development with JetRockets.
Ruby / Rails Inside
https://rubyonrails.org/2021/12/19/this-week-in-rails-post-b2c9fb6a
Ruby on Rails
This week in Rails: New releases, bugfixes and more!
Hi there, it is Greg, bringing you the latest news about Ruby on Rails! We had an exciting week, so let’s get to it.
Ruby / Rails Inside
https://tejasbubane.github.io/posts/2021-12-18-rails-7-postgres-generated-columns/
tejasbubane.github.io
Tejas' Blog - PostgreSQL generated columns in Rails
Thoughts and learnings on writing better software
Ruby / Rails Inside
https://blog.saeloun.com/2021/12/22/ruby-3.1-adds-class-descendants
Saeloun Blog
Ruby 3.1 adds Class#descendants
With Ruby 3.1, we can use `Class#descendants` to yield the classes that have been directly or indirectly derived from a specific class.
Ruby / Rails Inside
https://world.hey.com/jorge/a-system-to-encrypt-data-in-bulk-for-rails-e339e213
Hey
A system to encrypt data in bulk for Rails
We just released mass_encryption, a library to encrypt large sets of data using Active Record Encryption. If you have been following along, Rails 7 was recently released and, among many goodies, it supports at-work encryption with Active Record. This new…
Ruby / Rails Inside
https://anycable.io//blog/anycasts-rails-7-hotwire-and-anycable/
Ruby / Rails Inside
https://rperry2174.medium.com/how-to-debug-ruby-performance-problems-with-profiling-3429b6472521
Medium
How to Debug Ruby Performance Problems with Profiling
Profiling your Ruby Application can uncover huge performance issues
Ruby / Rails Inside
https://www.ruby-lang.org/en/news/2021/12/25/ruby-3-1-0-released/
Ruby Programming Language
Ruby 3.1.0 Released | Ruby
Ruby / Rails Inside
https://www.youtube.com/c/RubyCentral/videos
Ruby / Rails Inside
https://www.bigbinary.com/blog/ruby-3-1-adds-class-subclasses
BigBinary
Ruby 3.1 adds Class#subclasses
Ruby 3.1 series | Ruby 3.1 adds Class#subclasses
Ruby / Rails Inside
https://gettalong.org/blog/2021/benchmarking-rubies.html
Thomas Leitner's website and blog about Ruby, software engineering and the joy of solving problems.
Benchmarking Ruby 2.5 to 3.1
The yearly benchmarking Ruby post
Ruby / Rails Inside
https://www.honeybadger.io/blog/rails-security-risks-part-3/
Honeybadger Developer Blog
Security Risks On Rails: Misconfiguration and Unsafe Integrations
In the third and final article of our series on the OWASP Top 10 Web Application Security Risks, we’ll explore the lesser-known risks associated with the development of web applications on Rails when it comes to threa...