The Guide to Cuba
Learn how to make Ruby web applications by following a minimalistic approach. This book will teach you the basics ofCuba, the Rubymicroframework, and a set of micro libraries.This book is a work in progress. The content may change at any time.All content is licensed under theCreative Commons Attribution Non Commercial Share Alike 4.0 license.
Assumptions
This book is intended for everyone who wants to get started with a Cuba application from scratch, whether you are an experiencedprogrammer or not. By following this book, we’ll build a Twitter clone from scratch.In order to try out the examples of the book, you need to have some prerequisites installed:Ruby 2.0 or newer. You can get the latest Ruby from theRuby download page.TheRedis database. If you haven’t yet installed Redis, you can follow the instructions in theRedis download page.Git, the version control system. You can follow the installation instructions at theInstalling Git section of Pro Git.
NOTE:
All the code examples have been tested on OSX and Linux.
Leave a Reply