Ruby / Rails Inside
@rubyinside
732
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
732 subscribers
Ruby / Rails Inside
https://codewithrails.com/ruby-enumerator-product
Code With Rails
Ruby 3.2 introduces Enumerator::product
Learn about the Enumerator#product method introduced in Ruby 3.2.
Ruby / Rails Inside
https://medium.com/@fulit103/how-to-create-a-dag-from-rails-models-29a85dacfde8
Medium
How to create a DAG from rails models
To create a directed acyclic graph (DAG) from the models in a Rails app, you can use the Active Record reflection methods to introspect the…
Ruby / Rails Inside
https://evilmartians.com/chronicles/viewcomponent-in-the-wild-building-modern-rails-frontends
evilmartians.com
ViewComponent in the Wild I: building modern Rails frontends—Martian Chronicles, Evil Martians’ team blog
Learn why GitHub's ViewComponent library offers a great approach for building modern Ruby on Rails apps, and why you should give it a shot, too!
Ruby / Rails Inside
https://youtu.be/MqEhce81m0s
YouTube
Modular Code Organization
► 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.io
…
Ruby / Rails Inside
https://www.ruby-lang.org/en/news/2022/12/25/ruby-3-2-0-released/
Ruby Programming Language
Ruby 3.2.0 Released | Ruby
Ruby / Rails Inside
https://shopify.engineering/ruby-rails-year-in-review-2022
Shopify
Year in Review 2022: Tenderlove's Ruby and Rails Reflections and Predictions
Senior Staff Engineer and Rails core team member Aaron Patterson recaps his favourite Ruby and Rails updates of 2022 and some predictions (okay, so maybe it’s more of a wish list) for 2023.
Ruby / Rails Inside
https://gettalong.org/blog/2022/benchmarking-rubies.html
Thomas Leitner's website and blog about Ruby, software engineering and the joy of solving problems.
Benchmarking Ruby 2.6 to 3.2
The yearly benchmarking Ruby post
Ruby / Rails Inside
https://shopify.engineering/how-to-program-your-vcr
Shopify
Reliving Your Happiest HTTP Interactions with Ruby’s VCR Gem - Shopify
VCR is a Ruby library that records HTTP interactions and plays them back to your test suite, verifying input and returning predictable output. Here’s how and when Prater (Staff Engineer) recommends you use it.
👍
1
Ruby / Rails Inside
https://world.hey.com/this.week.in.rails/first-edition-of-2023-3b0f1bac
Hey
First edition of 2023!
🥂
Long time no see! 新年明けましておめでとうございます!Zzak here to bring you the first This Week in Rails of.. *almost writes 2022*.
🤣
Spotlight I want to try something different, there has been one particular person that I feel deserves a Shout Out: Akira Matsuda. He has…
Ruby / Rails Inside
https://manny.codes/this-week-in-rails-wrapped-an-overview-of-rails-7-1-features-part-ii/
Ruby / Rails Inside
https://betterprogramming.pub/ruby-code-ai-and-the-lessons-of-a-misguided-machine-c892a743b1ac
Medium
Ruby Code, AI, and the Lessons of a Misguided Machine
What would ChatGPT say?
Ruby / Rails Inside
https://blog.kiprosh.com/rails-7-1-raises-on-assignment-to-readonly-attributes/
Kiprosh Blogs
Rails 7.1 - Raises on assignment to readonly attributes
Rails 7.1 adds raise_on_assign_to_attr_readonly config to raise ActiveRecord::ReadonlyAttributeError error on attr_readonly attributes assignment
Ruby / Rails Inside
https://blog.appsignal.com/2023/01/11/create-a-business-language-for-a-rails-application.html
Appsignal
Create a Business Language for a Rails Application | AppSignal Blog
Build and parse a programming language to extend your Rails application's functionality.
Ruby / Rails Inside
https://nithinbekal.com/posts/ruby-3-2/
Nithinbekal
What's new in Ruby 3.2
Nithin Bekal's blog about programming - Ruby, Rails, Vim, Elixir.
Ruby / Rails Inside
https://hparker.xyz/ruby_todo.html
Ruby / Rails Inside
https://world.hey.com/this.week.in.rails/an-endpoint-for-uptime-monitors-an-improved-help-command-etc-0dfa7fc0
Hey
An endpoint for uptime monitors, an improved help command, etc
Halløj. It's me again, bringing you the usual goodies from Rails. Show relevant commands when calling help This pull request improves the user experience by displaying the appropriate commands for the context in which the user is running rails -h or rails.…
Ruby / Rails Inside
https://shopify.engineering/ruby-yjit-is-production-ready
Shopify
Ruby 3.2’s YJIT is Production-Ready - Shopify
YJIT, a just-in-time (JIT) implementation on top of CRuby built at Shopify, is now production-ready and delivering major improvements to performance and speed. Maxime shares the updates that have been made in this newest version of YJIT, and future plans…
Ruby / Rails Inside
http://blog.cleancoder.com/uncle-bob/2023/01/18/functional-classes.html
Clean Code
Functional Classes
I recently tweeted the following:
Ruby / Rails Inside
https://kukicola.io/posts/signed-urls-with-ruby/
kukicola.io
Signed URLs with Ruby - kukicola.io
Signed URLs can be a very useful solution in many cases when you need to provide limited access to some resources or actions. As the name suggests, signed URLs contain signatures that allow us to validate if they were generated by a trusted source. I'll focus…
Ruby / Rails Inside
http://coursegalaxy.com/design-patterns/ruby.html
Coursegalaxy
Design Patterns In Ruby
Design Patterns In Ruby. Learn design patterns and their implementation in Ruby
Ruby / Rails Inside
https://evilmartians.com/chronicles/gemfile-of-dreams-libraries-we-use-to-build-rails-apps
evilmartians.com
Gemfile of dreams: the libraries we use to build Rails apps—Martian Chronicles, Evil Martians’ team blog
We unveil the toolbox of the Martian Rails engineer; we begin constructing a Gemfile from the universe of Martian gems that encapsulate our philosophy and soul.