From 9a470d6d7fa5240941af38613dcdb96c059ee8e1 Mon Sep 17 00:00:00 2001 From: geksilla Date: Thu, 10 Jul 2014 15:42:01 +0300 Subject: [PATCH 1/2] Added rails-assets to Asset Managment --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index eef61c9..7ee1ccb 100644 --- a/README.md +++ b/README.md @@ -314,6 +314,7 @@ Your Pull requests are welcome! Let's make this the awesomest resource for Ruby *Tools for managing, compressing and minifying website assets.* * [sprockets](https://github.com/sstephenson/sprockets) Rack-based asset packaging system + * [rails-assets](https://github.com/rails-assets/rails-assets/) is the frictionless proxy between Bundler and Bower ## Presentation Tools From dc65e68d18a1c9581f0d0fa6a53b16dc0c21a3b6 Mon Sep 17 00:00:00 2001 From: geksilla Date: Thu, 10 Jul 2014 15:52:19 +0300 Subject: [PATCH 2/2] Added Goliath to Web Servers section. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index eef61c9..2414ade 100644 --- a/README.md +++ b/README.md @@ -184,6 +184,7 @@ Your Pull requests are welcome! Let's make this the awesomest resource for Ruby * [unicorn](https://github.com/defunkt/unicorn) An HTTP server for Rack applications designed to only serve fast clients. * [passenger](https://github.com/phusion/passenger) A modern web server and application server for Ruby, Python and Node.js. * [pow](https://github.com/37signals/pow) Pow treats files and directories as ruby objects giving you more power and flexibility. + * [goliath](https://github.com/postrank-labs/goliath) is a non-blocking Ruby web server framework. ## Database Drivers