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/2021/5/5/Rails-versions-6-1-3-2-6-0-3-7-5-2-4-6-and-5-2-6-have-been-released/
Ruby on Rails
Rails versions 6.1.3.2, 6.0.3.7, 5.2.4.6, and 5.2.6 have been released!
Hi everyone! Rails versions 6.1.3.2, 6.0.3.7, 5.2.4.6, and 5.2.6 have been released!
Ruby / Rails Inside
https://technology.doximity.com/articles/containerizing-ruby-on-rails-applications
Doximity
Containerizing Ruby on Rails Applications
Read more on the Doximity Technology Blog about how our engineers and data scientists are building the largest online network for clinicians.
Ruby / Rails Inside
https://twitter.com/samsaffron/status/1389798580689326086
Twitter
Sam Saffron
3 developers (including me) noticed that suddenly booting Rails was ultra slow, there is a perf issue in bundler 2.2.5, 2.2.6 and 2.2.7 - be sure to upgrade bundler with `gem install bundler`
Ruby / Rails Inside
https://www.stimulusreflexpatterns.com/patterns/
Ruby / Rails Inside
https://railsguides.net/all-mutations-in-db-transaction-ruby-graphql/
Rails Guides
Easy solution to run all mutations in DB transactions
Learn an easy solution to wrap all mutations in DB transactions using the graphql-ruby gem.
Ruby / Rails Inside
https://jemma.dev/blog/gc-compaction
Jemma Issroff
Ruby Garbage Collection Deep Dive: Compaction
So far in this series, we’ve discussed GC::INTERNAL_CONSTANTS, the Tri-Color Mark and Sweep algorithm, Generational GC and Incremental GC. We’ll build on what we’ve learned in this post about the newest addition to Ruby’s GC: compaction.
Ruby / Rails Inside
https://thedevpost.com/blog/extract-key-or-value-from-hash-in-ror/
Ruby / Rails Inside
https://www.honeybadger.io/blog/react-rails/
Honeybadger Developer Blog
React on Rails: Building a Simple App
To decide on a front-end for your Rails app, you need a feel for the options. Does a certain JS framework speak to you or does it make you feel dirty inside? There's only one way to find out! In this article, Julio Sa...
Ruby / Rails Inside
https://andycroll.com/ruby/wrap-your-environment-variables-in-a-settings-object/
Andy Croll
Wrap your environment variables in a settings object
It helps keep your configuration in one place
Ruby / Rails Inside
https://kukicola.io/posts/useful-active-support-features-you-may-not-have-heard-of/
kukicola.io
Useful Active Support features you may not have heard of - kukicola.io
Active Support is a really powerful library that is a part of Rails framework. Today we will focus on utilities it includes, which can be useful in your next Rails project or any other ruby app.
Ruby / Rails Inside
https://www.johnnunemaker.com/rails-feature-flags/
John Nunemaker
Rails Feature Flags: Now So Flippin' Easy You Won't Believe It
Well friends today is a great day. I'm writing to let you know that Flipper 0.21 is hot off the press. And. It. Is. Awesome. Seriously, read on.
Ruby / Rails Inside
https://blog.saeloun.com/2021/05/11/rails-7-activesupport-cache-memcachestore-now-accepts-an-explicit-nil-for-addresses.html
Saeloun Blog
Rails 7 ActiveSupport::Cache::MemCacheStore now accepts an explicit nil for addresses argument
Those migrating from :dalli_store to :mem_cache_store can now pass an explicit nil for its addresses argument.
Ruby / Rails Inside
https://longliveruby.com/articles/rails-ab-test
Ruby / Rails Inside
https://solnic.codes/2021/05/11/the-5-rules-of-simple-rspec-tests/
solnic.codes
The 5 Rules of Simple RSpec Tests
The 5 “rules” I try to follow in order to write simple RSpec tests.
Let’s GO.
1. Max 2 levels of describe/context nesting Everything above 2 is a code-smell and causes alarm bells in my head to ring. The more levels of nesting you have, the harder it is to…
Ruby / Rails Inside
https://nextlinklabs.com/insights/using-sinatra-to-mock-3rd-party-apis-inside-a-rails-test-suite
Nextlinklabs
Use Sinatra to Mock Shopify API Calls in Rails Test Suites | NextLink Labs
Designing a test suite involves constant decisions about how closely to replicate your end product. See how you can simplify the process.
Ruby / Rails Inside
https://blog.appsignal.com/2021/05/12/three-ways-to-avoid-duplicate-sidekiq-jobs.html
Appsignal
Three Ways To Avoid Duplicate Sidekiq Jobs | AppSignal Blog
Sidekiq is used to handle background processing. Whatever your background jobs may be, you'll eventually run into duplicate jobs. Let's see how to de-duplicate them.
Ruby / Rails Inside
https://ideas.bywetransfer.com/story/spelunking-ruby-gems
Ideas by WeTransfer
Spelunking Ruby Gems
Stories of culture, product, and technology — as told by the people behind WeTransfer.
Ruby / Rails Inside
https://schneems.com/2021/05/12/the-room-where-it-happens-how-rails-gets-made/
Schneems
The room where it happens: How Rails gets made
Today I’m going to share my perspective on how Ruby on Rails is developed and governed and how I feel the Basecamp “incident” impacts the future of Rails. I’...
Ruby / Rails Inside
https://www.botreetechnologies.com/blog/paytm-wallet-money-transfer-with-ruby-on-rails/
BoTree Technologies
Paytm Wallet Money Transfer with Ruby on Rails - BoTree Technologies
Want to learn how to do PayTm integration with your Ruby on Rails application? Here is a step-by-step guide to integrate PayTm as your payment vendor for Ruby on Rails.
Ruby / Rails Inside
https://www.dmitry-ishkov.com/2021/05/phone-authentication-in-ruby.html
Dmitry-Ishkov
Phone Authentication in Ruby
Using SMS to authenticate a user has the following benefits: Everybody has a phone. Users don't have to remember passwords. ...