aboutsummaryrefslogtreecommitdiffstats
path: root/script/load-sample-data
Commit message (Collapse)AuthorAgeLines
* Now we use bundler, update all scripts to exec `rake` as `bundle exec rake`Seb Bacon2012-05-04-1/+1
|
* Prompt users to reindex xapian after loading sample dataSeb Bacon2012-01-30-1/+1
|
* Load all raw emails for testingRobin Houston2012-01-29-7/+6
| | | | | | | | | | | Previously there was just one raw email, and the test code relied on that fact. Generalise it to handle multiple raw emails. This change causes a number of tests to fail, because it exposes failures that should have happened when the second raw email was added but were masked by the fact that the text of this second raw email was never loaded. These failures will be fixed in the next commit.
* Make the load-sample-data script actually workRobin Houston2012-01-25-2/+10
|
* Update sample-data loading instructions to use a script (because we need to ↵Seb Bacon2011-08-02-0/+12
workaround fixtures not knowing how to load data from the filesystem for RawEmails)