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://hint.io/blog/Whats-Cooking-in-Rails-7
Hint.io
What's Cooking in Rails 7?
Now that Rails 6.1 has been released, we are looking ahead to what Rails 7 has in store for us.
Ruby / Rails Inside
https://orbit.love/blog/building-a-component-library-in-rails-with-storybook
orbit.love
Building a Component Library in Rails With Storybook - Orbit
A step by step guide to deploying a component library with Storybook for a Rails app
Ruby / Rails Inside
https://pganalyze.com/blog/custom-postgres-data-types-ruby-rails
pganalyze
Creating Custom Postgres Data Types in Rails
We create domain types and composite types in PostgreSQL and show how to hook into the Rails Attributes API to help instantiate them as objects that Ruby can use.
Ruby / Rails Inside
https://solnic.codes/2021/05/01/whoops-thoughts-on-rails-forking-and-leadership/
solnic.codes
WHOOPS! Thoughts on Rails, forking and leadership
I decided to let it all out. What a funny coincident because exactly 5 years ago I wrote that I’m leaving Rails for good. I thought I’m gonna leave Ruby too but that didn’t happen and I’m still a very happy Rubyist and because of this I’m really saddened…
Ruby / Rails Inside
https://blog.arkency.com/how-to-build-a-read-model-with-rails-event-store-projection/
Arkency Blog
How to build a read model with Rails Event Store Projection
Recently I faced interesting challenge in one of our customer’s application. Imagine that you take a test after which you get a personalised reports about your skills level. Existing mechanism for that was time and resource consuming. People had to wait for…
Ruby / Rails Inside
https://blog.arkency.com/fighting-the-primitive-obsession-with-value-objects/
Arkency Blog
Fighting the primitive obsession with Value objects
My previous post on read models intended to address something different, but I decided to focus on read model part and leave the other topic for a different one. There’s one thing which I dislike in the implementation. Using primitives to calculate the scores.
Ruby / Rails Inside
https://weblog.rubyonrails.org/2021/5/2/rails-governance/
Ruby on Rails
Rails Governance
As some questions have been raised about how the Rails project’s governance functions, we’d like to clarify how the team is structured and how we operate:
Ruby / Rails Inside
https://kirshatrov.com/2021/05/02/vitess-throttling/
Kir Shatrov
Throttling database load with Vitess
In his Percona Live 2020 talk, Shlomi Noach pointed out that he sees Vitess is an infrastructure framework that would let everyone get database capabilities that you’d otherwise have to build yourself.
Ruby / Rails Inside
https://www.ruby-lang.org/en/news/2021/05/02/os-command-injection-in-rdoc/
www.ruby-lang.org
CVE-2021-31799: A command injection vulnerability in RDoc
Ruby / Rails Inside
https://boringrails.com/tips/rails-mailers-email-address-with-name
Boring Rails: Skip the bullshit and ship fast
Improving your Rails mailers with email_address_with_name
In almost all email programs, you can add a display name before your email address like so:
Ruby / Rails Inside
https://bigbinary.com/blog/rails-7-adds-encryption-to-active-record
BigBinary
Rails 7.0 adds encryption to Active Record models
Rails 7 series | Rails 7.0 adds encryption to Active Record models
Ruby / Rails Inside
https://blog.arkency.com/semantic-blind-spot-in-ruby-case-statement/
Arkency Blog
Semantic blind spot in Ruby case statement
Hi, we're Arkency and it's our blog with meaty content.
Ruby / Rails Inside
http://hanamirb.org/blog/2021/05/04/announcing-hanami-200alpha2/
Hanami
Announcing Hanami v2.0.0.alpha2
After two years of work, presenting a revolutionary new vision for Hanami 2.0.
Ruby / Rails Inside
https://dry-rb.org/news/2021/05/04/introducing-dry-files/
Ruby / Rails Inside
https://www.ombulabs.com/blog/learning/javascript/behind-the-scenes-rails-ujs.html
Behind The Scenes: Rails UJS by @arieljuod
Behind the Scenes: Rails UJS - The Lean Software Boutique
Rails UJS (Unobtrusive JavaScript) is the JavaScript library that helps Rails do its magic when we use options like remote: true for many of the ht...
Ruby / Rails Inside
https://blog.saeloun.com/2021/05/05/rails-7-transform-hash-into-html-for-erb-interpolation
Saeloun Blog
Rails 7 transforms a Ruby hash into HTML attributes for ERB interpolation
Rails 7 adds `tag.attributes`, which transforms a Hash into HTML Attributes, ready to be interpolated into ERB.
Ruby / Rails Inside
https://boringrails.com/tips/explore-data-ruby-uniq-tally-count
Boring Rails: Skip the bullshit and ship fast
Quickly explore your data with uniq and tally
A common question you may want to answer on user-input data is: what values have been entered and how many times is each one used?
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/