Corrigé du TP3 / 4 / Début du 5 - Regarder commit par commit
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Karim Bogtob 09c559caf6
Question 3 - Creer une creature
2 years ago
app Question 3 - Creer une creature 2 years ago
bin Initial commit 2 years ago
config Question 2.3 - Page d'accueil 2 years ago
db Question 3 - Creer une creature 2 years ago
lib Initial commit 2 years ago
log Initial commit 2 years ago
public Initial commit 2 years ago
storage Initial commit 2 years ago
test Question 3 - Creer une creature 2 years ago
tmp Initial commit 2 years ago
vendor Initial commit 2 years ago
.gitattributes Initial commit 2 years ago
.gitignore Initial commit 2 years ago
.ruby-version Initial commit 2 years ago
Gemfile Initial commit 2 years ago
Gemfile.lock Initial commit 2 years ago
README.md Question 3 - Creer une creature 2 years ago
Rakefile Initial commit 2 years ago
config.ru Initial commit 2 years ago

README.md

README

Commandes lancées :

Question 2.2 :

  • rails server

Question 2.3 :

  • rails generate controller HomeController

Question 3 :

  • rails generate model Creature name:string health_points:integer
  • La migration n'est pas lancée sur la base
  • rails db:migrate