PikachuEXE
PikachuEXE
### Env - MacBook Pro (14-inch, 2021) - MacOS 12.1 - Docker Desktop 4.10.0 (82025) `docker info` ``` Client: Context: default Debug Mode: false Plugins: buildx: Docker Buildx (Docker Inc.,...
I tried to update from 0.1.2 > 0.1.4 `reform` `2.2.1` ### Code: ``` ruby require "reform" require "reform/rails" class SomeForm < Reform::Form include Reform::Form::ActiveModel::Validations # property... end ``` Got the...
This is for logging cache hit rate for specific cells Looking at caching server hit rate is useless and also inaccurate since rails 5.2's cache versioning
Suppose I have this cell for avatar: ``` ruby class AvatarCell < Cell::Rails BASE_CLASS = "mod-avatar" def show(options = {}) @user = options[:user] @size = options[:size] || :large @class =...
I am using cells (concept cells) So I kind of expect support for similar syntax in representable But this is what I need for rendering a controller loaded neighbourhoods (with...
as title
They were always returning `nil` (from SevenZipReader#close_file) Also changed &block + block.call to block_given? + yield
Both - [`SevenZipRuby::Reader.open`](https://github.com/masamitsu-murase/seven_zip_ruby/blob/v1.2.5/lib/seven_zip_ruby/seven_zip_reader.rb#L107) (not `#open`) - [`SevenZipRuby::Reader.open_file`](https://github.com/masamitsu-murase/seven_zip_ruby/blob/v1.2.5/lib/seven_zip_ruby/seven_zip_reader.rb#L144) (not `#open_file`) return `szr.close` instead of `block.call(szr)` which is inconvenient. The built-in `File` class does return block value when `File.open` is used with...
It's hard to manage stuff when sometimes current status is forgotten