Akito Hikasa

Results 5 issues of Akito Hikasa

New feature useful in the following case ```rb ActiveRecord::Schema.define do create_table :todo_lists do; end create_table :todo_items do |t| t.references :todo_list, null: false t.integer :priority, default: 1, null: false t.index [:todo_list_id,...

### Problem this feature will solve As I mentioned in https://github.com/thoughtbot/factory_bot/pull/1640, I want a scope for sequence. The previous PR I created was not reviewed, so I made it as...

feature

While execute spec with appraisal, I caught error. ``` An error occurred while loading ./spec/closure_tree/matcher_spec.rb. - Did you mean? rspec ./spec/closure_tree/has_closure_tree_root_spec.rb Failure/Error: ActiveRecord::Base.establish_connection LoadError: Error loading the 'sqlite3' Active Record...

Rails 7.2 has been released, and the main branch is moving towards Rails 8.0.

Although the query issued by the closure_tree_class.has_tree call has an optional argument `limit_depth` to reduce the load, the cost remains excessively high when dealing with the hierarchy table containing huge...