agile-france / propile

Community Conference Program Compiler (for Agile France)
2 stars 8 forks source link

why on earth is test ( development ) using pg ? #41

Open thenrio opened 10 years ago

thenrio commented 10 years ago

it

for development, it is more a practical and habit matter

hey, that's cool but you are not testing on the real database, we might have production bugs we could have detected

if I want to test production, I use RAILS_ENV=production... and it is the real stuff, not only database, test and development envs are a hack : code is not the same

if I have bugs with this process, I change it ( not have done for 5 years of rails )

thenrio commented 10 years ago

can make a PR of course...