Log in / create account | Login with OpenID
DocForge
An Open Wiki For Software Developers

Ruby

From DocForge

This page is a stub. It's lacking in details and can use your help. Please contribute your knowledge to this page.

Ruby is an object oriented programming language. Ruby was developed by Yukihiro Matsumoto and it is developed as open source. It is currently popular for it use in the web application framework Ruby on Rails.

A simple Hello World program looks like this.

puts "Hello World!"


Contents

Features [edit]

Web Frameworks [edit]

  • Ruby on Rails - The web framework responsible for the recent surge in Ruby users. Designed for Agile development and rapid development.
  • Merb - Merb is a MVC web framework which focuses on the core functionality, leaving most functionality to plugins.
  • Ramaze

See Also[edit]

External Links[edit]