summaryrefslogtreecommitdiffhomepage
path: root/lib/axlsx/util/serialized_attributes.rb
AgeCommit message (Expand)Author
2023-05-15Fix rubocop offensesPaul Kmiec
2023-05-15Serialize attributes more efficientlyPaul Kmiec
2023-05-04Fix tests / code to work with frozen string literalsPaul Kmiec
2023-05-04Enable Style/FrozenStringLiteralComment and autocorrectPaul Kmiec
2023-04-08Fix Layout/EmptyLineAfterGuardClause offensesGeremia Taglialatela
2023-04-08Fix space-related offensesGeremia Taglialatela
2023-04-08Fix EmptyLines related offensesGeremia Taglialatela
2023-04-06Remove Layout/TrailingWhitespace offensesGeremia Taglialatela
2022-03-02instance_values -> instance_values_forpjskennedy
2022-03-02Update references to use new class methodpjskennedy
2014-04-04Fix boolean values so the output matches Excel and works on NumbersJurriaan Pruis
2014-02-26Huge refactoringJurriaan Pruis
2013-09-13Fixes for anchor swapping when adding images. - Two -> One swap still pending.Randy Morgan
2013-08-17refactored stupidityRandy Morgan
2013-08-17safe to camel all valuesRandy Morgan
2013-08-17ensure that values are camelized for serialized attributesRandy Morgan
2013-04-19Added prep for 1.3.6 releaseRandy Morgan
2012-11-25Updated readme and docs for pre 1.3.4 releaseRandy Morgan
2012-11-25Patched serilalized_element_attributes to properly update value from called b...Randy Morgan
2012-11-25Refactored header_footer element serialization.Randy Morgan
2012-11-05completed documentationRandy Morgan
2012-10-18Patched serialized attributes to use double quotes for attribute valuesRandy Morgan
2012-10-14Patched serialized_attributes for 1.8.7Randy Morgan
2012-10-14updated serialized_attributes to reject nil valuesRandy Morgan
2012-10-14Corrected serializable_attributes declaraion and added an additional_attribut...Randy Morgan
2012-10-14Extracted attriubte serializationRandy Morgan