Questions about this topic? Sign up to ask in the talk tab.

Difference between revisions of "Ruby"

From NetSec
Jump to: navigation, search
Line 1: Line 1:
Ruby is one of many [[interpreted languages]] written in [[C]].
+
Ruby is one of many [[interpreted languages]] written in [[C]] used in [[Linux]] systems for command line tools and serving [[web applications]].  [[Ruby on Rails]] is an object-oriented MVC framework written in [[ruby]] served by WEBRICK and mongrel on [[Linux]] systems.
 
{{immediate|content}}
 
{{immediate|content}}
  
Line 14: Line 14:
 
=User-Defined Functions=
 
=User-Defined Functions=
 
=Security=
 
=Security=
 +
 +
[[Category:Programming Languages]]
 +
 +
{{programming}}{{social}}
 +
 +
[[Category:Interpreted languages]]

Revision as of 20:05, 27 May 2012

Ruby is one of many interpreted languages written in C used in Linux systems for command line tools and serving web applications. Ruby on Rails is an object-oriented MVC framework written in ruby served by WEBRICK and mongrel on Linux systems.

RPU0j.png This article needs immediate attention, and is in desperate need of content.

Development Environment

ruby cli

irb

gem

Your first application

Variables and data types

Boolean Logic

Loops

User Input

User-Defined Functions

Security

Ruby is part of a series on programming.
<center>
</center>