Rails automation

Hello, I need to update some records (with data based on other records)
in
database everyday at for example 11 p.m. Is there a chance to automate
this
with rails?
I’m using postgresql.

On 17 July 2015 at 13:46, Bartłomiej Matlęga
[email protected] wrote:

Hello, I need to update some records (with data based on other records) in
database everyday at for example 11 p.m. Is there a chance to automate this
with rails?
I’m using postgresql.

You can write a rake task to do the job, then run it daily using cron.

Colin