I have a standalone Ruby script that downloads web pages, scrapes data from these downloaded pages, and stores the results in a Postgres database. This script is to run nightly. (My project is called Bargain Stock Funds. This database stores data on mutual funds and ETFs.)
I am working on a Rails web site that needs to read data from this Postgres database and display information on selected mutual funds and/or ETFs.. How do I work with a database that already exists? The tutorials and examples out there seem to focus on creating a database rather than working with a pre-existing one. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-talk/-/uncHTL9GMMMJ. For more options, visit https://groups.google.com/groups/opt_out.

