Blog
Going live in June 2024!
Going live in June 2024!
Rails test app continued! My next steps are to prioritize what needs updating - and it’s clearly the hardcoded values in both the API exporter file and the update tables job file. By the end of this article, I should have the ability to export another table without custom code beyond the FBRef url.
Four key pieces here: update table: Table.find(1)
in the...
Time to set up a new rails app. I’ve mainly followed the steps here, but with an eye towards adding infrastructure to pull information about soccer league tables using jobs. I’ll add some info about decision points here.
You can see progress on this project on GitHub. I’m just running things locally, so I can work more quickly and work off main.
This ended up...