What's New on Edge Rails #61
Week of March 11 - March 7, 2013
-
90a97156 adds a
rails test
command to run the test suite. Looks like this is meant to replace running tests directly through ruby or rake. -
3008994d brings in
generate scaffold password:digest
to ease some of the tasks of getting security right. -
a1bb6c8b renames
Relation#uniq
toRelation#distinct
(though there’s no deprecation and the older name will continue to work).