I have an existing web application that I have built with Ruby on Rails. I would like to use the existing database I have in Postgres to utilize within the mobile app.
I have an existing web application that I have built with Ruby on Rails. I would like to use the existing database I have in Postgres to utilize within the mobile app.
THanks, Igor, that made sense. I am pulling my data into my app by referencing the URL, and I can see all of my data on the home page. However, when I set up to navigate to a specific page, I don't get the specific id that I want, it just shows me the same data no matter what image I click on. Example of screen shot is below:
Link to app is below:
http://appery.io/app/mobile-frame?src...
Any assistance you could provide would be grateful.
Thanks,
Robert
Hello! As we can see you add request parameter "query" to request. But this request parameter won't affect your service response. In browser try to add this parameter with needed value in URL, for example pre?query=7/preresult won't change.