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://dev.to/aws-heroes/asynchronous-background-processing-for-ruby-or-rails-using-aws-lambda-extensions-59bh
DEV Community
Asynchronous Background Processing for Ruby or Rails using AWS Lambda Extensions.
Ever since writing this post last year on Using New Relic APM with Rails on AWS Lambda, I have always...
Ruby / Rails Inside
https://blog.appsignal.com/2021/07/07/general-ruby-on-rails-problems-and-takeaways.html
Appsignal
General Ruby on Rails Problems and Takeaways | AppSignal Blog
In this last part of the Rails Patterns and Anti-patterns series, I'll be going over the most common problems I've encountered while building and shipping Ruby on Rails applications.
Ruby / Rails Inside
https://blog.saeloun.com/2021/07/07/ruby-3-1-pattern-matching-pin-operator
Saeloun Blog
Ruby 3.1 introduces pattern matching pin operator against expression
Ruby 3.1 adds support for the expression and range when using the pattern matching pin operator.
Ruby / Rails Inside
https://www.ruby-lang.org/en/news/2021/07/07/ruby-3-0-2-released/
www.ruby-lang.org
Ruby 3.0.2 Released
Ruby / Rails Inside
https://gorails.com/episodes/deploy-rails-staging-env
GoRails
How to deploy Rails to a Staging Environment (Example) | GoRails
Learn how to deploy your Ruby on Rails app to a Staging Environment
Ruby / Rails Inside
https://hint.io/blog/Active-Record-Encryption
Hint.io
Active Record Encryption
We take a look at how to use Active Record Encryption and discuss some of its assets and limitations.
Ruby / Rails Inside
https://medium.com/building-panorama-education/introducing-memowise-51a5f0523489
Medium
Introducing: MemoWise
There’s a new gem in town! We’re open sourcing MemoWise, the best way to memoize methods in Ruby. (It’s really fast.)
Ruby / Rails Inside
https://github.com/KevinBongart/automated_accessibility_testing_with_ruby_on_rails#readme
GitHub
GitHub - KevinBongart/automated_accessibility_testing_with_ruby_on_rails: The shortest path to get set up with automated accessibility…
The shortest path to get set up with automated accessibility testing in Ruby on Rails - GitHub - KevinBongart/automated_accessibility_testing_with_ruby_on_rails: The shortest path to get set up wit...
Ruby / Rails Inside
https://hanamimastery.com/articles/hanami-architecture-explained
Hanami Mastery - a knowledge base to hanami framework
Hanami architecture explained
People ask me about the simple explanation of Hanami architecture. Why is it so complicated? Is it? I'll try to explain it in simple words.
Ruby / Rails Inside
https://www.botreetechnologies.com/blog/how-to-do-web-scraping-of-a-static-or-dynamic-website-with-ruby-on-rails/
BoTree Technologies
Steps for web scraping with Ruby on Rails - BoTree Technologies
Web scraping with Ruby on Rails allows extracting data from websites in minimal time. Here are the steps for web scraping using Ruby on Rails.
Ruby / Rails Inside
https://blog.codeminer42.com/activerecord-callback-chain-a-cool-and-weird-edge-case/
The Miners | Codeminer42’s Engineering Blog
AR Callback Chain: A (Cool) and Weird Edge Case | The Miners
Today, we'll talk about, bets, ActiveRecord, callback chains, Validations, Edge Cases, and lots of other interesting things!
Ruby / Rails Inside
https://medium.com/klaxit-techblog/tracking-a-ruby-memory-leak-in-2021-9eb56575f731
Medium
Tracking a Ruby memory leak in 2021
An up-to-date and as-simple-as-it-can-be reference on the main steps towards tracking a memory leak
Ruby / Rails Inside
https://hanamimastery.com/episodes/6-complex-ruby-data-transformations-made-simple
Hanami Mastery - a knowledge base to hanami framework
Complex Ruby Transformations made simple with dry-transformer!
Have you ever need to stringify keys outside of rails? Whether you want to import or export CSVs or communicate with external services you may need to parse the input to different output. 'dry-transformer' can help you with it.
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