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

Added Web Frameworks

This commit is contained in:
Serdar Dogruyol 2014-07-03 14:06:54 +03:00
parent cb8bda4d95
commit 43c1b8d32a

View file

@ -79,7 +79,7 @@ A curated list of awesome Ruby frameworks, libraries and resources. Inspired by
## Package 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
@ -163,6 +163,11 @@ A curated list of awesome Ruby frameworks, libraries and resources. Inspired by
*Web development frameworks.*
* [Ruby On Rails](http://rubyonrails.org/) - Ruby on Rails is a full-stack web framework optimized for programmer happiness and sustainable productivity
* [Sinatra](http://www.sinatrarb.com/) - Sinatra is a DSL for quickly creating web applications in Ruby with minimal effort.
* [Padrino](http://www.padrinorb.com/) - The Godfather of Sinatra provides a full-stack agnostic framework on top of Sinatra
* [Cramp](http://cramp.in/) - Cramp is a fully asynchronous real-time web application framework in Ruby
## CMS
*Content management systems*