issues
search
savonrb
/
gyoku
Translates Ruby Hashes to XML
MIT License
231
stars
58
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Remove parallel coveralls option
#88
mattpolito
closed
1 year ago
1
Coveralls setup with Github actions
#87
mattpolito
closed
1 year ago
0
Encapsulate check for explicit attribute
#86
mattpolito
closed
1 year ago
0
Introduce Standardrb and autofix
#85
mattpolito
closed
1 year ago
0
Private class methods
#84
mattpolito
closed
1 year ago
3
Minimum version of ruby is now 3.0 as 2.7 is EOL
#83
mattpolito
closed
1 year ago
0
Update minimum ruby version to 2.7
#82
mattpolito
closed
1 year ago
0
Fix broken issue link in CHANGELOG
#81
dentarg
closed
2 years ago
0
Release next version as v1.4.0
#80
olleolleolle
closed
2 years ago
1
CI: Repair code coverage tool
#79
olleolleolle
opened
2 years ago
0
Add GitHub Actions CI
#78
olleolleolle
closed
2 years ago
1
CI: Support Ruby 2.5+ only
#77
olleolleolle
closed
2 years ago
1
Gemfile: remove unused Rubinius gems
#76
olleolleolle
closed
3 years ago
2
gemspec: Add rexml as a gem dependency
#75
olleolleolle
closed
3 years ago
1
gemspec: Drop defunct rubyforge_project directive
#74
olleolleolle
closed
3 years ago
1
CI: Drop Rubinius from build matrix
#73
olleolleolle
closed
3 years ago
2
gemspec: Drop the executables directive
#72
olleolleolle
closed
3 years ago
1
CI: Drop unused Travis sudo: false directive
#71
olleolleolle
closed
3 years ago
1
Rexml is required but is not in the Gemfile
#70
bakku
closed
3 years ago
3
fix circular reference in gyoku/array
#69
ccarruitero
closed
2 years ago
2
Circular Require detected by JRuby-9+
#68
skoona
closed
2 years ago
1
Fixes circular references in Gyoku requires in array and hash classes.
#67
krists
closed
2 years ago
7
Upgrade
#66
hecbuma
closed
2 years ago
5
README: Use SVG badge images
#65
olleolleolle
closed
4 years ago
4
change elsif condition with switch case.
#64
seuros
closed
2 years ago
3
pretty_print doesn't work as expected
#63
ekampp
closed
2 years ago
7
Warning cleanup.
#62
djberg96
closed
6 years ago
4
quotes instead apos for attributes when pretty_print: true;
#61
porbas
opened
8 years ago
1
document "unwrap" option in README
#60
mahemoff
closed
8 years ago
1
Allow to prettify XML
#59
Jeiwan
closed
8 years ago
2
make namespace for nil dependent on element_form_default
#58
brycekwan
closed
2 years ago
0
Array.iterate_with_xml applies attributes even when `unwrap: true`
#57
jpmoral
closed
7 years ago
6
Gyoku.xml with unwrap: true doesn't set attributes
#56
drakmail
closed
7 years ago
3
Stop camelcase
#55
Igorpollo
opened
9 years ago
1
Allow unwrap option to whitelist keys.
#54
rlburkes
closed
8 years ago
1
Support serializing arrays of 'gyoku' hashes.
#53
rlburkes
closed
9 years ago
3
Add option to unwrap array of hashes
#52
TiteiKo
closed
9 years ago
2
Unintended attribute behaviour with unescaped tags ?
#51
aitherios
opened
9 years ago
1
Add support for lambda key converters.
#50
tvon
closed
9 years ago
1
fix scope and required files
#49
mlitwiniuk
closed
1 year ago
2
Gyoku.xml produces wrong results with arrays of hashes
#48
dredozubov
opened
10 years ago
6
Custom :key_converter?
#47
sshaw
opened
10 years ago
3
Fixed a threading related issue that occurs because $1 is not thread-safe when used from lambdas
#46
perlun
closed
10 years ago
10
add option to skip key converter for some key
#45
ccarruitero
closed
10 years ago
1
Allowing for order! to be a string key
#44
hugocorbucci
closed
10 years ago
1
rubinius-coverage needed as a development_dependency
#43
traylenator
closed
10 years ago
0
add option to specify key to convert
#42
ccarruitero
closed
10 years ago
1
encoding of special characters is not consistent across ruby versions
#41
kashook
opened
10 years ago
3
Gyoku.xml() method is not idempotent
#40
mcclumpherty
opened
10 years ago
3
Error in xml builder - array with nil values create empty tags
#39
kristianmandrup
closed
10 years ago
2
Next