Well, I’ve been looking around, and I can’t seem to find anything
remotely close to what I want to do (maybe I’m looking in the wrong
places?). What I need (or rather, will need, since my app isn’t at this
point yet. I’d just like to start writing out the code for it) is to
automatically update attributes for every user at a specific time each
day. Doing this at a login or an action is… well, I guess its doable,
but it makes far more sense do simply update it at a specific time of
day, each day. Is this even possible with Rails (everything else that I
could ever need to do seems to be, so I don’t see why this wouldn’t be
)? If not, any suggestions on how I could go about this (just point
me towards something that can do it, and I can hopefully handle the
rest)?
Thanks very much in advance for any help