Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RhoConnect creates multiple routes for all capital SOURCE name #2

Open
freshdev1 opened this issue Jan 22, 2018 · 0 comments
Open

RhoConnect creates multiple routes for all capital SOURCE name #2

freshdev1 opened this issue Jan 22, 2018 · 0 comments

Comments

@freshdev1
Copy link

freshdev1 commented Jan 22, 2018

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant