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:
parent
cb8bda4d95
commit
43c1b8d32a
1 changed files with 6 additions and 1 deletions
|
@ -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*
|
||||
|
|
Loading…
Reference in a new issue