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

First contribs v2...

This commit is contained in:
Ekrem 2014-07-03 18:48:31 +03:00
parent d6718a4dac
commit 85be99f45a

View file

@ -205,10 +205,18 @@ A curated list of awesome Ruby frameworks, libraries and resources. Inspired by
*Libraries and tools for templating and lexing.* *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 ## Queue
*Libraries for working with event and task queues.* *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 ## Search
*Libraries and software for indexing and performing search queries on data.* *Libraries and software for indexing and performing search queries on data.*