Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Fix sporadic spurious test failures | Robin Houston | 2012-01-19 | -0/+8 |
| | | | | | ...by forcing the IncomingMessage to be re-parsed after we have edited it. | |||
* | allow specs to run independently | James McKinney | 2011-10-16 | -2/+2 |
| | ||||
* | Remove stray (debugging?) puts statement | Robin Houston | 2011-09-08 | -1/+0 |
| | ||||
* | To make tests pass with RawEmails on the filesystem, instead of hacky ↵ | Seb Bacon | 2011-07-29 | -7/+5 |
| | | | | dependency on existence of text_binary field in raw_emails model, rewrite tests (and their fixtures) to explicitly load data from FS when raw_emails are used. | |||
* | move load-email-fixtures-to-filesystem hack to global config, so that we ↵ | Seb Bacon | 2011-07-25 | -17/+0 |
| | | | | don't need to remember to run it everywhere that the raw_emails fixture is used. At the same time, correct the migration that previously removed the data_binary column, as this is assumed for fixture loading. In a future iteration, we should probably stop abusing fixtures like this... | |||
* | Store raw_emails in the filesystem, not in the database. They don't need to ↵ | Seb Bacon | 2011-07-22 | -2/+29 |
| | | | | | | be in the database (we never write to them, for example), and they bloat it unecessarily, making backups etc difficult. NOTE: this migration could take a *very* long time. | |||
* | Make sure the :public_body_translation fixture is included everywhere the ↵ | Robin Houston | 2011-06-09 | -1/+1 |
| | | | | :public_bodies fixture is, because the PublicBody objects do not work as expected without it. | |||
* | some test fixage | Seb Bacon | 2011-03-11 | -1/+1 |
| | ||||
* | Make path work in Ruby 1.9 | Francis Irving | 2010-09-15 | -1/+1 |
| | ||||
* | Use better subject when replying to delivery error notifications | Francis Irving | 2010-03-09 | -0/+11 |
| | ||||
* | Use "Re:" the subject that the authority used for replies. | Francis Irving | 2010-02-18 | -0/+47 |
| | ||||
* | Migrate to using a binary database field for storing raw emails, rather than ↵ | Francis Irving | 2009-10-30 | -4/+4 |
| | | | | | | text. Does it gradually, so existing column is left alone to speed things up. | |||
* | Forgot to add this. | francis | 2009-10-04 | -0/+69 |