Skip to content

ruby-hacking-guide/ruby-hacking-guide.github.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ruby Hacking Guide Translation

Read the translated guide here

Creating a github repo to hopefully inspire efforts to get this translated

The current activity is discussed here

Contributors

  • 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

Version of ruby used is very old 1.7.3 It seems there is no tag on github for this version

Get Ruby 1.7.3

It's available from this Organization's repo at https://github.com/ruby-hacking-guide/ruby-1.7.3

git clone git://github.com/ruby-hacking-guide/ruby-1.7.3.git

or from the original site zipped up http://i.loveruby.net/ja/rhg/ar/ruby-rhg.tar.gz

License

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