I am new to Ruby-on-rails and need to be able to build a Rake file that will connect to a corporate data source and then use the data to update a table in SQLite3.
Is that possible? Should I be using a rake file?
I would eventually want to use a timer to run an update on a daily basis.