Page 1 of 1

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

Posted: Mon Dec 02, 2013 11:08 pm
by Robert Martin

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.


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

Posted: Mon Dec 02, 2013 11:46 pm
by Igor

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

Posted: Wed Dec 04, 2013 7:47 pm
by Robert Martin

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


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

Posted: Thu Dec 05, 2013 9:20 am
by Maryna Brodina

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.