Difference between revisions of "Ruby"
Jump to navigation
Jump to search
(moved some stuff to RoR; WEBrick) |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
[[Ruby]] is a [[programming language]]. | [[Ruby]] is a [[programming language]]. | ||
==Related== | ==Related== | ||
+ | * [[Bundler]]: Ruby's [[language package manager]] | ||
+ | * [[Phusion Passenger]]: Ruby's built-in web server | ||
* [[Ruby on Rails]]: the primary [[application framework]] for Ruby | * [[Ruby on Rails]]: the primary [[application framework]] for Ruby | ||
− | * [[WEBrick]]: Ruby | + | * [[WEBrick]]: a Ruby library which provides web server capability |
==Links== | ==Links== | ||
* {{l/wp/ref|Ruby programming language}} | * {{l/wp/ref|Ruby programming language}} | ||
* [http://www.ruby-lang.org/en/ official] | * [http://www.ruby-lang.org/en/ official] | ||
− | + | * [https://www.tutorialspoint.com/ruby/ruby_tutorial.pdf Ruby Tutorial intro preview] (PDF) by tutorialspoint .com | |
− |
Latest revision as of 17:06, 27 December 2020
This page is a seed article. You can help HTYP water it: make a request to expand a given page and/or donate to help give us more writing-hours!
|
Ruby is a programming language.
Related
- Bundler: Ruby's language package manager
- Phusion Passenger: Ruby's built-in web server
- Ruby on Rails: the primary application framework for Ruby
- WEBrick: a Ruby library which provides web server capability
Links
- Wikipedia
- official
- Ruby Tutorial intro preview (PDF) by tutorialspoint .com