Here's what I did to get things working.
Yep, over at: https://developer.apple.com
Here's what I did to get things working.
Yep, over at: https://developer.apple.com
| - Install XCode from the app store. | |
| - Install XCode command-line tools. | |
| $ xcode-select --install | |
| - Install home brew. http://brew.sh/ | |
| $ ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" | |
| - Install database development packages. | |
| $ brew install postgresql |
| def self.update_espn_headlines | |
| headlines = EspnRb.headlines.all.response | |
| headlines["headlines"].each do |headline| | |
| puts "XXXXXXX" | |
| puts headline["title"] | |
| puts "XXXXXXX" | |
| end | |
| nil | |
| end |