Takumi Shotoku

Results 7 comments of Takumi Shotoku

Thanks for your feedback. I think it is a problem that usage is difficult to understand. I'll consider whether to update the README or display a message to help.

I'm sorry, the reply was delayed. > Isn't the intention of this PR to add multi-model authentications to allow two independent log-in flows eventually? I've been looking into that as...

I confirmed that it is fixed by changing the code as follows. ```diff diff --git rule_getter.go rule_getter.go index 7491627..5a60d28 100644 --- rule_getter.go +++ rule_getter.go @@ -41,10 +41,7 @@ func (rg...

@skipkayhil `bundle install` requires `.ruby-version`, so you should modify the Dockerfile as well. I think you should modify the following parts. https://github.com/rails/rails/blob/d99e355390ec3abea129eed88f003ef2171c5177/railties/lib/rails/generators/rails/app/templates/Dockerfile.tt#L42-L46

@drwl [CI failed](https://github.com/drwl/annotaterb/actions/runs/13556127482), so I fixed `Style/StringLiterals` and force-pushed.

@drwl I have tested it in a Rails app using packwerk. It worked with this change.

learnings を status と practice_id でスキャンしているように見えるので、この2つのカラムに index をつけるのが良さそう。 ```ruby add_index :learnings, %i[practice_id status] ``` 開発環境で試しに index をつけた結果は以下の通りです。 ``` Hash Join (cost=1.55..7.53 rows=1 width=948) Hash Cond: (users.id = learnings.user_id) -> Seq...