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://www.honeybadger.io/blog/tailwind-css-rails/
Honeybadger Developer Blog
Using Tailwind CSS with Rails
Tailwind CSS is a popular CSS framework that helps developers quickly build and style web pages with a unique utility-based approach. Unlike other CSS frameworks, it comes with its own build tooling. In this article, ...
Ruby / Rails Inside
https://maximomussini.com/posts/a-rubyist-guide-to-vite-js/
Máximo Mussini
A Rubyist's Guide to Vite.js · Máximo Mussini
Vite.js brings the joy back to frontend tooling! Learn how to use it in Ruby projects.
Ruby / Rails Inside
https://blog.saeloun.com/2021/08/24/rails-7-button-to-rendering.html
Saeloun Blog
Rails 7 now consistently renders button_to
Rails 7 introduced a config that helps button_to consistently render out to the button HTML tag.
Ruby / Rails Inside
https://blog.appsignal.com/2021/08/24/responsible-monkeypatching-in-ruby.html
Appsignal
Responsible Monkeypatching in Ruby | AppSignal Blog
Monkeypatching can be a great way to improve existing code if used right. Let's find out how.
Ruby / Rails Inside
https://blog.saeloun.com/2021/08/25/rails-7-optimizes-remove_columns.html
Saeloun Blog
Rails 7 optimizes remove_columns to use a single SQL statement when supported
Rails 7 remove_columns will now trigger a single SQL statement to remove all columns if the database supports it, instead of querying multiple SQL statements for removing individual columns.
Ruby / Rails Inside
https://www.stefanwienert.de/blog/2021/08/24/upcoming-rails-7-changes-active-record/
Stefan’s Blog
Previewing Rails 7 upcoming changes
Rails 7 is taking up speed. There is no beta out yet, but a lot of features, especially in ActiveRecord are available, if one want’s to wade through the Changelogs.
Ruby / Rails Inside
https://www.youtube.com/watch?v=yohu6qx8-dU
YouTube
DDD as Low-Code
In this video, we talk about the limitations of CRUD in representing the DB in the code. As an alternative, another approach is suggested - representing business in the code.
Later we talk about the reusability of business modules and how the low-code approach…
Ruby / Rails Inside
https://www.honeybadger.io/blog/hotwire-rails/
Honeybadger Developer Blog
Using Hotwire with Rails
Hotwire is a way to build modern web applications without much JavaScript by sending HTML over the wire. In this article, Renata Marques introduces us to Hotwire and w...
Ruby / Rails Inside
https://occson.com/blog/2021/08/29/webhooks.html
Ruby / Rails Inside
https://honeyryderchuck.gitlab.io/httpx/2021/08/26/tensorflow-serving-with-ruby.html
Ruby / Rails Inside
https://andymaleh.blogspot.com/2021/08/bundler-download-140.html
Blogspot
Bundler-Download 1.4.0
code master glimmer swt ruby jruby java ood oop desktop web gui
Ruby / Rails Inside
https://blog.saeloun.com/2021/08/31/rails-redirect-to-str.html
Saeloun Blog
Rails 7 allows anything that responds to `#to_str` into redirect_to
Rails 7 adds support for redirecting using any arguments that respond_to `#to_str`.
Ruby / Rails Inside
https://pawelurbanek.com/optimize-rails-performance
Rails, PostgreSQL Performance Audit and Tuning Consultant for Hire
My Recipe for Optimizing Performance of Rails Apps
Rails performance audits and tuning have been my main occupation and source of income for over a year now. In this blog post, I'll share a few secrets of my trade. Read on if you want to learn how I approach optimizing an unknown codebase, what tools I use…
Ruby / Rails Inside
https://selleo.com/blog/technical-insights-into-pagination-with-graphql-and-ruby-on-rails
Selleo
➤ Technical Insights Into Pagination With GraphQL And Ruby on Rails
👍
Adding GraphQL pagination might be tricky because there are quite a lot of different implementations. In this tutorial, we are going to prepare a separate query file to get you familiar with it.
Ruby / Rails Inside
https://medium.com/selleo/essential-rubyonrails-patterns-part-5-pub-sub-22498bca84f0
Medium
Essential RubyOnRails patterns —part 5: Pub/Sub
Pub/Sub can be an extremely useful tool for building flexible and decoupled architectures that are subject for scaling.
Ruby / Rails Inside
https://blog.jetbrains.com/ruby/2021/09/rbs-how-to-get-the-most-out-of-rubymine-s-code-assistance/
The JetBrains Blog
RBS: How to Get the Most Out of RubyMine’s Code Assistance | The RubyMine Blog
The following article shows the benefits of investing some of your time into adding RBS declarations to your project.
Catch type errors
RubyMine performs real-time type checking based on the informati
Ruby / Rails Inside
https://blog.saeloun.com/2021/09/01/rails-7-attributes-for-database.html
Saeloun Blog
Rails 7 adds attributes_for_database to return attributes as they would be in the database
Before this update, serializing an ActiveRecord object led to funny outcomes. Let's dive in!
Ruby / Rails Inside
https://github.com/kirillplatonov/hotwire-livereload
GitHub
GitHub - kirillplatonov/hotwire-livereload: Live reload gem for Hotwire Rails apps.
Live reload gem for Hotwire Rails apps. Contribute to kirillplatonov/hotwire-livereload development by creating an account on GitHub.
Ruby / Rails Inside
https://weblog.rubyonrails.org/2021/9/3/autoloading-in-rails-7-get-ready/
Riding Rails
Autoloading in Rails 7, get ready!
The forthcoming Rails 7 represents a milestone for autoloading.
Ruby / Rails Inside
https://www.driftingruby.com//episodes/importmaps-in-rails-7
Drifting Ruby
Episode 312 - Importmaps in Rails 7 | Drifting Ruby
Import maps let you import JavaScript modules using logical names that map to versioned/digested files – directly from the browser. This will be a default in the upcoming Rails 7.