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.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. ...
Ruby / Rails Inside
https://antoinefink.com/building-a-blockchain-and-cryptocurrency-in-ruby
Antoine’s blog
A guide to building a blockchain & cryptocurrency from scratch in Ruby
Build a blockchain and cryptocurrency is, perhaps surprisingly, a reasonable task. This guide goes through the crucial steps to build your own crypto using Ruby.
Ruby / Rails Inside
https://pawelurbanek.com/rails-sidekiq-monitoring
Rails, PostgreSQL Performance Audit and Tuning Consultant for Hire
How to Monitor Sidekiq Process Uptime in Rails Apps
Things usually work until they don't. Sidekiq background job process can explode, quietly turn off, or get stuck for a variety of reasons. Random network errors, misconfigured email clients, shortage of RAM, or disk space on Redis to name a few. Adding a…
Ruby / Rails Inside
https://blog.engineyard.com/ruby-unbundled-track-how-customers-use-new-features
EngineYard
The Ruby Unbundled Series: Track How Customers Use New Features
Use the Ruby gems ahoy and blazer to track user metrics, usage patterns, and get the most out of your new application features
Ruby / Rails Inside
https://dragonastronauts.com/2019/09/12/creating-multiple-models-with-form-objects-in-rails/
Dragon Astronauts
Creating multiple models with form objects in Rails.
Update: User MelissaLiberty from Reddit pointed out how they would improve the form object and some of it faults. The form object has been updated to reflect their excellent points.
Ruby / Rails Inside
https://www.honeybadger.io/blog/rails-security-injections/
Honeybadger Developer Blog
Rails Security Threats: Injections
One of the best things about Rails is that it protects your app from a wide variety of injection attacks with minimal development effort. But we're never 100% safe. After all, Rails can't protect us from our own bad ...
Ruby / Rails Inside
https://thoughtbot.com/blog/full-text-search-with-postgres-and-action-text
thoughtbot
Full-text search with PostgreSQL and Action Text
Search through user-provided HTML content with PostgreSQL and Active Record.
Ruby / Rails Inside
https://www.aha.io/engineering/articles/automatically-avoiding-graphql-n-1s
www.aha.io
Automatically avoiding GraphQL N+1s
Some people, when faced with an API problem, think “I’ll use GraphQL!” And now they have N+1 problems. N+1 problems occur when you want to…
Ruby / Rails Inside
https://bootrails.com/blog/rails-webpacker-full-setup
Ruby / Rails Inside
https://blog.saeloun.com/2021/05/18/ruby-adds-array-intersect.html
Saeloun Blog
Ruby 3.1 adds Array#intersect? method
Ruby Array#intersect? method will return true or false based on common elements present in the two arrays.
Ruby / Rails Inside
https://hanamimastery.com/episodes/2-listing-articles-with-hanami-view
Hanami Mastery - a knowledge base to hanami framework
Listing articles in Hanami and Dry-View
In this episode I explain the Hanami architecture related to views rendering, by using Hanami View, Hanami Actions and templates, to list articles for a blog applicaton.
Ruby / Rails Inside
https://www.youtube.com/watch?v=PuNbdfdFBjk
YouTube
A Day in the Life of a Ruby Object - Jemma Issroff
Your code creates millions of Ruby objects every day, but do you actually know what happens to these objects?
In this talk, we’ll walk through the lifespan of a Ruby object from birth to the grave: from .new to having its slot reallocated. We’ll discuss…
Ruby / Rails Inside
https://www.youtube.com/watch?v=AFpq1pDQagw
YouTube
Profiling to make your Rails app faster - Gannon McGibbon
As you grow your Rails app, is it starting to slow down? Let’s talk about how to identify slow code, speed it up, and verify positive change within your application. In this talk, you’ll learn about rack-mini-profiler, benchmark/ips, and performance optimization…
Ruby / Rails Inside
youtube.com/watch?v=EiBrQin0nbU
YouTube
Debugging: Techniques for Uncertain Times - Chelsea Troy
When we learn to code, we focus on writing features while we understand what the code is doing. When we debug, we don’t understand what our code is doing. The less we understand, the less likely it is that our usual programming mindset—the one we use for…
Ruby / Rails Inside
https://www.youtube.com/watch?v=44qVL-cwtyM
YouTube
How to be a great developer without being a great coder - Nicole Carpenter
Learning to code is an individual journey filled with highs and lows, but for some, the lows seem far more abundant. For some learning to code, and even for some professionals, it feels like we're struggling to tread water while our peers swim laps around…
Ruby / Rails Inside
https://www.youtube.com/watch?v=BQhWfLp6UbU
YouTube
Realtime Apps with Hotwire & ActionMailbox - Chris Oliver
Hotwire enables realtime activity in our Rails application with very little Javascript. We'll build a realtime customer support application in just a few minutes using Hotwire for realtime updates and ActionMailbox for handling inbound emails.
Ruby / Rails Inside
https://www.youtube.com/watch?v=Q7uOPVfZ3Go
YouTube
Hotwire Demystified - Jamie Gaskins
DHH stunned the Rails world with his announcement of Hotwire from Basecamp. Even folks in the non-Rails web-development community took notice.
In this talk, you will learn about the building blocks of Hotwire and how they compose to create a streamlined…
Ruby / Rails Inside
https://www.youtube.com/watch?v=sIxvxp7E0xg
YouTube
Frontendless Rails frontend - Vladimir Dementyev
Everything is cyclical, and web development is not an exception: ten years ago, we enjoyed developing Rails apps using HTML forms, a bit of AJAX, and jQuery—our productivity had no end! As interfaces gradually became more sophisticated, the "classic" approach…
Ruby / Rails Inside
https://blog.engineyard.com/how-to-build-your-own-gem-in-ruby