Robert Martin
Posts: 0
Joined: Mon Dec 02, 2013 11:08 pm

Can I use an existing app that I created with Ruby on Rails and data within Postgres?

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.

Robert Martin
Posts: 0
Joined: Mon Dec 02, 2013 11:08 pm

Can I use an existing app that I created with Ruby on Rails and data within Postgres?

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

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Can I use an existing app that I created with Ruby on Rails and data within Postgres?

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.

Return to “Issues”