From 85be99f45af6242f0c33ac1606fa59646fbd4c57 Mon Sep 17 00:00:00 2001 From: Ekrem Date: Thu, 3 Jul 2014 18:48:31 +0300 Subject: [PATCH] First contribs v2... --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7c2c40a..6e264c4 100644 --- a/README.md +++ b/README.md @@ -200,15 +200,23 @@ A curated list of awesome Ruby frameworks, libraries and resources. Inspired by * [Warden](https://github.com/hassox/warden) - General Rack Authentication Framework * [AuthLogic](https://github.com/binarylogic/authlogic) - A simple ruby authentication solution * [Sorcery](https://github.com/NoamB/sorcery) - Magical authentication for Rails 3 & 4 - + ## Template Engine *Libraries and tools for templating and lexing.* + * [Slim](https://github.com/slim-template/slim) A templating lang that reduce the syntax to the essential parts without becoming cryptic. + * [slim-rails](https://github.com/slim-template/slim-rails) Rails port of Slim lang + * [Haml](https://github.com/haml/haml) HTML Abstraction Markup Language - A Markup Haiku + * [haml-rails](https://github.com/indirect/haml-rails) Rails port of Haml lang + ## Queue *Libraries for working with event and task queues.* + * [Resque](https://github.com/resque/resque) A Redis-backed Ruby library for creating background jobs, placing them on multiple queues. + * [Qu](https://github.com/bkeepers/qu) A Ruby library for queuing and processing background jobs. + ## Search *Libraries and software for indexing and performing search queries on data.*