Skip to content

cwgem/RubyGuide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Ruby Guide

Introduction

Welcome to the Ruby guide. I'm the main author Chris White, and this guide was created out of the need for more structured documentation and comprehensive documentation. Not only will it describe the core language, but also the standard library and some third party extensions. Due to the fact that Rails already has very comprehensive documentation, it will not be mentioned in great detail (possibly listed as a web development option).

This guide is licensed Attribution 3.0 Unported (CC BY 3.0) to allow the community to contribute to it. This license is available in the repository under the filename LICENSE. Unlike a book which can become quickly outdated as the language progresses, my hope is that an open source community driven guide will help keep the content fresh. If you would like to help out, you may file issues or submit a pull request to the main repository at GitHub.

Requirements

The guide is written in Asciidoc and source highlighted is handled by the Pygments backend. Pygments' installation instructions contain information about how to obtain it. Once both Pygments and Asciidoc are installed, files can be output to HTML using the following command:

``asciidoc -a pygments= -b xhtml11 -o out/file.html file.asciidoc`

Table Of Contents

In Progress!

About

A reference guide for the Ruby programming language

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published