Ryunosuke Sato
Ryunosuke Sato
The following issues are blocker: - https://github.com/babel/babel/issues/2635 - https://github.com/babel/babel/pull/2768
The following micro benchmark shows `Array#sum` is better than `Array#map` with `Array#inject`. ``` ruby require 'benchmark' array = 4.times.to_a Benchmark.bm(24) {|x| x.report('Array#sum') do 100000.times { array.sum(0, &:itself) } end x.report('Array#map...
Currently, It seems the test against Rails 5.1 is not passed yet. So I specified the Rails versions that work on fastly-rails.
Since the release of sqlite3 2.x, CI breaks with the following error. ``` /opt/hostedtoolcache/Ruby/3.3.3/x64/lib/ruby/3.3.0/bundler/rubygems_integration.rb:237:in `block (2 levels) in replace_gem': Error loading the 'sqlite3' Active Record adapter. Missing a gem it...
Could you publish tags to github? - 1.8.5 -> d1af8cc0f53db1ea209c107d9419168ac5872d2b - 1.8.6 -> 23e6ab9650c5e3b045cfda57ad7e16def0b093ec
This following warning is shown in test. ``` /Users/ryunosuke.sato/src/github.com/rails/sprockets/lib/sprockets/mime.rb:2: warning: base64 was loaded from the standard library, but will no longer be part of the default gems starting from Ruby...