You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some commands live under rails others under rake and to the user it's not clear that there's a rhythm nor rime. Let's route all the rake commands through the rails command. It's still helpful and useful to use rake tasks such that we can allow others to declare task dependencies and such, but there's no reason it has to be exposed through rake on the CLI.
So after this, it should be rails test and rails db:setup.
nathanbirrell, Pysis868, Monte9, CaroWaye, a3y3 and 11 moreaesyondu, wwwbruno, ethancane and yasulab