From b4a6aa835e36302323502819d7a6d07d559ed31c Mon Sep 17 00:00:00 2001 From: Mathieu Magnin Date: Mon, 16 Jan 2017 18:16:35 +0100 Subject: [PATCH] First commit --- .gitignore.swp | Bin 12288 -> 0 bytes README.md | 8 ++++---- 2 files changed, 4 insertions(+), 4 deletions(-) delete mode 100644 .gitignore.swp diff --git a/.gitignore.swp b/.gitignore.swp deleted file mode 100644 index 68c0eca32295c12812295e63970d7b8a5c0e2c44..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 12288 zcmeI2F>4e-6o6kuu#l+4PC;HgHE_B+(G-Ccf;JK`7&#+?h0N~E?oBecv(C;YxfHSW zuZS31!P+07KfyHi3R;P8_wKkT*riZ-3*XJn?t5=$zp0LU$>QVHHC&FDfUa`@7rz~D zeBC~TQ#HV@+&0>8*4F5vdHlC)O{RC9+ltn`icW>>^ zx_GqS6LD^W$qVQ8B$7uqzy^-rz$`4?y1CfY?OdM6^K%==zXVrg18jf|umLu}2G{@_ zU;}L6pEVH58F)dvJ2BqjrSUlP$2gwyzy{a=8(;%$fDNz#Hoykh02^QfY=8~?hX$kq zxG)QFKs5jVPk#TuJ`3=QcuLF>pUwb$B;FBki38##u}3H(C2kYT#C75tah142bcoZ$ zN#ZB1^Mm+Kd?7v)ABguvvxheXUu=L4umLu}2G{@_U;}J`4X^<=;OoStu8jL(U_rT5 zbmM9}htw6B$%QGXk6K!@r+p=Y+tNks6G%)Ux=_}MHL0je>!hjxy0O`*nolYe8>OXy z4z9LM*tl8*ZLQhF%vepa03r-Zm>1UNBHq%vg!XH9nj)=5dfFzSEEEPkDBD>~*(zx^ z`rMkJm!eHq`+}Onf4e)a6#5#K&SY%^_8#7+6jUf6(@C}te(b?<{n25D5Qgk z)KEUYfl-uOmq<%*HVRvyeCN@X+RI>y9IIhP?{Wi&uEx?+ zrNj<#M-~BtL#Y%>94|0xVMkL?f>bNb7PB@jGbDuaeWh)NZCF#eQRKYz!;xpqb create user tps with password 'lol' createdb; + > create user tps with password 'lol' superuser; > \q - - + + Afin de générer la BDD de l'application, il est nécessaire d'éxécuter les commandes suivantes : rake db:create db:schema:load db:migrate @@ -66,4 +66,4 @@ Pour éxécuter les tests de l'application, plusieurs possibilités : ## Regénérer les binstubs bundle binstub railties --force - rake rails:update:bin \ No newline at end of file + rake rails:update:bin