Grosse MàJ

This commit is contained in:
olivier
2008-11-25 22:11:16 +01:00
parent 53195fdfcd
commit 3e719157ea
2980 changed files with 343846 additions and 0 deletions

View File

@ -0,0 +1,13 @@
# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
one:
id: 1
street: MyText
postal_code: MyString
city: MyString
country: MyString
two:
id: 2
street: MyText
postal_code: MyString
city: MyString
country: MyString

View File

@ -0,0 +1,9 @@
# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
one:
id: 1
firstname: Client1
name: NOM1
two:
id: 2
firstname: Client2
name: NOM2

View File

@ -0,0 +1,9 @@
# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
one:
id: 1
firstname: MyString
name: MyString
two:
id: 2
firstname: MyString
name: MyString

View File

@ -0,0 +1,17 @@
# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
oen:
id: 1
designation: Beurre
description: Bien beurré
created_at: 2007-10-23 11:05:31
updated_at: 2007-10-23 11:05:31
supplier_id: 1
customer_id: 1
tow:
id: 2
designation: Soupline
description: Souplesse garantie
created_at: 2007-10-23 11:05:31
updated_at: 2007-10-23 11:05:31
supplier_id: 2
customer_id: 1

View File

@ -0,0 +1,15 @@
# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
oen:
id: 1
designation: Beurre
description: Bien beurré
created_at: 2007-10-23 11:05:31
updated_at: 2007-10-23 11:05:31
supplier_id: 1
tow:
id: 2
designation: Soupline
description: Souplesse garantie
created_at: 2007-10-23 11:05:31
updated_at: 2007-10-23 11:05:31
supplier_id: 2

View File

@ -0,0 +1,15 @@
# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
one:
id: 1
name: Fournisseur1
description: Description du fournisseur 1
code: FRS1
created_at: 2007-10-23 15:06:14
updated_at: 2007-10-23 15:06:14
two:
id: 2
name: Fournisseur2
description: Description du fournisseur 2
code: FRS2
created_at: 2007-10-23 15:06:14
updated_at: 2007-10-23 15:06:14

View File

@ -0,0 +1,15 @@
# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
one:
id: 1
name: Fournisseur1
description: Description du fournisseur 1
code: MyString
created_at: 2007-10-23 15:06:14
updated_at: 2007-10-23 15:06:14
two:
id: 2
name: Fournisseur2
description: Description du fournisseur 2
code: MyString
created_at: 2007-10-23 15:06:14
updated_at: 2007-10-23 15:06:14

View File

@ -0,0 +1,17 @@
quentin:
id: 1
login: olivier
email: olivier@example.com
salt: 7e3041ebc2fc05a40c60028e2c4901a81035d3cd
crypted_password: 00742970dc9e6319f8019fd54864d3ea740f04b1 # test
created_at: <%= 5.days.ago.to_s :db %>
activation_code: 8f24789ae988411ccf33ab0c30fe9106fab32e9b
activated_at: <%= 5.days.ago.to_s :db %>
aaron:
id: 2
login: christian
email: christian@example.com
salt: 7e3041ebc2fc05a40c60028e2c4901a81035d3cd
crypted_password: 00742970dc9e6319f8019fd54864d3ea740f04b1 # test
created_at: <%= 1.days.ago.to_s :db %>
activation_code: 8f24789ae988411ccf33ab0c30fe9106fab32e9a

View File

@ -0,0 +1,17 @@
quentin:
id: 1
login: quentin
email: quentin@example.com
salt: 7e3041ebc2fc05a40c60028e2c4901a81035d3cd
crypted_password: 00742970dc9e6319f8019fd54864d3ea740f04b1 # test
created_at: <%= 5.days.ago.to_s :db %>
activation_code: 8f24789ae988411ccf33ab0c30fe9106fab32e9b
activated_at: <%= 5.days.ago.to_s :db %>
aaron:
id: 2
login: aaron
email: aaron@example.com
salt: 7e3041ebc2fc05a40c60028e2c4901a81035d3cd
crypted_password: 00742970dc9e6319f8019fd54864d3ea740f04b1 # test
created_at: <%= 1.days.ago.to_s :db %>
activation_code: 8f24789ae988411ccf33ab0c30fe9106fab32e9a