1
0
Fork 0
mirror of https://github.com/sdogruyol/awesome-ruby.git synced 2024-11-20 11:06:15 -05:00

Merge remote-tracking branch 'upstream/master'

This commit is contained in:
Ekrem 2014-07-04 15:10:47 +03:00
commit 54da120262

View file

@ -2,6 +2,8 @@
A curated list of awesome Ruby frameworks, libraries and resources. Inspired by [awesome-php](https://github.com/ziadoz/awesome-php) & [awesome-python](https://github.com/vinta/awesome-python).
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)
@ -450,6 +452,8 @@ A curated list of awesome Ruby frameworks, libraries and resources. Inspired by
*Libraries for making Ruby faster.*
* [EventMachine](https://github.com/eventmachine/eventmachine) - EventMachine: fast, simple event-processing library for Ruby programs
* [Celluloid](http://celluloid.io) - Actor-based concurrent object framework for Ruby
## Algorithms and Design Patterns