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://blog.jetbrains.com/ruby/2021/03/rubymine-2021-1-beta-1/
JetBrains Blog
RubyMine 2021.1 Goes Beta! | The RubyMine Blog
RubyMine 2021.1 reaches Beta! This build introduces new features for Ruby 3 and tests:
RBS support and better code completion
Run multiple tests in a run configuration
Important! RubyMine EAP bu
Ruby / Rails Inside
https://www.botreetechnologies.com/blog/rotate-log-files-in-rails-application-with-logrotate-in-ubuntu/
Ruby / Rails Inside
https://format-express.dev/blog/ruby-tokenization-with-flex
format-express.dev
Tokenization with Flex and Ruby - Format Express Blog
Ruby / Rails Inside
https://dev.to/doctolib/learn-about-ractors-and-build-a-mini-sidekiq-3ba2
DEV Community
Learn about Ractors and build a mini sidekiq
In this article, you'll learn more about Ractor, and how you can use them to build your own clone of...
Ruby / Rails Inside
https://jemma.dev/blog/gc-generational
Jemma Issroff
Ruby Garbage Collection Deep Dive: Generational Garbage Collection
This is the third post in the Ruby GC Deep Dive series. It’ll make most sense if you check out the previous two first:
Ruby / Rails Inside
https://blog.kiprosh.com/active-record-attribute-encryption/
Ruby / Rails Inside
https://boringrails.com/tips/boring-breadcrumbs-rails
Boring Rails: Skip the bullshit and ship fast
Boring breadcrumbs for Rails
Breadcrumbs are a common UI pattern in most software applications. Rails has no built-in tools specifically for breadcrumbs, and while there are a handful of existing gems, I think this is something you can easily implement in your own app with just a few…
Ruby / Rails Inside
https://dev.to/appland/how-to-install-and-configure-appmap-for-ruby-in-vscode-2c0b
DEV Community
Video: Visualize the architecture of your Ruby app, in VS Code, in 2 ¹/₂ minutes
Here’s a video showing how to install, configure and use AppMap for VSCode with Ruby. Start to fini...
Ruby / Rails Inside
https://www.youtube.com/watch?v=mkLDPpDSWng
YouTube
Setting up Solargraph for VSCode
In this video I walk you through how to setup and optimize solargraph to work in VSCode and how to get the best performance out of it when programming Ruby on Rails project.
Ruby / Rails Inside
https://blog.kiprosh.com/active-record-simple-attribute-encryption/
Kiprosh Blogs
ActiveRecord attribute encryption in Ruby on Rails for better security
In this blog post, we will explore a quick way to encrypt & decrypt model attributes using Rails handy ActiveSupport::MessageEncryptor class to ensure
Ruby / Rails Inside
https://fzakaria.com/2021/03/13/jruby-and-sorbet.html
Farid Zakaria’s Blog
JRuby and Sorbet
A recent tweet by the JRuby folks, let me know that the work I had done a while ago to get Sorbet working seemed to have gone under the radar. Sorbet is a fast, powerful type checker designed for Ruby. I wanted to reflect on it’s use at our current codebase…
Ruby / Rails Inside
https://everydayrails.com/2021/03/14/docker-devcontainer-series-docker-compose.html
Everydayrails
Using containers as a Rails development environment, part 4: Composing services |
Everyday Rails
Before integrating additional services into a container-based development environment, we need to start thinking about the app as a collection of services. Here's how to begin that process.
Ruby / Rails Inside
https://medium.com/stuart-engineering/boosting-parallel-inserts-745a4df8033b
Medium
🏁
Boosting Parallel INSERTs
Speeding parallel INSERTs up with a batch imports technique
Ruby / Rails Inside
https://www.honeybadger.io/blog/ruby-solid-design-principles/
Honeybadger
SOLID Design Principles in Ruby
As developers, we spend way more time maintaining and changing code than we do writing it. By optimizing for change through SOLID design principles, we can avoi...
Ruby / Rails Inside
https://www.johnnunemaker.com/rails-authorization/
John Nunemaker
Rails: How to Reduce Friction at the Authorization Layer
💡
That's when it hit me. Yes or no are core to authorization. But what if I also included why?
Ruby / Rails Inside
https://jasonheecs.medium.com/user-session-inactivity-timeout-with-rails-and-devise-7269ac3a8213
Medium
User Session Inactivity Timeout with Rails and Devise
Recently, I have had to implement a feature on a Ruby on Rails application where I had to ensure the user session was expired after a…
Ruby / Rails Inside
https://bigbinary.com/blog/rails-7-adds-activerecord-relation-excluding
BigBinary
Rails 7 adds ActiveRecord::Relation#excluding
Rails 7 series | Rails 7.0 adds ActiveRecord::Relation#excluding
Ruby / Rails Inside
https://www.botreetechnologies.com/blog/ftp-integration-in-rails-app/
BoTree Technologies
FTP Integration in Rails App
Ruby on Rails web applications require FTP integration for downloading and sending files. Here are the different ways to integrate FTP with a Rails app.
Ruby / Rails Inside
https://blog.saeloun.com/2021/03/16/rails-adds-sole-and-find-sole-by.html
Saeloun Blog
Rails 7 adds ActiveRecord methods `#sole` and `#find_sole_by`
Rails 7 adds ActiveRecord methods `#sole` and `#find_sole_by` to uniquely match only one record in a database.
Ruby / Rails Inside
https://blog.cmol.me/creating-a-udp-server-with-ruby-ractors-be4ff65a8400
Medium
Creating a UDP server with Ruby Ractors
Ruby 3.0 introduces Ractors, a concept that lets you create true parallel execution with messages flowing between Ractors…
Ruby / Rails Inside
https://github.com/rails/rails/pull/41659
GitHub
Add encryption to Active Record by jorgemanrubia · Pull Request #41659 · rails/rails
This adds encrypted attributes to Active Record models. This is an extraction from HEY.
You can check the guide included with this PR to learn more about functionality and features.
Basic usage
Enc...