diff options
author | Francis Irving <francis@mysociety.org> | 2009-12-17 01:01:20 +0000 |
---|---|---|
committer | Francis Irving <francis@mysociety.org> | 2009-12-17 01:01:20 +0000 |
commit | 43ea5cfff89ffaa8cc3c3cfff4154a7dccc87bce (patch) | |
tree | 915e69483fd606cb1d81a4d4a37b578eb2554fbf | |
parent | a5b3c0d39b7da70eb1702c17e99bcfa448dd8ff5 (diff) |
iSome notes
-rw-r--r-- | todo.txt | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -3,10 +3,13 @@ Search for PICT crash Incoming message 24705 has a badly uuencoded thing due to the bug in escaping backslashes in the database. +http://www.whatdotheyknow.com/request/dates_of_meetings_between_home_o#incoming-24705 - Upgrade Rails to a newer version even still - Check this works still: -s = IncomingMessage.find(2); text = s.get_main_body_text_internal; s.cached_main_body_text = text; s.save! +s = IncomingMessage.find(24705); text = s.get_main_body_text_internal; s.cached_main_body_text = text; s.save! - You can unhide the bad request from search now it is fixed +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 Letting you hide individual things |