Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix $LOAD_PATH to correctly require files
Other I would get errors like: LoadError: cannot load such file -- rails/api/generator (LoadError) We were loading the installed rails gem and not the current subdirectories This can be reproduced by doing `bundle clean --force` then `rake` Fixes rails#50739
- Loading branch information