Skip to content

Commit

Permalink
Add link to Rake intro (review expects students to have been exposed …
Browse files Browse the repository at this point in the history
…to Rake, but it was removed from Bookmark Manager in 2018)

Partly fixes makersacademy/course#914
  • Loading branch information
david-mears committed Nov 28, 2019
1 parent 7b64a68 commit c1cd825
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/review.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,9 @@ then commit and push. Please also ensure you follow the Ruby style guide regard

https://github.com/bbatsov/ruby-style-guide

## Ensure Rakefile has Appropriate Tasks
## Nice-to-have: Ensure Rakefile has Appropriate Tasks

(We removed Rake from the Bookmark Manager sequence in 2018, but it's nice to know about. Here is [the step](../bookmark_manager/using_rake.md) and here's [the walkthrough](../bookmark_manager/using_rake.md).)

Any scripts that touch the database or working area should be moved to the Rakefile.

Expand Down

0 comments on commit c1cd825

Please sign in to comment.