1
0
Fork 0
mirror of https://github.com/sdogruyol/awesome-ruby.git synced 2025-02-17 15:35:26 -05:00

Merge pull request #18 from JuanitoFatas/doc/patch-1

Fix table of content.
This commit is contained in:
Serdar Dogruyol 2014-07-07 11:31:29 +03:00
commit 3666fec05f

View file

@ -8,7 +8,7 @@ Your Pull requests are welcome! Let's make this the awesomest resource for Ruby
- [Environment Management](#environment-management) - [Environment Management](#environment-management)
- [Package Management](#package-management) - [Package Management](#package-management)
- [Distribution](#distribution) - [Distribution](#distribution)
- [Files](#files) - [File Uploading](#file-uploading)
- [Date and Time](#date-and-time) - [Date and Time](#date-and-time)
- [Text Processing](#text-processing) - [Text Processing](#text-processing)
- [Natural Language Processing](#natural-language-processing) - [Natural Language Processing](#natural-language-processing)
@ -20,26 +20,30 @@ Your Pull requests are welcome! Let's make this the awesomest resource for Ruby
- [Video](#video) - [Video](#video)
- [Geolocation](#geolocation) - [Geolocation](#geolocation)
- [HTTP](#http) - [HTTP](#http)
- [Database](#database) - [Web Servers](#web-servers)
- [Database Drivers](#database-drivers) - [Database Drivers](#database-drivers)
- [ORM](#orm) - [ORM](#orm)
- [Web Frameworks](#web-frameworks) - [Web Frameworks](#web-frameworks)
- [CMS](#cms) - [CMS](#cms)
- [RESTful API](#restful-api) - [RESTful API](#restful-api)
- [E-Commerce & Online Paying](#e-commerce-&-online-paying)
- [Authentication and OAuth](#authentication-and-oauth) - [Authentication and OAuth](#authentication-and-oauth)
- [Template Engine](#template-engine) - [Template Engine](#template-engine)
- [Queue](#queue) - [Queue](#queue)
- [Push Notification](#push-notification) - [Push Notification](#push-notification)
- [Site Monitoring](#site-monitoring)
- [Search](#search) - [Search](#search)
- [Asset Management](#asset-management) - [Asset Management](#asset-management)
- [Presentation Tools](#presentation-tools)
- [Caching](#caching) - [Caching](#caching)
- [Email](#email) - [Email](#email)
- [Internationalization](#internationalization) - [Internationalization](#internationalization)
- [URL Manipulation](#url-manipulation) - [URL Manipulation](#url-manipulation)
- [HTML Manipulation](#html-manipulation) - [HTML/XML/CSS Manipulation](#htmlxmlcss-manipulation)
- [Web Crawling](#web-crawling) - [Web Crawling](#web-crawling)
- [Web Content Extracting](#web-content-extracting) - [Web Content Extracting](#web-content-extracting)
- [Downloader](#downloader) - [Downloader](#downloader)
- [CSS & Styling](#css-&-styling)
- [Forms](#forms) - [Forms](#forms)
- [Data Validation](#data-validation) - [Data Validation](#data-validation)
- [Anti-spam](#anti-spam) - [Anti-spam](#anti-spam)
@ -49,7 +53,6 @@ Your Pull requests are welcome! Let's make this the awesomest resource for Ruby
- [Processes and Threads](#processes-and-threads) - [Processes and Threads](#processes-and-threads)
- [Networking](#networking) - [Networking](#networking)
- [WebSocket](#websocket) - [WebSocket](#websocket)
- [Cryptography](#cryptography)
- [GUI](#gui) - [GUI](#gui)
- [Game Development](#game-development) - [Game Development](#game-development)
- [Logging](#logging) - [Logging](#logging)
@ -59,7 +62,6 @@ Your Pull requests are welcome! Let's make this the awesomest resource for Ruby
- [Science and Data Analysis](#science-and-data-analysis) - [Science and Data Analysis](#science-and-data-analysis)
- [Data Visualization](#data-visualization) - [Data Visualization](#data-visualization)
- [Machine Learning](#machine-learning) - [Machine Learning](#machine-learning)
- [Functional Programming](#functional-programming)
- [MapReduce](#mapreduce) - [MapReduce](#mapreduce)
- [Third-party APIs](#third-party-apis) - [Third-party APIs](#third-party-apis)
- [DevOps Tools](#devops-tools) - [DevOps Tools](#devops-tools)
@ -68,10 +70,12 @@ Your Pull requests are welcome! Let's make this the awesomest resource for Ruby
- [Algorithms and Design Patterns](#algorithms-and-design-patterns) - [Algorithms and Design Patterns](#algorithms-and-design-patterns)
- [Miscellaneous](#miscellaneous) - [Miscellaneous](#miscellaneous)
- [Editor Plugins](#editor-plugins) - [Editor Plugins](#editor-plugins)
- [Starter Apps](#starter-apps)
- [Resources](#resources) - [Resources](#resources)
- [Websites](#websites) - [People to Follow](#people-to-follow)
- [Weekly](#weekly) - [Weekly](#weekly)
- [Twitter](#twitter) - [Twitter](#twitter)
- [Contributing](#contributing)
## Environment Management ## Environment Management