Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Clean up paths to be a bit less OS dependent. | Louise Crow | 2013-08-12 | -6/+4 |
| | ||||
* | Fixtures is namespaced in ActiveRecord now | Henare Degan | 2013-03-05 | -2/+2 |
| | ||||
* | Specify the full path as Ruby 1.9.3 doesn't include the current directory in ↵ | Henare Degan | 2013-02-20 | -2/+2 |
| | | | | the load path | |||
* | Stop RSpec output when running load-sample-data | Henare Degan | 2013-02-19 | -2/+8 |
| | ||||
* | Upgrade load-sample-data to work with Rails 3 | Henare Degan | 2013-02-19 | -6/+12 |
| | ||||
* | Now we use bundler, update all scripts to exec `rake` as `bundle exec rake` | Seb Bacon | 2012-05-04 | -1/+1 |
| | ||||
* | Prompt users to reindex xapian after loading sample data | Seb Bacon | 2012-01-30 | -1/+1 |
| | ||||
* | Load all raw emails for testing | Robin Houston | 2012-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 work | Robin Houston | 2012-01-25 | -2/+10 |
| | ||||
* | Update sample-data loading instructions to use a script (because we need to ↵ | Seb Bacon | 2011-08-02 | -0/+12 |
workaround fixtures not knowing how to load data from the filesystem for RawEmails) |