From dd42d71789ea2c0c42069bef25516f82789b130d Mon Sep 17 00:00:00 2001 From: Serdar Dogruyol Date: Thu, 3 Jul 2014 14:42:43 +0300 Subject: [PATCH 1/4] Updated Contribution --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2ac90c6..3de24df 100644 --- a/README.md +++ b/README.md @@ -401,4 +401,4 @@ Where to discover new Ruby libraries. # Contributing -Your contributions are always welcome! +Your Pull requests are welcome! Let's make this the **awesomest** resource for Ruby <3 From 35c8f2b31006ec1f1084e4cdc4209e7e13a6719b Mon Sep 17 00:00:00 2001 From: Serdar Dogruyol Date: Thu, 3 Jul 2014 14:47:20 +0300 Subject: [PATCH 2/4] Added CMS --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 3de24df..03f8697 100644 --- a/README.md +++ b/README.md @@ -178,6 +178,12 @@ A curated list of awesome Ruby frameworks, libraries and resources. Inspired by *Content management systems* + * [Refinery](http://refinerycms.com/) + * [Browser](http://www.browsercms.org/) + * [Locomotive](http://www.locomotivecms.com/) + * [Radiant](http://radiantcms.org/) + * [Nesta](http://nestacms.com/) + ## RESTful API *Libraries for developing RESTful APIs.* From acfeef11e3ddc6989d597d9e962074880db8002d Mon Sep 17 00:00:00 2001 From: Serdar Dogruyol Date: Thu, 3 Jul 2014 14:48:57 +0300 Subject: [PATCH 3/4] Added Result API --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 03f8697..0a2270d 100644 --- a/README.md +++ b/README.md @@ -188,6 +188,8 @@ A curated list of awesome Ruby frameworks, libraries and resources. Inspired by *Libraries for developing RESTful APIs.* + * [Grape](http://intridea.github.io/grape/) - An opinionated micro-framework for creating REST-like APIs in Ruby. + ## Authentication and OAuth *Libraries for implementing authentications schemes.* From cce23253fe43bd7d6d48c3f45e754483f1707787 Mon Sep 17 00:00:00 2001 From: Serdar Dogruyol Date: Thu, 3 Jul 2014 14:53:27 +0300 Subject: [PATCH 4/4] Added Authentication and OAuth --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0a2270d..71e369b 100644 --- a/README.md +++ b/README.md @@ -188,12 +188,18 @@ A curated list of awesome Ruby frameworks, libraries and resources. Inspired by *Libraries for developing RESTful APIs.* - * [Grape](http://intridea.github.io/grape/) - An opinionated micro-framework for creating REST-like APIs in Ruby. + * [Grape](http://intridea.github.io/grape/) - An opinionated micro-framework for creating REST-like APIs in Ruby. ## Authentication and OAuth *Libraries for implementing authentications schemes.* + * [Devise](https://github.com/plataformatec/devise) - Devise is a flexible authentication solution for Rails based on Warden + * [Omniauth](https://github.com/intridea/omniauth) - OmniAuth is a flexible authentication system utilizing Rack middleware + * [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.*