Skip to content

polykoi/rubygarage.github.com

 
 

Repository files navigation

Slides for RubyGarage course

How to start Jekyll in development mode

Execute the command:

$ jekyll s --config _config.yml,_config_dev.yml --trace --profile --incremental

Visit this URL: http://localhost:4000

How to generate diagrams

Install graphviz.

For Ubuntu execute this command:

$ sudo apt-get install graphviz

For macOS execute this command:

$ brew install graphviz --with-freetype --with-librsvg

Generate diagram

Next run following command:

$ dot -T svg -O filename.dot

Documentation

License

CC_BY

This project is licensed under a Creative Commons Attribution 4.0 International License. See a human-readable summary or an entire document.

About

This repository contains slides for Ruby/Ruby on Rails courses from RubyGarage

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 57.1%
  • JavaScript 41.9%
  • Other 1.0%