summaryrefslogtreecommitdiffhomepage
path: root/lib/axlsx/rels
AgeCommit message (Expand)Author
2023-06-10Fix safe Style/ColonMethodCall offensesGeremia Taglialatela
2023-05-24Fix Style/RedundantFileExtensionInRequire offensesGeremia Taglialatela
2023-05-18Fix YARD warningsGeremia Taglialatela
2023-05-09Do not change the whitespace that is produced by to_xml_string'sPaul Kmiec
2023-05-05Pipe output directly to str and avoid additional memory allocationsPaul Kmiec
2023-05-04Fix tests / code to work with frozen string literalsPaul Kmiec
2023-05-04Enable Style/FrozenStringLiteralComment and autocorrectPaul Kmiec
2023-04-09Fix offenses related to indentation consistencyGeremia Taglialatela
2023-04-08Fix space-related offensesGeremia Taglialatela
2023-04-08Fix EmptyLines related offensesGeremia Taglialatela
2023-04-06Fix Style/Encoding 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
2019-10-02Cache relationship in Hash rather than in Array.Vladimir Kochnev
2019-10-02Fix Relationship.instances cache.Vladimir Kochnev
2017-04-01chore(doc): document some membersrandym
2014-02-26Huge refactoringJurriaan Pruis
2013-07-08Implement Relationship.clear_cached_instances, use it before serializing the ...Stefan Daschek
2013-07-08Simply Relationship.next_free_id by depending on number of cached instances.Stefan Daschek
2013-07-08Make relationship ids more reliable.Stefan Daschek
2012-11-27Merge pull request #148 from alexrothenberg/pivot_tableRandy Morgan (@morgan_randy)
2012-11-27Create a simple Pivot TableAlex Rothenberg
2012-11-12Escape URLs used as target for hyperlinks.Stefan Daschek
2012-07-141.1.8 release prepRandy Morgan
2012-05-19correct relation management for comments and some spec improvements for packa...Randy Morgan
2012-05-13remove discontinued to_xml methodRandy Morgan
2012-04-01rebuild all serialization to use string concatenation instead of nokogiri.Randy Morgan
2012-04-01part way through changing all serialization to use string concatenation prior...Randy Morgan
2012-03-04fix typos in docsRandy Morgan
2012-02-12Adding in support for optionally using the shared strings table. This will al...Randy Morgan
2012-02-02Adding in hyperlinking for images as per issue #22Randy Morgan
2012-01-18remove linebreaks/indentation when saving to encourage interop with rubyXLRandy Morgan
2011-11-26adding in support for ruby 1.9.3Randy Morgan
2011-11-23Adding image support and some document clean up for .8 releaseRandy Morgan
2011-11-20first commitRandy Morgan