On Wed, Apr 23, 2008 at 4:25 AM, McKracken <[EMAIL PROTECTED]> wrote:
>  Hi to all! I found a problem using the DB interface fo Heroku. The
>  particular case is about editing text like field with 'newline'
>  character.

The workaround for this right now would be to use the console to
update the record:

MyModel.find(123).update_attributes!(:field => "multi\nline\ntext")

Adam

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Heroku" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to