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

Loading multiple grape apps #35

Closed
adamgotterer opened this issue Jan 17, 2015 · 2 comments
Closed

Loading multiple grape apps #35

adamgotterer opened this issue Jan 17, 2015 · 2 comments

Comments

@adamgotterer
Copy link

I'm mounting multiple grape endpoints into rails. I'm able to use config.rack_app to set the app in each spec file without issue. But I was wondering if I could mass load (maybe in rspec) all the endpoints so they are all routable and available at once? Thanks!

@brooklynDev
Copy link
Owner

Since Rails itself is rack based, airborne supports Rails. Have you tried mounting the Rails application itself?

@adamgotterer
Copy link
Author

That worked for me. Thanks!

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

2 participants