Ruby LibHunt Info
![]() |
Static code analysis for 29 languages.
sponsored
www.sonarqube.org
|
All Categories
-
Abstraction
-
A/B Testing
-
Admin Interface
-
Analytics
-
API Builder
-
API Builder and Discovery
-
Assets
-
Authentication and OAuth
-
Authorization
-
Automation
-
Benchmark
-
Caching
-
Charting, Graphing, and Visualization
-
CLI Builder
-
CLI Utilities
-
Cloud
-
CMS
-
Code Analysis and Metrics
-
Code Highlighting
-
Coding Style Guides
-
Concurrency
-
Configuration
-
Core Extensions
-
Country Data
-
CRM
-
Dashboards
-
Database Drivers
-
Database Tools
-
Data Processing and ETL
-
Data Structures
-
Data Visualization
-
Date and Time Processing
-
Debugging Tools
-
Decorators
-
DevOps Tools
-
Documentation
-
Ebook
-
E-Commerce and Payments
-
Email
-
Encryption
-
Environment Management
-
Error Handling
-
Feature Flippers and A/B Testing
-
File Upload
-
Form Builder
-
Game Development
-
Geolocation
-
Git Tools
-
GraphQL
-
GUI
-
GUI Components
-
HTTP
-
Image Processing
-
Implementations/Compilers
-
Internationalization
-
IRB
-
Logging
-
Machine Learning
-
Markdown Processors
-
Misc
-
Mobile Development
-
Money
-
Music and Sound
-
Natural Language Processing
-
Navigation
-
ORM/ODM
-
ORM/ODM Extensions
-
Package Management
-
Pagination
-
Parsers
-
PDF
-
Performance Monitoring
-
Presentation Programs
-
Processes and Threads
-
Process Monitoring
-
Profiler
-
Profiler and Optimization
-
Queue
-
Rails Application Generators
-
Robotics
-
RSS
-
Scheduling
-
Scientific
-
Search
-
Security
-
SEO
-
Services and Apps
-
Social Networking
-
Spreadsheets and Documents
-
State Machines
-
Static Site Generation
-
Template Engine
-
Testing
-
Third-party APIs
-
User Agent Detection
-
Value Objects
-
Video
-
Web Crawling
-
Web Frameworks
-
Web Servers
-
WebSocket
-
workflow engine
![]() |
SaaSHub - Software Alternatives and Reviews
sponsored
www.saashub.com
|
MORE - Discover
trending Ruby projects by mentions on social networks.
The Awesome Ruby feed
Access the most powerful time series database as a service
Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
Promo
www.influxdata.com
How to encrypt files with Ruby and Active Support
In this tutorial, we will create a Ruby binstub that allows you to encrypt and decrypt files using Active Support’s EncryptedFile module. This script is particularly useful for those who need to protect sensitive information within their files.
Tutorial
Added by: stevepolitodesign
// stevepolito.design
colorls
A Ruby gem that beautifies the terminal's ls command, with color and font-awesome icons. :tada:
Featured Gem
// Category CLI Utilities
Yesterday
AnyCable off Rails: connecting Twilio streams with Hanami
Article
Popular Story
// evilmartians.com
How to not get into trouble with Active Record
Article
Popular Story
// blog.rubyhero.dev
Addressable
Addressable is an alternative implementation to the URI implementation that is part of Ruby's standard library. It is flexible, offers heuristic parsing, and additionally provides extensive support for IRIs and URI templates.
Featured Gem
// Category Core Extensions
Glimmer DSL for SWT 4.27.0.0 Released!
Glimmer DSL for SWT 4.27.0.0 has just been released!
Update
Added by: AndyObtiva
// andymaleh.blogspot.com
How GoodJob's mountable Rails Engine delivers Javascript importmaps and frontend assets
Article
Popular Story
// island94.org
Last 7 Days
🐲💎 The DragonRuby Roadmap Announcement Overview
Article
Popular Story
// tomaszs2.medium.com
🔏 Invisible Ink
Keep your private notes in plain sight.
Programming Guitar Greatness
Domain modeling is a tough and vast topic. I think hard and fast rules are difficult to come by. There are definitely guidelines and principles you can use though. I've compiled some of my favorites to code a system to play the guitar like one of my favorite guitarists.
Article
Added by: kevin-j-m
// kevinjmurphy.com
⚡ Motor Admin ⚡
Low-code Admin panel and Business intelligence Rails engine. No DSL - configurable from the UI. Rails Admin, Active Admin, Blazer modern alternative.
Featured Gem
// Category Admin Interface
Glimmer DSL for LibUI
Glimmer DSL for LibUI (Prerequisite-Free Ruby Desktop Development GUI Library - The Quickest Way From Zero To GUI - No need to pre-install any prerequisites. Just install the gem and have platform-independent GUI that just works)
Featured Gem
// Category GUI
This Week in Rails - 2023-03-17
TestFixtures#fixture_path deprecation, FinderMethods#find support for composite primary key values, etc.
Article
Added by: kobaltz
// www.driftingruby.com
ChatGPT materialized as GUI via Ruby & Glimmer DSL for LibUI
Apparently, ChatGPT has materialized in our world as a GUI (Graphical User Interface) via Ruby and Glimmer DSL for LibUI.
Article
Added by: AndyObtiva
// andymaleh.blogspot.com
ActiveRecordExtended
Adds additional postgres functionality to an ActiveRecord / Rails application
Featured Gem
// Category ORM/ODM Extensions
Awesome Ruby Newsletter » 356
Top Stories
- Did you know that a GitHub bug once made every user without a profile picture show Yehuda Katz's photo? (understanding nil and object ids in ruby)
- Metaprogramming in Ruby: How Rails Router Uses `instance_exec`to Provide a Nice DSL
- Short Ruby News - Edition 33 - briefly covering everything happening in week 10 of 2023
Follow us on Twitter @RubyLibHunt
Did you know that a GitHub bug once made every user without a profile picture show Yehuda Katz's photo? (understanding nil and object ids in ruby)
Article
Popular Story
// www.dsdev.in
Last 30 Days
A Generalized User-local Container for UI State in Kredis
Article
Popular Story
// blog.appsignal.com
Rouge
A pure Ruby code highlighter that is compatible with Pygments
Featured Gem
// Category Code Highlighting
Short Ruby News - Edition 33 - briefly covering everything happening in week 10 of 2023
Article
Popular Story
// newsletter.shortruby.com
Learn Ruby with the Free Ruby Tutorials and Online Courses for Beginners
Article
Popular Story
// coursesity.com
With RubyJS-Vite, I attempted to program my own website.
Article
Popular Story
// cvfv.fly.dev
How to click links in Rails Mailers when writing tests
In this tutorial, you’ll learn how to write a test that clicks a link in a Rails mailer. This is particularly useful when testing emails with links that require unique tokens or may expire, such as password reset emails. We’ll cover the steps to create a helper method that uses Capybara to find and click the link in the email, allowing you to fully test the functionality of a password reset email.
Tutorial
Added by: stevepolitodesign
// stevepolito.design
ActiveScaffold
Save time and headaches, and create a more easily maintainable set of pages, with ActiveScaffold. ActiveScaffold handles all your CRUD (create, read, update, delete) user interface needs, leaving you more time to focus on more challenging (and interesting!) problems.
Featured Gem
// Category Admin Interface
Metaprogramming in Ruby: How Rails Router Uses `instance_exec`to Provide a Nice DSL
Article
Popular Story
// www.akshaykhot.com