Ruby Inside's Avatar

Ruby Inside

@rubyweekly.bsky.social

Posts about #Ruby. Links via the free, once–weekly email round-up of Ruby news and articles: Ruby Weekly.

114 Followers  |  1 Following  |  17 Posts  |  Joined: 11.11.2024  |  1.701

Latest posts by rubyweekly.bsky.social on Bluesky

Preview
Useful things you can do with Rails console Discover essential tips and tricks to boost your productivity with Ruby on Rails console commands and features.

Useful Things You Can Do with Rails Console: https://impactahead.com/dev/useful-things-you-can-do-with-rails-console

09.01.2025 16:30 — 👍 1    🔁 1    💬 0    📌 0
Preview
GitHub - rgrove/sanitize: Ruby HTML and CSS sanitizer. Ruby HTML and CSS sanitizer. Contribute to rgrove/sanitize development by creating an account on GitHub.

Sanitize 7.0: Ruby HTML and CSS Sanitizer - https://github.com/rgrove/sanitize

10.01.2025 04:30 — 👍 4    🔁 0    💬 0    📌 0
Preview
Auto-saving Rails forms with Turbo Streams Here’s how to implement autosaving for inline input fields the Hotwire way.

Auto-Saving Rails Forms with Turbo Streams: https://nts.strzibny.name/rails-autosave-form-turbo-stream/

10.01.2025 03:30 — 👍 0    🔁 0    💬 0    📌 0
Preview
How to build an API with Ruby and Sinatra | Zuplo Blog Learn how to build an API with Ruby and Sinatra. Implement API rate limiting, API key authentication and build an API developer documentation portal.

How to Build an API with Sinatra and MongoDB: https://zuplo.com/blog/2025/01/07/how-to-build-an-api-with-ruby-and-sinatra (A code heavy walkthrough.)

10.01.2025 02:30 — 👍 0    🔁 0    💬 0    📌 0
Preview
New for Ruby 3.4: Modular Garbage Collection and MMTk This post describes the new modular garbage collection feature in Ruby 3.4: The ability to override Ruby’s GC at runtime. We also introduce our first concrete alternative GC implementation, based on the Memory Management Toolkit (MMTk).

Ruby 3.4's Modular Garbage Collection and MMTk: https://railsatscale.com/2025-01-08-new-for-ruby-3-4-modular-garbage-collectors-and-mmtk/

10.01.2025 01:30 — 👍 0    🔁 0    💬 0    📌 0
Preview
Mastering Ruby Debugging: From puts to Professional Tools | The RubyMine Blog In this post, we'll explore various tools and approaches available to Ruby developers for investigating bugs. We'll cover several classes of tools, each with its own strengths and weaknesses.

Mastering Ruby Debugging: From `puts` to Professional Tools - https://blog.jetbrains.com/ruby/2024/12/mastering_ruby_debugging/

10.01.2025 00:30 — 👍 0    🔁 0    💬 0    📌 0
Preview
How to use a remote build server with Kamal How and when to create an external build server for your Kamal deploys?

How to Use a Remote Build Server with Kamal: https://nts.strzibny.name/how-to-use-remote-build-server-kamal/

09.01.2025 23:30 — 👍 0    🔁 0    💬 0    📌 0
Preview
Lightstorm: minimalistic Ruby compiler LLVM Project News and Details from the Trenches

Lightstorm: A Minimalistic Ruby Compiler - https://blog.llvm.org/posts/2024-12-03-minimalistic-ruby-compiler/

09.01.2025 22:30 — 👍 0    🔁 0    💬 0    📌 0
Preview
Rails Icons 1.0.0 is here You don’t need JavaScript for many modern UI components. The accordion is a classic example. Let’s explore how it’s done.

Rails Icons 1.0: Add SVG Icon Libraries to Rails Apps - https://railsdesigner.com/rails-icons-one/

09.01.2025 21:30 — 👍 1    🔁 0    💬 0    📌 0
Preview
A vanilla Rails stack is plenty Minimal dependencies, maximum productivity. Staying vanilla pays long term dividends for your Rails apps.

A Vanilla Rails Stack is Plenty: https://dev.37signals.com/a-vanilla-rails-stack-is-plenty/

09.01.2025 20:30 — 👍 1    🔁 0    💬 0    📌 0
Preview
Getting Started with Rails — Ruby on Rails Guides Getting Started with RailsThis guide covers getting up and running with Ruby on Rails.After reading this guide, you will know: How to install Rails, create a new Rails application, and connect your application to a database. The general layout of a Rails application. The basic principles of MVC (Model, View, Controller) and RESTful design. How to quickly generate the starting pieces of a Rails application. How to deploy your app to production using Kamal.

A New <em>Getting Started with Rails</em> Tutorial: https://guides.rubyonrails.org/getting_started.html

09.01.2025 19:30 — 👍 1    🔁 0    💬 0    📌 0
Preview
Ruby Video On a mission to index all Ruby conferences. Your go-to place for talks and events about Ruby.

Ruby Video: A Repository of 5000+ Ruby Talks - https://rubyvideo.dev/ #video

09.01.2025 18:30 — 👍 1    🔁 0    💬 0    📌 0
Preview
Useful things you can do with Rails console Discover essential tips and tricks to boost your productivity with Ruby on Rails console commands and features.

Useful Things You Can Do with Rails Console: https://impactahead.com/dev/useful-things-you-can-do-with-rails-console

09.01.2025 16:30 — 👍 1    🔁 1    💬 0    📌 0
Preview
A simple trick to understand Ruby’s lazy enumerator Where you get to play with an interactive demo to visualize how Enumerator::Lazy helps avoid unnecessary work

A Simple Trick to Understand Ruby’s Lazy Enumerator: https://joyofrails.com/articles/simple-trick-to-understand-ruby-lazy-enumerator

09.01.2025 15:30 — 👍 1    🔁 0    💬 0    📌 0
Preview
How does Kamal deploy to multiple hosts How does Kamal deploy to multiple hosts at once? And how to configure it?

How does Kamal deploy to multiple hosts?

09.01.2025 13:57 — 👍 1    🔁 0    💬 0    📌 0
Preview
GitHub - honeybadger-io/festive_errors: Add some year-round holiday cheer to the Rails error page. Add some year-round holiday cheer to the Rails error page. - honeybadger-io/festive_errors

Festive Errors: Add Some Year-Round Holiday Cheer to the Rails Error Page - https://github.com/honeybadger-io/festive_errors (Spice up your Rails error pages with fun holiday themes.)

11.11.2024 18:30 — 👍 0    🔁 0    💬 0    📌 0
Preview
Deploying a Jekyll site with Kamal Since Kamal 2 can host multiple sites on the same server, I am consolidating my apps into larger hosts so I have less servers to worry about. Most of my apps are Rails apps, but I have a few static jekyll sites like this blog and I decided to look into how could I move this site to a server I host other Rails apps on.

Deploying a Jekyll Site with Kamal: https://greg.molnar.io/blog/deploying-a-jekyll-site-with-kamal/

11.11.2024 16:30 — 👍 0    🔁 0    💬 0    📌 0
Screenshot of email newsletter

Screenshot of email newsletter

Ruby Weekly is a free, once–weekly email round-up of #Ruby and #Rails news, articles and tools: rubyweekly.com

11.11.2024 16:26 — 👍 0    🔁 0    💬 0    📌 0

@rubyweekly is following 1 prominent accounts