index
:
caxlsx
hyperlink-worksheet-fix
master
Caxlsx
realtradam
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
lib
/
axlsx
/
util
/
serialized_attributes.rb
Age
Commit message (
Expand
)
Author
2023-05-15
Fix rubocop offenses
Paul Kmiec
2023-05-15
Serialize attributes more efficiently
Paul Kmiec
2023-05-04
Fix tests / code to work with frozen string literals
Paul Kmiec
2023-05-04
Enable Style/FrozenStringLiteralComment and autocorrect
Paul Kmiec
2023-04-08
Fix Layout/EmptyLineAfterGuardClause offenses
Geremia Taglialatela
2023-04-08
Fix space-related offenses
Geremia Taglialatela
2023-04-08
Fix EmptyLines related offenses
Geremia Taglialatela
2023-04-06
Remove Layout/TrailingWhitespace offenses
Geremia Taglialatela
2022-03-02
instance_values -> instance_values_for
pjskennedy
2022-03-02
Update references to use new class method
pjskennedy
2014-04-04
Fix boolean values so the output matches Excel and works on Numbers
Jurriaan Pruis
2014-02-26
Huge refactoring
Jurriaan Pruis
2013-09-13
Fixes for anchor swapping when adding images. - Two -> One swap still pending.
Randy Morgan
2013-08-17
refactored stupidity
Randy Morgan
2013-08-17
safe to camel all values
Randy Morgan
2013-08-17
ensure that values are camelized for serialized attributes
Randy Morgan
2013-04-19
Added prep for 1.3.6 release
Randy Morgan
2012-11-25
Updated readme and docs for pre 1.3.4 release
Randy Morgan
2012-11-25
Patched serilalized_element_attributes to properly update value from called b...
Randy Morgan
2012-11-25
Refactored header_footer element serialization.
Randy Morgan
2012-11-05
completed documentation
Randy Morgan
2012-10-18
Patched serialized attributes to use double quotes for attribute values
Randy Morgan
2012-10-14
Patched serialized_attributes for 1.8.7
Randy Morgan
2012-10-14
updated serialized_attributes to reject nil values
Randy Morgan
2012-10-14
Corrected serializable_attributes declaraion and added an additional_attribut...
Randy Morgan
2012-10-14
Extracted attriubte serialization
Randy Morgan