mirror of
https://github.com/sdogruyol/awesome-ruby.git
synced 2025-02-10 15:35:08 -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
|
## 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
|
||||||
|
|
||||||
|
@ -163,6 +163,11 @@ A curated list of awesome Ruby frameworks, libraries and resources. Inspired by
|
||||||
|
|
||||||
*Web development frameworks.*
|
*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
|
## CMS
|
||||||
|
|
||||||
*Content management systems*
|
*Content management systems*
|
||||||
|
|
Loading…
Add table
Reference in a new issue