aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2017-07-27002-Ice-cream.md: Use a readable variable nameHEADmasterTeddy Wing
In the view example, I had used a super short block variable name, but now that I think about it, it should really be something readable.
2017-07-27004-Création.md: Change "redirect sur" to "redirect à"Teddy Wing
Maybe it should go full "redirige", but for now "à" sounded better than "sur" when I read this paragraph over again.
2017-07-27002-Ice-cream.md: Change "avant" to "auparavant"Teddy Wing
"Avant" sounds weird/wrong to me.
2017-07-27Fix various typosTeddy Wing
2017-07-27001-Setup.md: Fix colonsTeddy Wing
Colons should be surrounded with spaces.
2017-07-25README: Fix command reference file linkTeddy Wing
Turns out the parser requires the link to not have spaces in it. Replace these with their URL encoded variants.
2017-07-25Give "Référence de Commandes" a Markdown extensionTeddy Wing
To get it to convert the Markdown to HTML for rendering on GitHub.
2017-07-25Add READMETeddy Wing
Include a linked table of contents
2017-07-25Initial commit. First version of tutorial.Teddy Wing
Includes: * Prerequisite installation procedures * Project setup * Ice Cream model and page display * Authentication * Creating a model via the interface * A Rails command reference Desired additions: * Editing ice creams (only by users who created them) * Comments on ice creams * Ratings of ice creams * Maybe some info about the asset pipeline