This is the source of http://angular-rails.com. To build it, you'll need to do a few things:
bundle installorgem install bookingitto install the bookingit gemgit clone https://github.com/davetron5000/receta git_repos/recetato clone the repository containing the source code examples in the bookcreateuser -d recetato create a new PostgreSQL user as required by receta/config/database.ymlpushd git_repos/receta && bundle install && popdto install all gems that are required for therecetaprojectbookingit buildto generate the HTML and CSS for the book
Once this is done, open book/index.html in your browser. Whenever you change something, re-run bookingit build.
bookingit uses git tags and such to generate the source and diffs in the book. This allows me to know that everything is working and control what's
being displayed. Unfortunately, if something needs to change, this breaks all the tags and SHA-1s. I haven't sorted out a good way to fix this yet.