mirror of
https://github.com/sdogruyol/awesome-ruby.git
synced 2024-11-20 11:06:15 -05:00
Some contribs v7...
This commit is contained in:
parent
0657d420e1
commit
5cdbfbd783
1 changed files with 19 additions and 3 deletions
22
README.md
22
README.md
|
@ -81,6 +81,7 @@ Your Pull requests are welcome! Let's make this the awesomest resource for Ruby
|
||||||
## Package Management
|
## Package Management
|
||||||
|
|
||||||
*Libraries for package and dependency management.*
|
*Libraries for package and dependency management.*
|
||||||
|
|
||||||
* [RubyGems](https://rubygems.org/) - RubyGems is a package manager for the Ruby programming language that provides a standard format for distributing Ruby programs and libraries
|
* [RubyGems](https://rubygems.org/) - RubyGems is a package manager for the Ruby programming language that provides a standard format for distributing Ruby programs and libraries
|
||||||
|
|
||||||
## Distribution
|
## Distribution
|
||||||
|
@ -225,6 +226,11 @@ Your Pull requests are welcome! Let's make this the awesomest resource for Ruby
|
||||||
* [jbuilder](https://github.com/rails/jbuilder) - Create JSON structures via a Builder-style DSL
|
* [jbuilder](https://github.com/rails/jbuilder) - Create JSON structures via a Builder-style DSL
|
||||||
* [rabl](https://github.com/nesquena/rabl) - General Ruby templating with json, bson, xml, plist and msgpack support
|
* [rabl](https://github.com/nesquena/rabl) - General Ruby templating with json, bson, xml, plist and msgpack support
|
||||||
|
|
||||||
|
## E-Commerce & Online Paying
|
||||||
|
|
||||||
|
* [Spree](https://github.com/spree/spree)
|
||||||
|
|
||||||
|
|
||||||
## Authentication and OAuth
|
## Authentication and OAuth
|
||||||
|
|
||||||
*Libraries for implementing authentications schemes.*
|
*Libraries for implementing authentications schemes.*
|
||||||
|
@ -327,6 +333,16 @@ Your Pull requests are welcome! Let's make this the awesomest resource for Ruby
|
||||||
|
|
||||||
*Libraries for downloading.*
|
*Libraries for downloading.*
|
||||||
|
|
||||||
|
## CSS & Styling
|
||||||
|
|
||||||
|
* [sass](https://github.com/sass/sass) A CSS preproccessor
|
||||||
|
* [sass-rails](https://github.com/rails/sass-rails) Rails stylesheet engine for Sass
|
||||||
|
* [less-rails](https://github.com/metaskills/less-rails) The dynamic stylesheet language for the Rails
|
||||||
|
* [compass](https://github.com/Compass/compass) A a Stylesheet Authoring Environment
|
||||||
|
* [bootstrap-sass](https://github.com/twbs/bootstrap-sass) Official Sass port of Bootstrap
|
||||||
|
* [foundation-rails](https://github.com/zurb/foundation-rails) Foundation for Rails
|
||||||
|
* [bootswatch-rails](https://github.com/maxim/bootswatch-rails) Bootswatches converted to SCSS ready to use in Rails
|
||||||
|
|
||||||
## Forms
|
## Forms
|
||||||
|
|
||||||
*Libraries for working with forms.*
|
*Libraries for working with forms.*
|
||||||
|
@ -363,7 +379,7 @@ Your Pull requests are welcome! Let's make this the awesomest resource for Ruby
|
||||||
|
|
||||||
*Libraries for woking with processes or threads*
|
*Libraries for woking with processes or threads*
|
||||||
|
|
||||||
* [Parallel](https://github.com/grosser/parallel) - Ruby parallel processing made simple and fast
|
* [Parallel](https://github.com/grosser/parallel) - Ruby parallel processing made simple and fast
|
||||||
|
|
||||||
## Networking
|
## Networking
|
||||||
|
|
||||||
|
@ -476,8 +492,8 @@ Your Pull requests are welcome! Let's make this the awesomest resource for Ruby
|
||||||
|
|
||||||
*Libraries for making Ruby faster.*
|
*Libraries for making Ruby faster.*
|
||||||
|
|
||||||
* [EventMachine](https://github.com/eventmachine/eventmachine) - EventMachine: fast, simple event-processing library for Ruby programs
|
* [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
|
* [Celluloid](http://celluloid.io) - Actor-based concurrent object framework for Ruby
|
||||||
|
|
||||||
## Algorithms and Design Patterns
|
## Algorithms and Design Patterns
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue