I am looking around on how to mount other rack apps such as a grape API to my padrino application. I tried searching around but couldn't possibly find an answer.
I tried with the following way:
Padrino.mount("API", :app_file => "path_to_api_rb", :app_class => "MyApp::API").to("/")
But Padrino didn't start with this setting. It seems that facility is only for Padrino-sub apps. Has anyone tried this before?