-
For the ease of maintenance and further development, doing a rewrite of the Vagrantfile may be a good idea.
* Introducing a more object oriented style, as opposed to using globals everwhere
* …
-
Could you make a dockerized config example? Probably not even your problem, we had to config project based?
-
It would be great if there was the possibility to run tasks in parallel natively or using other gem e.g. "parallel_tests". Currently the task itself is single threaded, and with a larger codebase the …
-
## Expected behavior
Describe here how you expected RuboCop to behave in this particular situation.
```ruby
class MoneyController < ApplicationController
def index
render json: (Exchang…
-
As I tested the new streaming functionality, I found that when the parameters are not quite right it semi-silently fails:
```ruby
3.3.0 :044 > params
=>
{:model=>"claude-3-haiku-20240307",
:…
-
## Is your feature request related to a problem? Please describe.
I would like to have CLI options to autocorrect offenses by specifying a source code range like this:
```
rubocop \
--autoco…
-
Whenever I try to save a ruby file, its "modified" status will reset to modified shortly after
This only happens when the "AutoCorrect on Save" feature is selected
See screencast here :
http…
-
されていないので
-
Need these configs to be installed by a recipe:
- .editorconfig
- .eslint
- .slim-lint.yml
-
Apparently, DateTime should not be used except rare cases
> So when should you use DateTime in Ruby and when should you use Time? Almost certainly you'll want to use Time since your app is probably…