1
0
Fork 0
mirror of https://github.com/sdogruyol/awesome-ruby.git synced 2024-11-27 11:14:51 -05:00

Updated README.md (#104)

put the hyperlinks into a table so less scrolling is necessary
This commit is contained in:
Alex Liang 2022-07-26 23:56:19 -07:00 committed by GitHub
parent cfdd4fc726
commit f0d426f436
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

105
README.md
View file

@ -5,83 +5,36 @@ A curated list of awesome Ruby frameworks, libraries and resources. Inspired by
## Contribution
Your Pull requests are welcome! Let's make this the awesomest resource for Ruby :purple_heart:
| Resources| | |
| ------------- | ------------- | -------- |
|- [Awesome Ruby](#awesome-ruby) | - [Admin Panels](#admin-panels)|- [Anti-spam](#anti-spam) |
| - [Asset Management](#asset-management) | - [Audio](#audio) | - [Auditing](#auditing) |
|- [Authentication and OAuth](#authentication-and-oauth) |- [Build Tools](#build-tools) |- [Caching](#caching) |
| - [Cloud Services](#cloud-services) |- [CMS](#cms) |- [Code Analysis and Linter](#code-analysis-and-linter) |
| - [Command-line Tools](#command-line-tools) | - [Configuration](#configuration) | - [CSS and Styling](#css-and-styling) |
|- [Data Validation](#data-validation) |- [Data Visualization](#data-visualization) |- [Database Drivers](#database-drivers) |
|- [Date and Time](#date-and-time) | - [Debugging Tools](#debugging-tools) |- [DevOps Tools](#devops-tools) |
|- [Distribution](#distribution) | - [Documentation](#documentation) | - [Downloader](#downloader) |
| - [E-Commerce & Online Paying](#e-commerce--online-paying) | - [E-Mail](#e-mail) |- [Environment Management](#environment-management) |
| - [File Uploading](#file-uploading) | - [Feature Flipping](#feature-flipping) | - [Foreign Function Interface](#foreign-function-interface) |
| - [Forms](#forms) | - [Game Development](#game-development) |- [Geolocation](#geolocation) |
| - [GUI](#gui) |- [High Performance](#high-performance) | - [HTML/XML/CSS Manipulation](#htmlxmlcss-manipulation) |
|- [HTTP](#http) |- [Imagery](#imagery) |- [Internationalization](#internationalization) |
| - [Logging](#logging) | - [Machine Learning](#machine-learning) |- [MapReduce](#mapreduce) |
|- [Multi-tenancy](#multi-tenancy) |- [Natural Language Processing](#natural-language-processing) | - [Networking](#networking) |
| - [ORM](#orm) |- [Package Management](#package-management) | - [Presentation Tools](#presentation-tools) |
|- [Processes and Threads](#processes-and-threads) | - [Push Notification](#push-notification) | - [Queue](#queue) |
| - [Serverless](#serverless) | - [Spreadsheets](#spreadsheets) | - [RESTful API](#restful-api) |
|- [Science and Data Analysis](#science-and-data-analysis) |- [Search](#search) | - [Site Monitoring](#site-monitoring) |
| - [Starter Apps](#starter-apps) |- [Tagging](#tagging) |- [Template Engine](#template-engine) |
| - [Testing](#testing) | - [Text Processing](#text-processing) | - [Third-party APIs](#third-party-apis) |
| - [URL Manipulation](#url-manipulation) | - [Video](#video) |- [Web Content Extracting](#web-content-extracting) |
| - [Web Crawling](#web-crawling) |- [Web Frameworks](#web-frameworks) |- [Web Servers](#web-servers) |
| - [WebSocket](#websocket) |- [Miscellaneous](#miscellaneous) |- [Editor Plugins](#editor-plugins) |
|- [Resources](#resources) | - [People to Follow](#people-to-follow) |- [Other Awesome Lists](#other-awesome-lists) |
|- [Contributing](#contributing) | | |
- [Awesome Ruby](#awesome-ruby)
- [Admin Panels](#admin-panels)
- [Anti-spam](#anti-spam)
- [Asset Management](#asset-management)
- [Audio](#audio)
- [Auditing](#auditing)
- [Authentication and OAuth](#authentication-and-oauth)
- [Build Tools](#build-tools)
- [Caching](#caching)
- [Cloud Services](#cloud-services)
- [CMS](#cms)
- [Code Analysis and Linter](#code-analysis-and-linter)
- [Command-line Tools](#command-line-tools)
- [Configuration](#configuration)
- [CSS and Styling](#css-and-styling)
- [Data Validation](#data-validation)
- [Data Visualization](#data-visualization)
- [Database Drivers](#database-drivers)
- [Date and Time](#date-and-time)
- [Debugging Tools](#debugging-tools)
- [DevOps Tools](#devops-tools)
- [Distribution](#distribution)
- [Documentation](#documentation)
- [Downloader](#downloader)
- [E-Commerce & Online Paying](#e-commerce--online-paying)
- [E-Mail](#e-mail)
- [Environment Management](#environment-management)
- [File Uploading](#file-uploading)
- [Feature Flipping](#feature-flipping)
- [Foreign Function Interface](#foreign-function-interface)
- [Forms](#forms)
- [Game Development](#game-development)
- [Geolocation](#geolocation)
- [GUI](#gui)
- [High Performance](#high-performance)
- [HTML/XML/CSS Manipulation](#htmlxmlcss-manipulation)
- [HTTP](#http)
- [Imagery](#imagery)
- [Internationalization](#internationalization)
- [Logging](#logging)
- [Machine Learning](#machine-learning)
- [MapReduce](#mapreduce)
- [Multi-tenancy](#multi-tenancy)
- [Natural Language Processing](#natural-language-processing)
- [Networking](#networking)
- [ORM](#orm)
- [Package Management](#package-management)
- [Presentation Tools](#presentation-tools)
- [Processes and Threads](#processes-and-threads)
- [Push Notification](#push-notification)
- [Queue](#queue)
- [Serverless](#serverless)
- [Spreadsheets](#spreadsheets)
- [RESTful API](#restful-api)
- [Science and Data Analysis](#science-and-data-analysis)
- [Search](#search)
- [Site Monitoring](#site-monitoring)
- [Starter Apps](#starter-apps)
- [Tagging](#tagging)
- [Template Engine](#template-engine)
- [Testing](#testing)
- [Text Processing](#text-processing)
- [Third-party APIs](#third-party-apis)
- [URL Manipulation](#url-manipulation)
- [Video](#video)
- [Web Content Extracting](#web-content-extracting)
- [Web Crawling](#web-crawling)
- [Web Frameworks](#web-frameworks)
- [Web Servers](#web-servers)
- [WebSocket](#websocket)
- [Miscellaneous](#miscellaneous)
- [Editor Plugins](#editor-plugins)
- [Resources](#resources)
- [People to Follow](#people-to-follow)
- [Other Awesome Lists](#other-awesome-lists)
- [Contributing](#contributing)
## Admin Panels