Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | 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 |