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
Age
Commit message (
Expand
)
Author
2023-07-05
Use encoding constant instead of hardcoded string
Geremia Taglialatela
2023-07-04
Merge pull request #288 from tagliala/chore/fix-non-local-exit-from-iterator
Zsolt Kozaroczy
2023-07-02
Remove conditional check for `encode` method
Geremia Taglialatela
2023-07-01
Fix Lint/NonLocalExitFromIterator offense
Geremia Taglialatela
2023-06-15
Fix redundant self offenses
Geremia Taglialatela
2023-06-13
Fix safe Style/Lambda offenses
Geremia Taglialatela
2023-06-10
Fix safe Style/ColonMethodCall offenses
Geremia Taglialatela
2023-06-05
Prefer `Kernel#format` to `String#%`
Geremia Taglialatela
2023-06-05
Fix Style/FormatString offenses
Geremia Taglialatela
2023-06-05
Merge pull request #274 from tagliala/chore/fix-negated-if-offenses
Zsolt Kozaroczy
2023-06-02
Fix negated if offenses
Geremia Taglialatela
2023-05-31
Remove redundant parentheses
Geremia Taglialatela
2023-05-31
Use Ruby 1.9 hash syntax
Geremia Taglialatela
2023-05-31
Fix Style/MutableConstant offenses
Geremia Taglialatela
2023-05-31
Fix string concatenation offenses in production code
Geremia Taglialatela
2023-05-31
Merge pull request #259 from tagliala/chore/enable-naming-cops
Zsolt Kozaroczy
2023-05-31
Merge pull request #255 from pkmiec/fixSimpleTypeListRegression
Zsolt Kozaroczy
2023-05-25
Enable Naming cops
Geremia Taglialatela
2023-05-24
Do not use collection literal in loops
Geremia Taglialatela
2023-05-24
Merge pull request #257 from tagliala/chore/improve-cell-type-from-value
Zsolt Kozaroczy
2023-05-24
Merge pull request #254 from tagliala/chore/performance-redundant-block-call
Zsolt Kozaroczy
2023-05-23
Improve Regexp validator
Geremia Taglialatela
2023-05-22
Use #== and #eql? from BasicObject
Paul Kmiec
2023-05-23
Fix Performance/RedundantBlockCall offense
Geremia Taglialatela
2023-05-23
Enable Security cops
Geremia Taglialatela
2023-05-22
Merge pull request #244 from tagliala/chore/remove-ruby-pre-25-code
Zsolt Kozaroczy
2023-05-22
Merge pull request #242 from tagliala/chore/fix-minor-safe-offenses
Zsolt Kozaroczy
2023-05-22
Merge pull request #240 from tagliala/chore/fix-void-contexts
Zsolt Kozaroczy
2023-05-21
Improve comments
Geremia Taglialatela
2023-05-20
Remove check needed for Ruby < 2.5
Geremia Taglialatela
2023-05-20
Remove minor safe offenses
Geremia Taglialatela
2023-05-20
Fix Lint/Void offenses
Geremia Taglialatela
2023-05-17
Merge branch 'master' into serializedAttributes
Zsolt Kozaroczy
2023-05-17
Merge branch 'master' into chore/use-delete-prefix-suffix
Zsolt Kozaroczy
2023-05-17
Merge branch 'master' into cacheColRef
Zsolt Kozaroczy
2023-05-16
Replace `sub` with `delete_prefix`/`delete_suffix`
Geremia Taglialatela
2023-05-15
Fix rubocop offenses
Paul Kmiec
2023-05-15
Serialize attributes more efficiently
Paul Kmiec
2023-05-15
Remove ability to set `u=` to true in favor of :single
Paul Kmiec
2023-05-15
Improve boolean validation constants (i.e. Axlsx::VALID_BOOLEAN_VALUES)
Paul Kmiec
2023-05-15
Corrected rubocop offenses in lib/axlsx.rb / test/tc_axlsx.rb
Paul Kmiec
2023-05-10
Fix `SimpleTypedList#to_a` and `SimpleTypedList#to_ary` returning the interna...
Paul Kmiec
2023-05-10
Derive SimpleTypedList from Array
Paul Kmiec
2023-05-10
Move definition of valid values and validator lambdas out of the methods to r...
Koza
2023-05-05
Write directly to file io instead of buffering the output in memory
Paul Kmiec
2023-05-05
Introduce BufferedZipOutputStream to avoid lots of small writes to Zip::Outpu...
Paul Kmiec
2023-05-05
Pipe output directly to str and avoid additional memory allocations
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-05-03
Fix safe, minor offenses to production code
Geremia Taglialatela
[next]