From 9a3b0cc6a499016af74c208476ed1be10de0ad3c Mon Sep 17 00:00:00 2001 From: Ekrem Date: Mon, 7 Jul 2014 09:46:21 +0300 Subject: [PATCH 1/2] ToC update v1... --- README.md | 139 ++++++++++++++++++++++++++++-------------------------- 1 file changed, 73 insertions(+), 66 deletions(-) diff --git a/README.md b/README.md index 9a0a979..af34197 100644 --- a/README.md +++ b/README.md @@ -5,73 +5,77 @@ A curated list of awesome Ruby frameworks, libraries and resources. Inspired by Your Pull requests are welcome! Let's make this the awesomest resource for Ruby :purple_heart: - [Awesome Ruby](#awesome-ruby) - - [Environment Management](#environment-management) - - [Package Management](#package-management) - - [Distribution](#distribution) - - [Files](#files) - - [Date and Time](#date-and-time) - - [Text Processing](#text-processing) - - [Natural Language Processing](#natural-language-processing) - - [Documentation](#documentation) - - [Configuration](#configuration) - - [Command-line Tools](#command-line-tools) - - [Imagery](#imagery) - - [Audio](#audio) - - [Video](#video) - - [Geolocation](#geolocation) - - [HTTP](#http) - - [Database](#database) - - [Database Drivers](#database-drivers) - - [ORM](#orm) - - [Web Frameworks](#web-frameworks) - - [CMS](#cms) - - [RESTful API](#restful-api) - - [Authentication and OAuth](#authentication-and-oauth) - - [Template Engine](#template-engine) - - [Queue](#queue) - - [Push Notification](#push-notification) - - [Search](#search) - - [Asset Management](#asset-management) - - [Caching](#caching) - - [Email](#email) - - [Internationalization](#internationalization) - - [URL Manipulation](#url-manipulation) - - [HTML Manipulation](#html-manipulation) - - [Web Crawling](#web-crawling) - - [Web Content Extracting](#web-content-extracting) - - [Downloader](#downloader) - - [Forms](#forms) - - [Data Validation](#data-validation) - - [Anti-spam](#anti-spam) - - [Tagging](#tagging) - - [Build Tools](#build-tools) - - [Admin Panels](#admin-panels) - - [Processes and Threads](#processes-and-threads) - - [Networking](#networking) - - [WebSocket](#websocket) - - [Cryptography](#cryptography) - - [GUI](#gui) - - [Game Development](#game-development) - - [Logging](#logging) - - [Testing](#testing) - - [Code Analysis and Linter](#code-analysis-and-linter) - - [Debugging Tools](#debugging-tools) - - [Science and Data Analysis](#science-and-data-analysis) - - [Data Visualization](#data-visualization) - - [Machine Learning](#machine-learning) - - [Functional Programming](#functional-programming) - - [MapReduce](#mapreduce) - - [Third-party APIs](#third-party-apis) - - [DevOps Tools](#devops-tools) - - [Foreign Function Interface](#foreign-function-interface) - - [High Performance](#high-performance) - - [Algorithms and Design Patterns](#algorithms-and-design-patterns) - - [Miscellaneous](#miscellaneous) - - [Editor Plugins](#editor-plugins) + - [Environment Management](#environment-management) + - [Package Management](#package-management) + - [Distribution](#distribution) + - [File Uploading](#file-uploading) + - [Date and Time](#date-and-time) + - [Text Processing](#text-processing) + - [Natural Language Processing](#natural-language-processing) + - [Documentation](#documentation) + - [Configuration](#configuration) + - [Command-line Tools](#command-line-tools) + - [Imagery](#imagery) + - [Audio](#audio) + - [Video](#video) + - [Geolocation](#geolocation) + - [HTTP](#http) + - [Web Servers](#web-servers) + - [Database Drivers](#database-drivers) + - [ORM](#orm) + - [Web Frameworks](#web-frameworks) + - [CMS](#cms) + - [RESTful API](#restful-api) + - [E-Commerce & Online Paying](#e-commerce-&-online-paying) + - [Authentication and OAuth](#authentication-and-oauth) + - [Template Engine](#template-engine) + - [Queue](#queue) + - [Push Notification](#push-notification) + - [Site Monitoring](#site-monitoring) + - [Search](#search) + - [Asset Management](#asset-management) + - [Presentation Tools](#presentation-tools) + - [Caching](#caching) + - [Email](#email) + - [Internationalization](#internationalization) + - [URL Manipulation](#url-manipulation) + - [HTML/XML/CSS Manipulation](#htmlxmlcss-manipulation) + - [Web Crawling](#web-crawling) + - [Web Content Extracting](#web-content-extracting) + - [Downloader](#downloader) + - [CSS & Styling](#css-&-styling) + - [Forms](#forms) + - [Data Validation](#data-validation) + - [Anti-spam](#anti-spam) + - [Tagging](#tagging) + - [Build Tools](#build-tools) + - [Admin Panels](#admin-panels) + - [Processes and Threads](#processes-and-threads) + - [Networking](#networking) + - [WebSocket](#websocket) + - [GUI](#gui) + - [Game Development](#game-development) + - [Logging](#logging) + - [Testing](#testing) + - [Code Analysis and Linter](#code-analysis-and-linter) + - [Debugging Tools](#debugging-tools) + - [Science and Data Analysis](#science-and-data-analysis) + - [Data Visualization](#data-visualization) + - [Machine Learning](#machine-learning) + - [MapReduce](#mapreduce) + - [Third-party APIs](#third-party-apis) + - [DevOps Tools](#devops-tools) + - [Foreign Function Interface](#foreign-function-interface) + - [High Performance](#high-performance) + - [Algorithms and Design Patterns](#algorithms-and-design-patterns) + - [Miscellaneous](#miscellaneous) + - [Editor Plugins](#editor-plugins) + - [Starter Apps](#starter-apps) - [Resources](#resources) - - [Websites](#websites) - - [Weekly](#weekly) - - [Twitter](#twitter) + - [People to Follow](#people-to-follow) + - [Weekly](#weekly) + - [Twitter](#twitter) +- [Contributing](#contributing) ## Environment Management @@ -231,6 +235,7 @@ Your Pull requests are welcome! Let's make this the awesomest resource for Ruby * [Radiant](http://radiantcms.org/) A no-fluff, open source content management system * [Nesta](http://nestacms.com/) A lightweight CMS, implemented in Sinatra * [alchemy_cms](https://github.com/magiclabs/alchemy_cms) the most powerful, user friendly and flexible Rails CMS + * [weby](https://github.com/cercomp/weby) Newbie CMS in Ruby on Rails ## RESTful API @@ -484,6 +489,8 @@ Your Pull requests are welcome! Let's make this the awesomest resource for Ruby *Libraries for visualizing data.* + * [prosperity](https://github.com/smathieu/prosperity) The easiest way to graph data from your Rails models + ## Machine Learning *Libraries for Machine Learning.* From 4d5aad3958fdae6a1334f930cff4366677e77954 Mon Sep 17 00:00:00 2001 From: Ekrem Date: Thu, 10 Jul 2014 02:34:55 +0300 Subject: [PATCH 2/2] Some contribs v9... --- README.md | 37 ++++++++++++++++++++++++++++++++++++- 1 file changed, 36 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9579259..46de3c6 100644 --- a/README.md +++ b/README.md @@ -93,6 +93,8 @@ Your Pull requests are welcome! Let's make this the awesomest resource for Ruby *Libraries to create packaged executables for release distribution.* + * [fpm](https://github.com/jordansissel/fpm) Building packages for multiple platforms (deb, rpm, etc) with great ease and sanity. + ## File Uploading *Libraries for handling file uploads.* @@ -547,6 +549,33 @@ Your Pull requests are welcome! Let's make this the awesomest resource for Ruby *Collections of algorithms and design patterns.* +## Pagination + + * [kaminari](https://github.com/amatsuda/kaminari) A Scope & Engine based, clean, powerful, customizable and sophisticated paginator + * [will_paginate](https://github.com/mislav/will_paginate) Pagination library for Rails 3, Sinatra, Merb, DataMapper, and more + +## Scheduling + + * [whenever](https://github.com/javan/whenever) Cron jobs in Ruby + * [resque-scheduler](https://github.com/resque/resque-scheduler) A light-weight job scheduling system built on top of resque + * [rufus-scheduler](https://github.com/jmettraux/rufus-scheduler) Scheduler for Ruby + +## Static Page Generation + + * [jekyll](https://github.com/jekyll/jekyll) A blog-aware, static site generator in Ruby + * [middleman](https://github.com/middleman/middleman) + + +## PDF Processing + + * [wicked_pdf](https://github.com/mileszs/wicked_pdf) PDF generator (from HTML) plugin for Ruby on Rails + * [pdfkit](https://github.com/pdfkit/pdfkit) HTML+CSS to PDF using wkhtmltopdf + * [prawn](https://github.com/prawnpdf/prawn) Fast, Nimble PDF Writer for Ruby + +## Cloud Services + + * [fog](https://github.com/fog/fog) The Ruby cloud services library + * [aws-sdk-ruby](https://github.com/aws/aws-sdk-ruby) The official AWS SDK for Ruby ## Miscellaneous @@ -555,11 +584,17 @@ Your Pull requests are welcome! Let's make this the awesomest resource for Ruby * [packetfu](https://github.com/packetfu/packetfu) A mid-level packet manipulation library for Ruby. * [chatterbot](https://github.com/muffinista/chatterbot) A straightforward ruby-based Twitter Bot Framework, using OAuth to authenticate * [sneakers](https://github.com/jondot/sneakers) A fast background processing framework for Ruby and RabbitMQ + * [ransack](https://github.com/activerecord-hackery/ransack) Object-based searching. + * [cinch](https://github.com/cinchrb/cinch) The IRC Bot Building Framework + * [pry](https://github.com/pry/pry) An IRB alternative and runtime developer console + * [friendly_id](https://github.com/norman/friendly_id) Slugging and permalink plugins for ActiveRecord + * [backup](https://github.com/meskyanichi/backup) An elegant DSL in Ruby for performing backups on UNIX-like systems + * [kss](https://github.com/kneath/kss) Documenting CSS and generating styleguides ## Editor Plugins *Plugins for various editors.* - + * [vim-ruby](https://github.com/vim-ruby/vim-ruby) Vim/Ruby Configuration Files * [vim-rails](https://github.com/tpope/vim-rails) rails.vim: Ruby on Rails power tools