Hello World from OSS Silicon Valley


Overall/RubyOnRails


_ Overall Feature

TBD Ruby on Rails, or simply Rails, is an open source web application framework written in Ruby. Rails is a full-stack framework that emphasizes the use of well-known software engineering patterns and paradigms, including convention over configuration (CoC), don't repeat yourself (DRY), the active record pattern, and model–view–controller (MVC).

refered from Wikipedia - Ruby on Rails
File Composition
.
|-- app
|   |-- assets
|   |-- controllers
|   |-- helpers
|   |-- mailers
|   |-- models
|   `-- views
|-- bin
|-- config
|-- config.ru
|-- db
|-- Gemfile
|-- Gemfile.lock
|-- lib
|-- log
|-- public
|-- Rakefile
|-- README.rdoc
|-- test
|-- tmp
`-- vendor

_ Specification

ITEMDESCRIPTION
Main DeveloperRails Core Team
LicenseMIT
OSCross-platform
Written InRuby
Official Sitehttp://rubyonrails.org/

_ HowToUse

_ Contributer

S.Yatsuzuka