Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Rename XXX comments with TODO: | Gareth Rees | 2014-06-10 | -1/+1 |
| | | | | Picks these up in `rake notes` and adds semantic meaning | |||
* | Re-annotate models with database fields | Louise Crow | 2013-09-16 | -0/+7 |
| | ||||
* | Store raw_emails in the filesystem, not in the database. They don't need to ↵ | Seb Bacon | 2011-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 Houston | 2011-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.9 | Francis Irving | 2010-09-15 | -1/+1 |
| | ||||
* | Remove test that doesn't seem to matter, and should be fixed in core | Francis Irving | 2009-12-22 | -8/+12 |
| | | | | Rails | |||
* | Comment what bug this is testing. | Francis Irving | 2009-12-07 | -0/+3 |
| | ||||
* | Test for PostgreSQL slash escaping bug | Francis Irving | 2009-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 |