are fixtures loaded when using the sql dump to create a test database
Posted
by Josh Moore
on Stack Overflow
See other posts from Stack Overflow
or by Josh Moore
Published on 2008-12-23T14:42:37Z
Indexed on
2010/05/22
6:00 UTC
Read the original article
Hit count: 266
ruby-on-rails
|fixtures
Because of some non standard table creation options I am forced to use the sql dump instead of the standard schema.rb (i.e. I have uncommented this line in the environment.rb config.active_record.schema_format = :sql
). I have noticed that when I use the sql dump that my fixtures do not seem to be loaded into the database. Some data is loaded into it but, I am not sure where it is coming from. Is this normal? and if it is normal can anybody tell me where this other data is coming from?
© Stack Overflow or respective owner