Yoshiyuki Kinjo
Yoshiyuki Kinjo
## Expected behavior Exit without error. ## Actual behavior ``` An error occurred while VariableForce cop was inspecting /path/to/test.rb. undefined method `conditional?' for nil:NilClass /Users/xxxx/.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/rubocop-1.34.1/lib/rubocop/cop/lint/shadowing_outer_local_variable.rb:73:in `same_conditions_node_different_branch?' /Users/xxxx/.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/rubocop-1.34.1/lib/rubocop/cop/lint/shadowing_outer_local_variable.rb:60:in `before_declaring_variable' /Users/xxxx/.rbenv/versions/2.7.6/lib/ruby/gems/2.7.0/gems/rubocop-1.34.1/lib/rubocop/cop/force.rb:34:in `public_send'...
``` bundle list Gems included by the bundle: * actionmailer (4.2.4) * actionpack (4.2.4) * actionview (4.2.4) * activejob (4.2.4) * activemodel (4.2.4) * activerecord (4.2.4) * activerecord-session_store (1.0.0) *...
`data_file` is not documented in https://scoutapm.com/docs/ruby/configuration but still working fine. Setting `data_file` is very important for us since file is created inside Rails app directory when server shuts down and...
### Describe your idea/feature/enhancement I `sam deploy`-ed 17 lambdas which shares `CodeUri` and `Runtime` (thus deduped build is enabled). Got following output: ``` Uploading to my-stack-name/eb7b8e83[...snip...] 17287115 / 17287115 (100.00%)...
### Motivation / Background This Pull Request has been created to reapply #39134. ### Detail #39134 is once merged but reverted at https://github.com/rails/rails/commit/25bc1c013472eb95120a5912345ea25c3cbf6f89 due to dependency on rack >= 2.2.0....
``` root_repo ├── rails_app │ └── package.json ├── package.json └── yarn.lock ``` With this monorepo structure, cssbundling-rails began to fail since 1.4.3. Error message of `bin/rails assets:precompile`: ``` bin/rails aborted!...
#10 is closed without fix. #12 fixes #10 but it involves other things to resolve. This PR try to fix #10 with minimum changes. Refer https://guides.rubyonrails.org/configuring.html#avoid-loading-rails-frameworks. This is true for...