SELECT "twos".* FROM "twos" ORDER BY "twos"."created_at" ASC LIMIT $1 [["LIMIT", 1]] => #<Two id: nil, unique1: 6701, unique2: 7, two: 1, four: 1, ten: 1, twenty: 1, hundred: 1, thousand: 701, twothousand: 701, fivethous: 1701, tenthous: 6701, odd: 3, even: 2, stringu1: "TXAAAA", stringu2: "HAAAAA", string4: "VVVVxx", created_at: "2016-12-25 03:20:42", updated_at: "2016-12-25 03:20:42”> >> Two.last Two Load (10.4ms) SELECT "twos".* FROM "twos" ORDER BY "twos"."created_at" DESC LIMIT $1 [["LIMIT", 1]] => #<Two id: nil, unique1: 4401, unique2: 9905, two: 1, four: 1, ten: 1, twenty: 1, hundred: 1, thousand: 401, twothousand: 401, fivethous: 4401, tenthous: 4401, odd: 3, even: 2, stringu1: "HNAAAA", stringu2: "ZQOAAA", string4: "HHHHxx", created_at: "2016-12-25 03:22:56", updated_at: "2016-12-25 03:22:56"> @barrettclark RubyConf AU