summaryrefslogtreecommitdiff
path: root/test/psych/test_psych.rb
AgeCommit message (Expand)Author
2021-05-13remove deprecated interfaceAaron Patterson
2021-05-13Introduce `Psych.unsafe_load`Aaron Patterson
2021-05-10Merge pull request #480 from Shopify/symbolize-name-non-string-keysHiroshi SHIBATA
2021-05-10Use assert_raise instead of assert_raisesHiroshi SHIBATA
2021-05-10Use pend instead of skipHiroshi SHIBATA
2021-02-25Fix symabolize_name with non-string keysJean Boussier
2020-11-12Add `Psych.safe_load_file`. Tweak doc to provide `safe_` examples.Marc-Andre Lafortune
2020-09-10Forward keyword arguments in load_file and load_streamJean Boussier
2020-06-03Fixing compatibility with libyaml 0.2.5Aaron Patterson
2019-11-28Implement `freeze` option for Pysch.loadJean Boussier
2018-10-20Avoid to warnings for deprecated interfaces.SHIBATA Hiroshi
2018-07-12Added tests for special cases and better overall API test coverageGreg Houle
2018-04-24Add test cases for fallback argument of Psych.loadMarcus Stollsteimer
2018-04-24Add more test cases for fallback of Psych.load_fileMarcus Stollsteimer
2018-04-23Add more test cases for fallback of Psych.load_fileMarcus Stollsteimer
2017-12-19Add more test cases for fallback of Psych.load_fileMarcus Stollsteimer
2017-12-02Convert fallback option to a keyword argumentMarcus Stollsteimer
2017-11-30Add :symbolize_names option to .safe_load tooTakashi Kokubun
2017-11-25Add :symbolize_names option to Psych.loadTakashi Kokubun
2017-06-19make frozen_string_literal: trueSHIBATA Hiroshi
2017-03-27Removed Psyych.load_documents.SHIBATA Hiroshi
2016-08-23Close TempfileNobuyoshi Nakada
2016-06-24Merge pull request #264 from tuexss/load_file-defaultAaron Patterson
2016-02-23Temporary disabled to frozen literal string.SHIBATA Hiroshi
2016-01-08Add optional fallback return value parametertuexss
2015-11-14Add a failing test for line width #254Gleb Mazovetskiy
2013-05-14merging from RubyAaron Patterson
2013-04-05sync with ruby trunkAaron Patterson
2013-02-07* ext/psych/lib/psych/visitors/yaml_tree.rb: fixing string quotationAaron Patterson
2011-03-30synching with ruby trunkAaron Patterson
2011-03-29pulling in changes from ruby coreAaron Patterson
2010-07-07line width option is passed to emitterAaron Patterson
2010-07-07dump options can include header and versionAaron Patterson
2010-07-07options are being used, :canonical and :indentation are supportedAaron Patterson
2010-06-18* ext/psych/lib/psych/visitors/to_ruby.rb (resolve_klass): fix theAaron Patterson
2010-04-24merge from rubyAaron Patterson
2010-04-23supporting add_ruby_typeAaron Patterson
2010-04-09adding deprecation warningsAaron Patterson
2010-04-09merging from ruby to psychAaron Patterson
2010-03-29Fix problem with empty and white-space only strings. Add test.Peter McLain
2010-03-29* test/psych/*: switching tests to use relative require. [ruby-core:29104]Aaron Patterson
2010-03-26adding a test helper superclassAaron Patterson
2010-03-25adding dump stream and load streamAaron Patterson
2010-03-22adding more syck compatible methodsAaron Patterson
2010-03-22fixing and deprecating load_documentsAaron Patterson
2010-03-22testing parse_fileAaron Patterson