Released: Sep 02, 2009, Running time: 19 min
In this episode:
Adding a Brand to be monitored by Brandizzle.
Add to cart$5.00Released: Sep 02, 2009, Running time: 19 min
In this episode:
Adding a Brand to be monitored by Brandizzle.
Add to cart$5.00In this episode we go through the BDD cycle to add the feature of creating BrandS in Brandizzle.
Steps:
2 comments
takaaki
over 2 years ago
Can you explain “migrate” command/alias you guys use? Is this a combination of “rake db:migrate && rake db:test:clone”?
Istvan Hoka
over 2 years ago
In reply to takaaki
Can you explain “migrate” command/alias you guys use? Is this a combination of “rake db:migrate && rake db:test:clone”?
Yes, that is the exact alias for migrate. It is what Ryan Bates uses in Railscasts.
You can find this alias and a bunch of other command-line goodies in Ryan Bates’ dotfiles on github.