search for: bsf_scrape

Displaying 1 result from an estimated 1 matches for "bsf_scrape".

2013 Nov 01
0
Using Chef to set the database name, username, and password
One of my Ruby on Rails apps is Bargain Stock Funds (https://github.com/jhsu802701/bsf), and it relies on a Ruby gem called bsf_scrape (https://github.com/jhsu802701/bsf_scrape) to obtain and process data on stock funds and then save the results in a PostgreSQL database. As you well know, the config/database.yml file needs the database name, the username, and the password. My procedures for handling this work but are clunky an...