Skip to content

Commit 1597474

Browse files
committed
README.md
1 parent 113d8c1 commit 1597474

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ Practice all aspects of Rails development.
1010

1111
## Baseline
1212
In this baseline, you'll create a new Rails application and get started with two of the major components: route, controller and view.
13-
1413
**-** Fork and clone this repository to your computer
1514
**-** Create a new Rails application using `rails new .`
1615
**-** create a `Tasks` controller
@@ -44,8 +43,6 @@ In this wave, we will expand the actions we support and introduce forms for user
4443
**-** this will give the user a new page with a **form** with the appropriate task fields
4544
**-** the site should take the user back to the task list after the new task is added
4645

47-
48-
4946
## Wave 3
5047
In this wave we will extend the interactivity with users, allowing them to edit existing tasks.
5148

@@ -59,7 +56,6 @@ In this wave we will extend the interactivity with users, allowing them to edit
5956
- Hint: Rendering _partials_ in Rails
6057

6158

62-
6359
## Wave 4
6460
In this wave, we will add the ability to delete tasks. We will also add the ability for a user to mark a task complete.
6561

@@ -70,3 +66,4 @@ In this wave, we will add the ability to delete tasks. We will also add the abil
7066
1. Mark a task complete
7167
**-** Add a button to the list of tasks on the home page that, when clicked, will mark a task complete
7268
**-** Update the database with the task's completed date
69+

0 commit comments

Comments
 (0)