Giter Site home page Giter Site logo

bluetea / ruby-hacking-guide.github.com Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ruby-hacking-guide/ruby-hacking-guide.github.com

0.0 0.0 0.0 5.13 MB

Ruby Hacking Guide Translation

Home Page: http://ruby-hacking-guide.github.io/

Ruby 70.00% CSS 30.00%

ruby-hacking-guide.github.com's Introduction

Ruby Hacking Guide Translation

Read the translated guide here

Previous contributors to SVN repo

  • Vincent Isambart
  • Meinrad Recheis
  • Laurent Sansonetti
  • Clifford Escobar Caoile
  • Jean-Denis Vauguet
  • Robert Gravina

Running the site locally

$ git clone https://github.com/ruby-hacking-guide/ruby-hacking-guide.github.com
$ gem install jekyll
$ gem install RedCloth
$ jekyll serve # this compiles files and starts a server on localhost:4000.

For Bundler users

$ git clone https://github.com/ruby-hacking-guide/ruby-hacking-guide.github.com
$ bundle install
$ jekyll serve # this compiles files and starts a server on localhost:4000.

Jekyll usage

Reading in EPUB

Thanks to @avsej, we can read this book in EPUB.

To generate an EPUB file, you need to install eeepub additionally.

$ gem install rubyzip -v 0.9.9
$ gem install eeepub
$ ruby script/publish

You can convert a generated EPUB file into other formats by using Calibre.

The generated files in various formats are also available:

About the version of ruby explained

The version of ruby used is ruby (1.7.3 2002-09-12).

It's almost a year before the release of Ruby 1.8.0, so things explained in this book are basically the same in Ruby 1.8.

The details about this version are written in the Introduction

You can download it from the official support site of the book.

It's also available from this Organization's repo at

License

Copyright (c) 2002-2004 Minero Aoki, All rights reserved.

This translation work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike2.5 License

If you'd like to translate this work to another language, please contact the author Minero Aoki [email protected].

ruby-hacking-guide.github.com's People

Contributors

ocha- avatar markburns avatar yasulab avatar skra avatar johnnymugs avatar jjbohn avatar sevaorlov avatar alexdowad avatar nickdesaulniers avatar avsej avatar hamiltop avatar garrisonj avatar oneamtu avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.