factory_bot icon indicating copy to clipboard operation
factory_bot copied to clipboard

Addresses path collisions on case-insensitive file systems

Open grekko opened this issue 1 year ago • 1 comments

Replacement for #1581

Why are the changes necessary?

See issue description at https://github.com/thoughtbot/factory_bot/issues/1580

What changes are proposed?

The 2 conflicting file paths are:

  • docs/src/summary.md: An intro describing the contents
  • docs/src/SUMMARY.md: An index file listing the relevant individual docs

Renames docs/src/summary.md -> docs/src/readme.md Renames docs/src/SUMMARY.md -> docs/src/summary.md

grekko avatar Jun 13 '23 08:06 grekko

Note that the SUMMARY.md file has significance to mdbook.

mike-burns avatar Sep 01 '23 11:09 mike-burns

Fixed by https://github.com/thoughtbot/factory_bot/pull/1666 🥳

sarahraqueld avatar Jun 21 '24 11:06 sarahraqueld