Best way to copy a table using ActiveRecord

Jeff Miller wrote:

Hey guys, I'm trying to copy the entire content of table "actives" to the table "olds".

[...]

Why are you bothering? If this is simply a question of filtering inactive records, you probably should just have a flag for that.

Best,