cthielen (Christopher Thielen)
- Login: cthielen
- Email: cthielen@me.com
- Registered on: 02/03/2015
- Last sign in: 02/06/2015
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
02/06/2015
-
10:25 PM Ruby Bug #10824: to_yaml incorrectly inserts return lines
- You're right.
I saw the newlines in my database and filed the bug but they do disappear when de-serializing, so this is not a bug.
Thanks for clearing that up.
Out of curiosity, why does it insert newlines at all? Does it have t...
02/03/2015
-
10:10 PM Ruby Bug #10824 (Closed): to_yaml incorrectly inserts return lines
- ~~~ruby
"{\"config_path\":\"something\",\"mode\":\"something_underscore\",\"person\":{\"id\":1,\"name\":\"Christopher Michael Thielen\",\"address\":\"First Shields Ave\"}}".to_yaml
~~~
returns:
~~~ruby
"--- '{\"config_path\":\"som...