aboutsummaryrefslogtreecommitdiffstats
path: root/spec/models/raw_email_spec.rb
Commit message (Collapse)AuthorAgeLines
* Store raw_emails in the filesystem, not in the database. They don't need to ↵Seb Bacon2011-07-22-0/+4
| | | | | | 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.
* Replace STDERR.puts by $stderr.puts elsewhere, which is potentially more ↵Robin Houston2011-06-21-2/+2
| | | | flexible (because STDERR is always the system standard error file descriptor, whereas $stderr can be replaced by some other ruby object to handle error output).
* Make path work in Ruby 1.9Francis Irving2010-09-15-1/+1
|
* Remove test that doesn't seem to matter, and should be fixed in coreFrancis Irving2009-12-22-8/+12
| | | | Rails
* Comment what bug this is testing.Francis Irving2009-12-07-0/+3
|
* Test for PostgreSQL slash escaping bugFrancis Irving2009-12-01-0/+25
http://blog.aradine.com/2009/09/rubys-marshal-and-activerecord-and.html https://rails.lighthouseapp.com/projects/8994/tickets/1063-binary-data-broken-with-postgresql-adapter