Ruby / Rails Inside
@rubyinside
734
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
734 subscribers
Ruby / Rails Inside
https://blog.saeloun.com/2021/12/29/rails-7-adds-authenticate_by.html
Saeloun Blog
Rails 7 adds `authenticate_by` method when using `has_secure_password`
Rails 7 adds `authenticate_by` method that helps mitigate timing-based enumeration attacks.
Ruby / Rails Inside
https://blog.saeloun.com/2021/12/28/use-jsbundling-rails-gem-instead-of-individual-js-bundler-gems.html
Saeloun Blog
Use the combined jsbundling-rails gem instead of individual js bundler gems
JSBundling provides a flexible way of using different Javascript bundlers
Ruby / Rails Inside
https://github.com/openblockchains/awesome-blockchains
GitHub
GitHub - openblockchains/awesome-blockchains: A collection about awesome blockchains - open distributed public databases w/ crypto…
A collection about awesome blockchains - open distributed public databases w/ crypto hashes incl. git ;-). Blockchains are the new tulips :tulip::tulip::tulip:. Distributed is the new centralized....
Ruby / Rails Inside
https://jetrockets.com/blog/scaling-rails-docker-aws-beanstalk
JetRockets
Scaling Rails with Docker and AWS Beanstalk - JetRockets
Learn how to scale your Rails application with Docker and AWS Beanstalk. JetRockets shares a comprehensive guide on how to set up, deploy, and manage your app on AWS.
Ruby / Rails Inside
https://gist.github.com/zakariaf/534ff8dfc3a807779133dc078114b969
Gist
New Rails 7 features, Before and After
New Rails 7 features, Before and After. GitHub Gist: instantly share code, notes, and snippets.
Ruby / Rails Inside
https://www.youtube.com/watch?v=iskLOSEYitM
YouTube
How to use Kredis with Rails
► Check out https://gorails.com for Pro episodes and more!
► SaaS business template for Ruby on Rails with built-in features like Payments, Teams, and much more: https://jumpstartrails.com
► Ruby on Rails hosting with Hatchbox.io: https://hatchbox.io
…
Ruby / Rails Inside
https://www.youtube.com/watch?v=J1GAYLQvtBU
YouTube
Migrating from Rails UJS to Hotwire: Data Confirm, Method, and Disable With
► Check out https://gorails.com for Pro episodes and more!
► SaaS business template for Ruby on Rails with built-in features like Payments, Teams, and much more: https://jumpstartrails.com
► Ruby on Rails hosting with Hatchbox.io: https://hatchbox.io
…
Ruby / Rails Inside
https://longliveruby.com/articles/five-things-you-did-not-know-about-rails-transactions
Longliveruby
KOINTOTO: Situs Judi Online Terlengkap No. 1 Di Asia
Kointoto merupakan situs judi online terbaik dan permainan terlengkap seperti togel, slot, sportsbook, dan live casino. LiveChat Kointoto 24 Jam!
Ruby / Rails Inside
https://hanamimastery.com/episodes/12-authorization-with-jwt
Hanami Mastery - a knowledge base to hanami framework
Authorization with JWT in Hanami applications!
Authorizating your API applications can be trivial, if you have proper tolls to do it. Here I showcase how authorization with JWT can be done effortless in any ruby application by using Hanami 2 as an example.
Ruby / Rails Inside
https://blog.saeloun.com/2022/01/04/postgresql-data-types-in-rails.html
Saeloun Blog
PostgreSQL data-types in Rails
With Rails, there are many built-in data types that PostgreSQL supports. It's a great addition to the developer's toolkit!
Ruby / Rails Inside
https://engineering.solarisbank.com/the-repository-pattern-in-ruby-with-the-active-record-library-f0445fa282c
Medium
The Repository Pattern in Ruby (with the Active Record library)
Bridging the gap between contradicting patterns. An iterative design approach with code examples.
Ruby / Rails Inside
https://www.fullstackruby.dev/fullstack-development/2022/01/04/how-ruby-web-components-work-together/
Fullstack Ruby
How Ruby and Web Components Can Work Together
Use Ruby to transform incoming data and generate reusable markup, and use web components to encapsulate frontend styling and behavior. Build discrete building blocks of UI while collapsing mental models. Chef’s kiss!
Ruby / Rails Inside
https://rubyreferences.github.io/rubychanges/3.1.html
Ruby / Rails Inside
https://dev.to/abstractart/easy-way-to-setup-debugger-and-autocomplete-for-ruby-in-visual-studio-code-2gcc
DEV Community
Complete Guide to setup VS Code for Ruby on Rails (Debugger, Linter, Completion, Formatting)
This article explains how configure Visual Studio Code debugger and language server for your Ruby or...
Ruby / Rails Inside
https://www.codewithjason.com/ruby-instance-exec/
Code with Jason
How Ruby's instance_exec works - Code with Jason
In this post we’ll take a look at Ruby’s instance_exec, a method which can can change the execution context of a block and help make DSL syntax less noisy. Passing arguments to blocks When calling a Ruby block using block.call, you can pass an argument (e.g.…
Ruby / Rails Inside
https://rubyonrails.org/2022/1/6/Rails-7-0-1-has-been-released
Ruby on Rails
Rails 7.0.1 has been released
Hi everyone,
Ruby / Rails Inside
https://sorbet.org/blog/2022/01/06/open-sourcing-sorbet-vscode
sorbet.org
Open-sourcing the Sorbet VS Code Extension · Sorbet
We’re excited to announce that Stripe’s VS Code extension for Sorbet is now [open source](https://github.com/sorbet/sorbet/tree/master/vscode_extension). We’ve designed Sorbet to be used in editors from Day 1—For the past two years, Sorbet has exposed a flag…
Ruby / Rails Inside
http://tenderlovemaking.com/2022/01/07/homebrew-rosetta-and-ruby.html
Ruby / Rails Inside
https://www.johnnunemaker.com/ruby-rack-background-thread/
John Nunemaker
Ruby: How to Run a Rack app in a Background Thread
Stubbing and mocking are fine, but sometimes you want to test full integration. This will help you get your main thread http client talking to your rack app in another thread.
Ruby / Rails Inside
https://www.youtube.com/watch?v=K5bmy3XXyNA
YouTube
The Decorator Pattern in Ruby
🔥
FREE SaaS Idea Validation Playbook https://mixandgo.com/lp/idea-validation
🔥
Learn Ruby on Rails https://mixandgo.com/lp/practical-ruby-on-rails
The Decorator pattern allows you to attach new behavior to individual objects dynamically without affecting…