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://occson.com/blog/occson/rails/environment/devops/ruby/2021/07/10/occson.html
Ruby / Rails Inside
https://thedevpost.com/blog/rubocop-configuration-files-for-rails/
The Dev Post
Rubocop Configuration Files For Rails - The Dev Post
RuboCop Configuration files for Rails. This tutorial shows how to have a fully working configuration for Rubocop in your Rails app in like 2 minutes.
Ruby / Rails Inside
https://blog.eq8.eu/til/rails-active-storage-cdn.html
blog.eq8.eu
Rails Active Storage CDN
Ruby on Rails Active Storage there is posibility to configure CDN.
Ruby / Rails Inside
botreetechnologies.com/blog/ways-to-improve-web-performance-with-rails/
Ruby / Rails Inside
https://prabinpoudel.com.np/notes/update-multiple-records-at-once-in-rails/
Prabin Poudel - Rails Freelancer
Update Multiple Records at Once in Rails
We can update static values of existing records with the method update_all. But what if we want to update records with different value for different attributes? In this blog, we will be looking at the solution on updating multiple records at once in Rails…
Ruby / Rails Inside
https://ja.cob.land/optimizing-memowise-performance
Ruby / Rails Inside
https://github.com/vlado/activerecord-cte
GitHub
GitHub - vlado/activerecord-cte: Brings Common Table Expressions support to ActiveRecord and makes it super easy to build and chain…
Brings Common Table Expressions support to ActiveRecord and makes it super easy to build and chain complex CTE queries - vlado/activerecord-cte
Ruby / Rails Inside
https://weblog.rubyonrails.org/2021/7/19/this-week-in-rails-performance-and-parallel-testing-improvements-and-more/
Riding Rails
Performance and parallel testing improvements and more!
Hi, this is Greg, bring you the latest news of the Rails world. It’s been a quiet week, so we don’t have much changes to cover this time.
Ruby / Rails Inside
https://thedevpost.com/blog/integrate-pronto-with-gitlab-ci-for-rails-app/
The Dev Post
Integrate Pronto With GitLab CI For Rails App - The Dev Post
Check out this simple tutorial to integrate Pronto with GitLab CI for the Rails app. The purpose of it is to make the process of code reviews easier.
Ruby / Rails Inside
https://www.honeybadger.io/blog/documentation-worklow-rails/
Honeybadger Developer Blog
Building a Documentation Workflow in Rails
Good docs make happy customers. But documentation is HARD. You have to figure out what's important and write it up in a way that's tailored to your audiences and consistent across the site. Now you need to set up a website, publish the docs and maintain…
Ruby / Rails Inside
https://blog.testdouble.com/posts/2021-07-19-benchmarking-your-ruby-with-time_up/
Test Double Blog
Benchmarking your Ruby with time_up
time_up is a new Ruby gem for managing timers to measure your code's performance.
Ruby / Rails Inside
https://blog.saeloun.com/2021/07/20/rails-7-allows-nested-locales
Saeloun Blog
Rails 7 allows loading nested locales in the engine
Rails 7 allows loading nested locales inside the `/locales` directory by default for better organization in larger apps.
Ruby / Rails Inside
https://www.youtube.com/channel/UCgXsZr2e0AgUJMZm5t03WVw
Ruby / Rails Inside
https://blog.thegnar.co/active-model-validations-csv
blog.thegnar.co
The Gnar Blog - Validate CSV Input With ActiveModel::Validations
Ramblings from The Gnar Company team on all things tech, culture, and process.
Ruby / Rails Inside
https://releasehub.com/blog/how-release-uses-action-cable-redux-toolkit
Releasehub
How Release Uses Action Cable and Redux Toolkit
Walk through setting up Action Cable messages that are received by a React Component hooked up to Redux Toolkit.
Ruby / Rails Inside
https://weblog.rubyonrails.org/2021/7/23/this-week-in-rails-active-record-improvements-and-much-more/
Riding Rails
Active record improvements and much more
Hi, Wojtek here presenting quite a lot of changes from the past week.
Ruby / Rails Inside
https://hanamimastery.com/episodes/7-untangle-your-app-with-dry-monads
Hanami Mastery - a knowledge base to hanami framework
Untangle your code with MORE than service objects! Meet dry-monads!
Everyone knows how messy Rails controllers can be come. In this episode, I'm implementing the service-pattern on steroids using dry-monads in my sample Rails application.
Ruby / Rails Inside
https://hanamimastery.com/articles/dry-rb-dependency-graph
Hanami Mastery - a knowledge base to hanami framework
I've made a dependency graph for DRY-RB Ruby gems family
Have you ever wondered which DRY-RB library learn first? I did when I started with DRY-RB. I hope this will help!
Ruby / Rails Inside
https://kirshatrov.com/posts/quick-ruby-script-in-k8s/
Ruby / Rails Inside
https://blog.saeloun.com/2021/07/27/rails-7-belongs-to-change-tracking.html
Saeloun Blog
Rails 7 adds change tracking methods for belongs_to associations
Rails 7 adds the ability to track if an association has been pointed to a new target record in the previous save and whether it will point to a new target record in the next save.