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://www.bridgetownrb.com/
Bridgetown
Bridgetown: Next-Generation Progressive Site Generator
Bridgetown is a next-generation, progressive site generator & fullstack framework, powered by Ruby.
Ruby / Rails Inside
https://www.codewithjason.com/abstraction-in-rails/
Code with Jason
Abstraction in Rails - Code with Jason
If we wanted to, we could, of course, write web applications in assembly code. Computers can understand assembly code just as well as Ruby or Python or any other language. The reason we write programs in higher-level languages like Ruby or Python is that…
Ruby / Rails Inside
https://www.youtube.com/watch?v=6lEAKMBs_tY
YouTube
Roda: Simplicity, Reliability, Extensibility & Performance by Jeremy Evans
Meet Jeremy Evans, the Rubyist behind popular libraries including Roda, Sequel and Rack!
He also is a committer to Rack, the library that all Ruby web frameworks are built on top of. He maintains numerous Ruby gems, such as Sequel, Roda, and Rodauth. He is…
Ruby / Rails Inside
https://www.youtube.com/watch?v=ytsNc9YI3xU
YouTube
Ruby on Rails 7 - How to Use Hotwire to Collect User Profile Information
I wanted to test out Rails' Hotwire features and see if I can migrate a feature like a user registration form with Devise to use Hotwire.
🎥
Join my new Ruby on Rails Class here: https://mixandgo.com/rails-class
👉
Buy my Bulletproof Ruby on Rails Applications…
Ruby / Rails Inside
https://hybrd.co/posts/adding-meta-tags-to-a-rails-cms-with-polymorphism
HYBRD
Adding Meta Tags to a Rails CMS with Polymorphism
There are pros and cons to building CMS functionality into your Rails app. It can be easy to forget important aspects, like SEO and Open Graph. Here's an approach to addressing both using polymorphism and the MetaTags gem.
Ruby / Rails Inside
https://rubyonrails.org/2022/3/11/Rails-5-2-7-has-been-released
Ruby on Rails
Rails 5.2.7 has been released
Hi everyone,
Ruby / Rails Inside
https://thoughtbot.com/blog/pipelining-without-pipes-in-ruby
thoughtbot
Pipelining without pipes
Ruby, functional programming, how to build operation pipelines, and the average programming language color.
Ruby / Rails Inside
https://blog.saeloun.com/2022/03/15/rails-no-longer-ignores-destroy-association-async-job-config.html
Saeloun Blog
Rails conforms to destroy_association_async_job config when destroying asynchronously
Rails no longer ignores the configuration option destroy_association_async_job when destroying objects with destroy_async option.
Ruby / Rails Inside
https://evilmartians.com/chronicles/ruby-on-whales-docker-for-ruby-rails-development
evilmartians.com
Ruby on Whales: Dockerizing Ruby and Rails development—Martian Chronicles, Evil Martians’ team blog
An exhaustive and documented Docker configuration for developing Ruby and Rails applications
Ruby / Rails Inside
https://blog.saeloun.com/2022/03/16/action-text-forward-form-option-to-hidden-input.html
Saeloun Blog
Rails 7: Action Text: forward form: option to hidden input
Add support for accessing the form as a property of the <trix-editor> element.
Ruby / Rails Inside
https://raghu-bhupatiraju.dev/ruby-rails-asynchronous-tasks-future-7f21ff03ad58
Medium
Ruby/Rails Asynchronous tasks:Futures
I recently came across a task to fetch data from multiple sources asynchronously where i came across Concurrent::Promises.future.
Ruby / Rails Inside
https://blog.appsignal.com/2022/03/16/the-perils-of-parallel-testing-in-ruby-on-rails.html
Appsignal
The Perils of Parallel Testing in Ruby on Rails | AppSignal Blog
Parallel tests can help speed up your tests in Rails, but be aware of the possible pitfalls.
Ruby / Rails Inside
https://medium.com/@kateinoigakukun/final-report-webassembly-wasi-support-in-ruby-4aface7d90c9
Medium
WebAssembly/WASI Support in Ruby
Overview
Ruby / Rails Inside
https://www.honeybadger.io/blog/complete-guide-to-managing-user-permissions-in-rails-apps/
Honeybadger Developer Blog
Complete Guide To Managing User Permissions In Rails Apps
There are many excellent authorization libraries for Rails, but did you know it's not that hard to build this functionality yourself? In this article, Renata Marques s...
Ruby / Rails Inside
https://www.youtube.com/watch?v=4MUEQVxUbm4
YouTube
How To Build a Powerful Search Form With Hotwire
🔥
FREE SaaS Idea Validation Playbook https://mixandgo.com/lp/idea-validation
🔥
Learn Ruby on Rails https://mixandgo.com/lp/practical-ruby-on-rails
In this video, we're looking at how to create a search form using Hotwire. Namely, we're going to filter the…
Ruby / Rails Inside
https://2n.pl/blog/refinements-in-ruby
2n.pl
Refinements in ruby | 2n
ruby refinement rails til
Ruby / Rails Inside
https://world.hey.com/jorge/changing-critical-code-paths-with-scientist-a3becb84
Hey
Changing critical code paths with scientist
I recently worked on improving the inbound email analysis system in HEY. This system analyzes every email that hits HEY to decide whether it should flag it as spam, bounce it, or warn the user about specific problems such as having a forged sender or containing…
Ruby / Rails Inside
https://sourcediving.com/debugging-deadlocks-in-ruby-on-rails-c16bd1a91721
Medium
Debugging Deadlocks (in Ruby on Rails)
Until recently, I hadn’t dug into the causes and implications of database deadlocks. Then one day, an endpoint I’d been working on suffered…
Ruby / Rails Inside
https://pawelurbanek.com/rails-thread-safety
Rails, PostgreSQL Performance Audit and Tuning Consultant for Hire
Intro to Thread-Safety in Ruby on Rails
Ensuring thread safety is critical if you want to build a performant Rails app. Unfortunately, threading-related bugs are often sneaky and only manifest in highly concurrent production environments. In this blog post, we'll discuss code examples that are…
Ruby / Rails Inside
https://rubyonrails.org/2022/3/27/this-week-in-rails-security-improvements-reducing-bytes-and-more-63e63af4
Ruby on Rails
Security improvements, reducing bytes and more!
Hi, this is Petrik, bringing you the latest news from the Rails world.Reduce the output of Rails::Railtie#inspect to the classnameAnytime inspect was called on Rails::Application, it would output the very large application object. By reducing it to the classname…