Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix backward compatibility with stored Hash values. Wrap coders to convert ↵ | Jeremy Kemper | 2012-05-30 | 1 | -0/+3 |
| | | | | serialized values to indifferent access. | ||||
* | Test fixtures with custom model and table names | Alexey Muranov | 2011-12-30 | 2 | -0/+14 |
| | | | | | | Test using fixtures with random names and model names, that is not following naming conventions but using set_fixture_class instead. It is expected that the table name be defined in the model, but this is not explicitly tested here. This will need to be fixed. | ||||
* | Support fixtures for namespaced models [#2965 state:resolved] | Andrew White | 2010-04-25 | 2 | -0/+9 |
Signed-off-by: José Valim <jose.valim@gmail.com> |