From 1b5ea95633912282ea45c766e60853dc957398d0 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Tue, 25 Jul 2017 22:54:40 +0200 Subject: Initial commit. First version of tutorial. 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 --- "000-Pr\303\251paration.md" | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 "000-Pr\303\251paration.md" (limited to '000-Préparation.md') diff --git "a/000-Pr\303\251paration.md" "b/000-Pr\303\251paration.md" new file mode 100644 index 0000000..f0f621e --- /dev/null +++ "b/000-Pr\303\251paration.md" @@ -0,0 +1,7 @@ +Préparation +=========== + +* Installer Ruby >=2.2.2 (https://github.com/rbenv/rbenv) +* Installer Bundler (`gem install bundler`) +* Installer Rails (`gem install rails`) +* Installer Postgres (`brew install postgresql` ou https://postgresapp.com/) -- cgit v1.2.3