Ruby / Rails Inside
@rubyinside
733
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
733 subscribers
Ruby / Rails Inside
https://dev.to/thesmartnik/how-to-test-solidity-smart-contracts-with-ruby-with-rspec-and-etheriumrb-156
DEV Community
How to test solidity smart contracts with ruby with RSpec and Etherium.rb
A small guide on how you could test your smart contracts in rspec instead of using truffle
Ruby / Rails Inside
https://blog.appsignal.com/2022/03/30/5-tips-to-design-ruby-on-rails-transactions-the-right-way.html
Appsignal
5 Tips to Design Ruby on Rails Transactions the Right Way | AppSignal Blog
Check out these 5 tips to ensure your transactions are readable and well-designed in your Ruby on Rails app.
Ruby / Rails Inside
https://jonsully.net/blog/rails-credentials-can-be-confusing/
jonsully.net
Rails Credentials can be Confusing
Some conventions to follow
Ruby / Rails Inside
https://pganalyze.com/blog/how-postgres-chooses-index
pganalyze
How Postgres Chooses Which Index To Use For A Query
How the Postgres planner breaks down a query into scans and how this impacts indexing choices
Ruby / Rails Inside
https://www.rubberduckdevshow.com/episodes/36-redundant-infrastructure-on-the-cheap/
Rubberduckdevshow
Rubber Duck Dev Show Episode 36 | Redundant Infrastructure on the Cheap
In this episode of the Rubber Duck Dev Show, we discuss how to set up a redundant infrastructure for you application on the cheap.
Ruby / Rails Inside
https://www.youtube.com/watch?v=fZqQbgj_y8E
YouTube
Of users and direct messaging, pt. 2
In this episode, we continue working on the direct messaging feature: adding channel memberships, Current, and new Turbo Streams.
❤️
You can support us on GitHub Sponsors: https://github.com/sponsors/anycable
Our public roadmap is available here: https…
Ruby / Rails Inside
https://noteflakes.com/articles/2022-04-04-exploring-pipes
Ruby / Rails Inside
https://jonsully.net/blog/a-generic-image-wrapper-for-active-storage/
Jon Sully
A Generic 'Image' Wrapper for Active Storage in Rails 7 | Jon Sully
Staying DRY while storing descriptions in a not-model-specific way
Ruby / Rails Inside
https://orbit.love/blog/introducing-notion-ruby-client-open-source-ruby-client-notion-api
orbit.love
notion-ruby-client: an Open-Source Ruby Client for the Notion API - Orbit
notion-ruby-client is an Open Source gem that abstracts away the Notion API intricacies so that you can focus on building your own integration.
Ruby / Rails Inside
https://www.ruby-lang.org/en/news/2022/04/12/ruby-3-1-2-released/
www.ruby-lang.org
Ruby 3.1.2 Released
Ruby / Rails Inside
https://evilmartians.com/chronicles/a-slice-of-life-table-partitioning-in-postgresql-databases
evilmartians.com
A slice of life: table partitioning in PostgreSQL databases—Martian Chronicles, Evil Martians’ team blog
In this article, Ruby on Rails developers (and backend engineers in general) can learn to implement table partitioning in PostgreSQL databases and explore common problems and pitfalls.
Ruby / Rails Inside
https://blog.saeloun.com/2022/04/12/ruby-variable-width-allocation.rb.html
Saeloun Blog
How does Ruby manage memory?
Each programming language has its version of memory management so, let us look into how Ruby does this under the hood.
Ruby / Rails Inside
https://github.blog/2022-04-11-performance-at-github-deferring-stats-with-rack-after_reply/
The GitHub Blog
Performance at GitHub: deferring stats with rack.after_reply
How we sped up GitHub.com by moving slow, non-critical code into rack.after_reply.
Ruby / Rails Inside
https://avohq.io/blog/auto-reload-rails-initializers-and-other-files-in-development
avohq.io
Auto re-load Rails initializers (and other files) in development
This auto-reloading technique makes the development experience so much better!
Ruby / Rails Inside
https://thoughtbot.com/blog/custom-ranges-in-ruby
thoughtbot
Custom Ranges in Ruby
How can we create ranges out of custom objects?
Ruby / Rails Inside
https://shopify.engineering/code-ranges-ruby-strings
Shopify
Code Ranges: A Deeper Look at Ruby Strings
An informal look at what makes encoding-aware strings in Ruby functional and performant, providing insight into all the wonderful things the Ruby VM does.
Ruby / Rails Inside
https://www.andywaite.com/2022/04/15/reusable-github-actions-rails-workflow.html
Ruby / Rails Inside
https://blog.kiprosh.com/advanced-features-provided-by-new-debug-gem/
Kiprosh Blogs
Advanced features provided by the new debug gem in Ruby
Decoding features like record & replay debugging, postmortem debugging, and VSCode integrations are provided by the new debug gem.
Ruby / Rails Inside
https://blog.saeloun.com/2022/04/19/ruby-variable-width-allocation-part-2.html
Saeloun Blog
Ruby 3.1 introduces Variable Width Allocation for Strings
In this blog let us understand how Variable Width Allocation works in Ruby
Ruby / Rails Inside
https://www.fullstackruby.dev/object-orientation/2022/04/17/transform-your-data-with-oop-formatter-pattern/
Fullstack Ruby
Transform Your Data Object-Oriented Style with Formatters
I truly adore this design pattern. Once you know it, you start to see its usefulness across a wide variety of scenarios, codebases, and even programming languages.
Ruby / Rails Inside
https://blog.saeloun.com/2022/04/20/rails-7-lazy-loads-schema-cache.html
Saeloun Blog
Rails 7 now lazy loads schema cache
Use a config option to now switch between eager and lazy schema cache loading.