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://anycable.io//blog/anycasts-rails-7-hotwire-and-anycable/
Ruby / Rails Inside
https://rperry2174.medium.com/how-to-debug-ruby-performance-problems-with-profiling-3429b6472521
Medium
How to Debug Ruby Performance Problems with Profiling
Profiling your Ruby Application can uncover huge performance issues
Ruby / Rails Inside
https://www.ruby-lang.org/en/news/2021/12/25/ruby-3-1-0-released/
Ruby Programming Language
Ruby 3.1.0 Released | Ruby
Ruby / Rails Inside
https://www.youtube.com/c/RubyCentral/videos
Ruby / Rails Inside
https://www.bigbinary.com/blog/ruby-3-1-adds-class-subclasses
BigBinary
Ruby 3.1 adds Class#subclasses
Ruby 3.1 series | Ruby 3.1 adds Class#subclasses
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.