Hi guys,
I have found a bug recently. If we generate a source adapter with all capital letters, it generates a lowercased name files, but generates 2 routes when seen using the command rhoconnect routes. And on top of all this. It doesn't hit any of the route while still returns 200.
Steps to reproduce
- Run the following command
rhoconnect source ALLCAPSONLY
- The command will complete successfully, generate one controller and model files
- But when you see this
rhoconnect routes it displays 2 routes for it.
- Try making call to it, and you will not get any thing in return just plain 200 response.
RhoConnect 6.0 as well as Rhodes 6.0
P.S. I have only done this with ruby adapters, don't know about the Javascript ones.