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://gettalong.org/blog/2021/benchmarking-rubies.html
Thomas Leitner's website and blog about Ruby, software engineering and the joy of solving problems.
Benchmarking Ruby 2.5 to 3.1
The yearly benchmarking Ruby post
Ruby / Rails Inside
https://www.honeybadger.io/blog/rails-security-risks-part-3/
Honeybadger Developer Blog
Security Risks On Rails: Misconfiguration and Unsafe Integrations
In the third and final article of our series on the OWASP Top 10 Web Application Security Risks, we’ll explore the lesser-known risks associated with the development of web applications on Rails when it comes to threa...
Ruby / Rails Inside
https://www.rubberduckdevshow.com/episodes/23-when-should-you-mock-stub/
Rubberduckdevshow
When Should You Mock or Stub? | Rubber Duck Dev Show 23
In this episode, we discuss when you should use mocks or stubs in your tests.
Ruby / Rails Inside
https://mensfeld.pl/2021/12/controlling-elgato-key-light-under-ubuntu-with-ruby/
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,