Ruby LibHunt Info
![]() |
Less time debugging, more time building
sponsored
scoutapm.com
|
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
Static code analysis for 29 languages.
Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.
Promo
www.sonarqube.org
Design Patterns in Ruby: An Abstract Factory to Create Dungeons
So the problem is laid before us: we have different kinds of objects that need to be instantiated and we want our program to be able to, at runtime, randomly select a type of object to be created without polluting our algorithm's logic with how these objects are instantiated.
Article
Added by: etagwerker
// www.ombulabs.com
Awesome Ruby Newsletter » 326
Top Stories
- Requiring MFA on popular gem maintainers
- Using Match vs. =~ in Ruby
- FastPage: Faster offset pagination for Rails apps
Follow us on Twitter @RubyLibHunt
Ruby gem installations can expose you to lockfile injection attacks
Article
Popular Story
// snyk.io
Yesterday
Using Match vs. =~ in Ruby
Article
Popular Story
// hashrocket.com
An introduction to software quality and maintainable code
In this article, we talked about what software quality means, particularly when it comes to maintainable software. We learned what code coverage and code quality mean, and the difference between churn and complexity. Finally, we put together all our definitions and took a look at the file churn vs. complexity graph with a better understanding.
Article
Added by: etagwerker
// go.fastruby.io
Rubio-Radio Bookmarking & Async Gradual Fetching
Recently, I blogged about how I contributed Pagination/Filtering support to Rubio-Radio, an Internet radio application built with Ruby and Glimmer DSL for LibUI. Again, a Rubio-Radio GitHub Pull Request that I submitted for Bookmarking & Async Gradual Fetching features has been accepted and merged into the project by its owner.
Article
Added by: AndyObtiva
// andymaleh.blogspot.com
Last 7 Days
JRuby 9.3.7.0 Released
Update
Popular Story
// www.jruby.org
FastPage: Faster offset pagination for Rails apps
Article
Popular Story
// planetscale.com
Requiring MFA on popular gem maintainers
Article
Popular Story
// blog.rubygems.org
Announcing Hanami v2.0.0.beta2
Update
Popular Story
// hanamirb.org
Ruby on Rails: How we disable our Sidekiq jobs
Learn how you can use a middleware to disable your Sidekiq jobs in production without having to redeploy.
Article
Added by: hollyai
// planetscale.com
FastPage
Blazing fast pagination for ActiveRecord with deferred joins ⚡️
Rodauth
Ruby's Most Advanced Authentication Framework
Featured Gem
// Category Authentication and OAuth
Glimmer DSL for SWT Video Tutorial 28 - Hello, Custom Widget!
Desktop development is about 10 times simpler than web development. Learn it and you will become a better web developer as you transfer the simplicity of desktop development to the web!
Glimmer DSL for SWT Video Tutorial 28 is out! It walks software engineers through the Hello, Custom Widget! sample.
Glimmer DSL for SWT Video Tutorial 28 is out! It walks software engineers through the Hello, Custom Widget! sample.
Tutorial
Added by: AndyObtiva
// andymaleh.blogspot.com
This Week in Rails Aug 12th, 2022
This was an exciting release in rails. We don't always get a lot of new features, but it's great to see several bug fixes make their way into the framework as well as some nice quality of life improvements around Mailer Previewers which now work from within Rails Engines.
Article
Added by: kobaltz
// www.driftingruby.com
OnlineMigrations
Catch unsafe PostgreSQL migrations in development and run them easier in production (code helpers for table/column renaming, changing column type, adding columns with default, background migrations, etc).
Featured Gem
// Category Database Tools
Last 30 Days
Debugging a Ruby On Rails Application in Visual Studio Code
Article
Popular Story
// dev.to
Awesome Ruby Newsletter » 325
Top Stories
- Faster Ruby: Thoughts from the Outside
- From byebug to ruby/debug
- HexaPDF Extras - Additional functionality for the HexaPDF library
Follow us on Twitter @RubyLibHunt
Taking off the Heroku training wheels: the Rails preflight checklist
Article
Popular Story
// evilmartians.com
When is JIT Faster Than A Compiler?
Article
Popular Story
// shopify.engineering
Tocer
A command line interface for generating table of contents for Markdown files.
Featured Gem
// Category Markdown Processors
From byebug to ruby/debug
Article
Popular Story
// st0012.dev
Faster Ruby: Thoughts from the Outside
Article
Popular Story
// www.mgaudet.ca
browse-everything
Rails engine providing access to files in cloud storage
Featured Gem
// Category Cloud
A definitive guide to Ruby gems dependency management
I've put together my thoughts and learnings about how dependency management work in Ruby (so many Ruby gems!)
It covers concepts around the Gemfile, Gemfile.lock, bundler, bundler-audit, Snyk, and how they're different.
It covers concepts around the Gemfile, Gemfile.lock, bundler, bundler-audit, Snyk, and how they're different.
Tutorial
Added by: lirantal
// snyk.io