aboutsummaryrefslogtreecommitdiffstats
path: root/script/load-sample-data
Commit message (Collapse)AuthorAgeLines
* Clean up paths to be a bit less OS dependent.Louise Crow2013-08-12-6/+4
|
* Fixtures is namespaced in ActiveRecord nowHenare Degan2013-03-05-2/+2
|
* Specify the full path as Ruby 1.9.3 doesn't include the current directory in ↵Henare Degan2013-02-20-2/+2
| | | | the load path
* Stop RSpec output when running load-sample-dataHenare Degan2013-02-19-2/+8
|
* Upgrade load-sample-data to work with Rails 3Henare Degan2013-02-19-6/+12
|
* 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)