search for: my_fixture_nam

Displaying 1 result from an estimated 1 matches for "my_fixture_nam".

Did you mean: my_fixture_name
2005 Dec 17
10
need some tips for applying patches
I am working with a legacy database that does not always follow the conventions for table names, primary key and foreign key column names, and join table names. This is no problem in my application code because Rails allows me to override the defaults. However it is making unit testing next to impossible because fixtures will still try and insert data into the wrong tables. Changing the