File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ Practice all aspects of Rails development.
1010
1111## Baseline
1212In 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
5047In 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
6460In 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
70661 . 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+
You can’t perform that action at this time.
0 commit comments