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://www.cookieshq.co.uk/posts/minimise-impact-of-ddos-attack-ruby-on-rails-app
CookiesHQ - web, voice, mobile apps designers and developers in Bristol
How to minimise the impact of a DDOS attack on your Ruby on Rails app
Your guide to minimising the impact of a DDoS attack on your Ruby on Rails app - using Rack-attack or DNS filtering service like Cloudflare.
Ruby / Rails Inside
https://www.dmitry-ishkov.com/2021/07/ruby-http-server-from-ground-up.html
Dmitry-Ishkov
Ruby HTTP server from the ground up
Getting something to work quickly is important when you are starting out, but if you want to become better at programming it's importa...
Ruby / Rails Inside
https://thedevpost.com/blog/how-to-make-a-bot-for-twitter-with-ruby/
The Dev Post
Build Twitter Bot With Ruby - The Dev Post
How to make a bot for Twitter? The purpose of this Twitter bot is to retweet all hashtags related to #ruby or #rails.
Ruby / Rails Inside
https://www.driftingruby.com//episodes/tracking-events-with-ahoy
Drifting Ruby
Episode 303 - Tracking Events with Ahoy
Analytics can provide great information about your users and the content that you're producing. With using the Ahoy gem, we can gather powerful analytics without handing them over to third parties.
Ruby / Rails Inside
https://tosbourn.com/comment-your-rails-migrations/
Tosbourn – Belfast based Ruby developers
How to comment Rails migrations
We recently learned how you could apply comments to your migrations in Rails
Ruby / Rails Inside
https://www.youtube.com/watch?v=2LmdJsCuR5U
YouTube
Code flow in Event-driven architectures based on Ecommerce
See the codebase here: https://github.com/RailsEventStore/cqrs-es-sample-with-res
Learn more about event-driven architectures: http://railsarchitects.com
Ruby / Rails Inside
https://blog.saeloun.com/2021/07/06/rails-7-adds-previously_persisted
Saeloun Blog
Rails 7 adds previously_persisted? method to ActiveRecord
Rails 7 adds previously_persisted? method to check an object previously existed in the database and presently deleted.
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.