I retrieved all cards via all_cards = MTG::Card.all and found all release dates to be nil. To double check this, I did all_cards.map(&:release_date).uniq and got [nil]. I can probably derive it from the set, but since the docs show release date as a property of the Card class, I thought I would open up an issue.