anshul (Anshul Khandelwal)
- Login: anshul
- Email: anshul@anshulkhandelwal.com
- Registered on: 02/24/2010
- Last sign in: 10/05/2017
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 2 | 2 |
Activity
12/15/2012
-
09:09 PM Ruby Bug #7568 (Closed): Yaml fails to encode zero date string.
- "0000-00-00 00:00:00".to_yaml fails with an ArgumentError.
Reproducing steps
In irb type,
require 'yaml'
"0000-00-00 00:00:00".to_yaml
What was expected
=> "--- '0000-00-00 00:00:00'\n"
What happened
Argum...
08/27/2010
-
09:09 PM Ruby Feature #3112: require "yaml" doesn't use psych as default
- =begin
Any updates on this? Is there some way I can ensure that my code is using the bundled psych?
Anshul
=end
02/24/2010
-
04:09 AM Ruby Feature #2784 (Closed): The formatting options hash passed to the to_yaml methods do nothing.
- =begin
At the moment, there appears to be no documented way to format the output of the various to_yaml methods. They all accept an options hash but the documentation does not specify what options may be passed.
Also, the use of t...