I am using eRuby on a Linux server. I have my Web pages on the server and can access them.
1. I want to query my PostgreSQL DB.
2. Parse the data into an Array
3. Use eRuby to update my Web pages with the Array.
Does any body out there have code I could have to get me started?
Thanks in advance.
1. I want to query my PostgreSQL DB.
2. Parse the data into an Array
3. Use eRuby to update my Web pages with the Array.
Does any body out there have code I could have to get me started?
Thanks in advance.
Comment