route_translator
route_translator copied to clipboard
Drop the engine support
I'm going to drop the engine support, because it is buggy and the implementation is partial.
A proper engine support should
- Preserve the
engine
helper (#166); and - Should not duplicate :locale in paths (#173).
If there is someone that would contribute to this and submit a PR, please make sure that the aforementioned points are checked
Wow, we are using the engine mount feature and worked around the first problem successful (see https://github.com/enriclluelles/route_translator/issues/166#issuecomment-759423140) I think it is possible to implement this in route_translator.
The second problem (addressed in #173) does not hit us, cause we don't use route_translator inside the mounted engine. But it looks like there should be a solution.
I am against dropping this feature, cause even in its current state it is usefull for us. I can help to provide a fix to #166, if the project is interested.
I can help to provide a fix to #166, if the project is interested.
Thanks!
I will not drop it for the moment. It took 3 years to release the breaking change explained in #171 to fix #87
If you know how to improve the engine support, feel free to submit a PR, it will be very welcomed