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://tejasbubane.github.io/posts/2021-10-23-complete-testing-sidekiq/
tejasbubane.github.io
Tejas' Blog - Complete testing of sidekiq jobs
Thoughts and learnings on writing better software
Ruby / Rails Inside
https://blog.arkency.com/less-known-capability-of-rubys-json-dot-parse/
Arkency Blog
A lesser known capability of Ruby's JSON.parse
A lesser known capability of Ruby’s JSON.parse If you ever got annoyed by the fact that JSON.parse returns hash with string keys and prefer hashes with symbols as keys, this post is for you.
Ruby / Rails Inside
https://github.com/evilmartians/fullstaq-ruby-docker
GitHub
GitHub - evilmartians/fullstaq-ruby-docker: Docker image for Ruby build from Fullstaq packages based on Debian 10, 11, and 12.
Docker image for Ruby build from Fullstaq packages based on Debian 10, 11, and 12. - evilmartians/fullstaq-ruby-docker
Ruby / Rails Inside
https://www.howtoruby.com/how-to-create-seamless-modals-with-turbo-drive/
Howtoruby
How to create seamless modal forms with Turbo Drive |
how to ruby
Discover useful how-tos with Ruby
Ruby / Rails Inside
https://bhserna.com/joins-does-not-preload.html
Bhserna
Joins does not preload
When you are working with SQL, to use information from other tables you would
use a JOIN…
And if you are just starting to learn ActiveRecord comming from SQL, you could
think that by using the joins method you will be able to later use the data
from...
Ruby / Rails Inside
https://blog.saeloun.com/2021/10/26/rails-7-add-from-to-assert_no_changes.html
Saeloun Blog
Rails 7: Add from: option to ActiveSupport::TestCase#assert_no_changes
ActiveSupport::TestCase#assert_no_changes adds additional options.
Ruby / Rails Inside
https://www.bigbinary.com/blog/rails-7-adds-disable-joins-for-associations
BigBinary
Rails 7 adds disable_joins for associations
Rails 7 series | Ruby 7.0 adds disable_joins for associations
Ruby / Rails Inside
https://medium.com/@levelingupweekly/rails-api-building-the-resourceful-way-cec9871b84fa
Medium
Rails API Building: The Resourceful Way
Learn how to build a REST API by building Resources in Rails!
Ruby / Rails Inside
https://blog.saeloun.com/2021/10/27/rails-7-adds-database-specific-setup.html
Saeloun Blog
Rails 7 adds database-specific setup and reset tasks for multi DB configurations
For multi DB Rails applications starting with Rails 7, we can now setup and reset a particular database.
Ruby / Rails Inside
https://blog.engineyard.com/encrypted-credentials-in-rails-6.2-evolution
EngineYard
Evolution of Encrypted Credentials in Rails 6.2
With each update, credentials feature acquired better shape. This post will offer a peek into the evolution of encrypted credentials since its inception in Rails 5.1
Ruby / Rails Inside
https://www.fastruby.io/blog/rails/javascript/code-coverage/js-code-coverage-in-rails.html
JavaScript Test Code Coverage in Rails
JavaScript Test Code Coverage in Rails - FastRuby.io | Rails Upgrade Service
Are you measuring code coverage in your codebase? Check your JavaScript too! How to merge coverage data between Ruby, Rails, and JavaScript results.
Ruby / Rails Inside
https://tenderlovemaking.com/2021/10/26/publishing-gems-with-your-yubikey.html
Ruby / Rails Inside
https://www.benpickles.com/articles/85-supporting-fractions-in-ruby-rails
Ben Pickles
Supporting fractions in Ruby/Rails
Unicode comes with a selection of common single-character fractions like ½, ¼, and even ⅐ (see en.wikipedia.org/wiki/Number_Forms for more), but I need to store and display somewhat arbitrary fract...
Ruby / Rails Inside
https://noteflakes.com/articles/2021-10-20-explaining-ruby-fibers
Ruby / Rails Inside
https://medium.com/@paulgoetze/testing-your-json-api-in-ruby-with-dry-rb-dffb6a9bccdf
Medium
Testing your JSON API in Ruby with dry-rb
Using dry-schema and dry-validate to keep endpoint tests readable & maintainable
Ruby / Rails Inside
https://blog.engineyard.com/encrypted-credentials-in-rails-6.2-evolution
EngineYard
Evolution of Encrypted Credentials in Rails 6.2
With each update, credentials feature acquired better shape. This post will offer a peek into the evolution of encrypted credentials since its inception in Rails 5.1
Ruby / Rails Inside
https://kddnewton.com/2021/10/28/prettier-ruby-2.0.0.html
Ruby / Rails Inside
https://brunosutic.com/blog/async-ruby
Brunosutic
Async Ruby - Bruno Sutic
Async Ruby is a powerful and highly scalable concurrency feature. It's available today, it's production-ready, and it's an awesome addition to Ruby language!
Ruby / Rails Inside
https://longliveruby.com/articles/rails-enum-under-the-hood
Ruby / Rails Inside
https://www.bigbinary.com/blog/rails-7-adds-activerecord-query-methods-in-order-of
BigBinary
Rails 7 adds ActiveRecord::QueryMethods#in_order_of
Rails 7 series | Ruby 7.0 adds ActiveRecord::QueryMethods#in_order_of