1
0
Fork 0
mirror of https://github.com/sdogruyol/awesome-ruby.git synced 2024-11-20 11:06:15 -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

@ -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.*