Skip to content

Commit

Permalink
A few small fixes, included cookbook bug #16.
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanlarsen committed Feb 19, 2010
1 parent 8f36db9 commit d7071c6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 25-activation-lifecycle.patch
Expand Up @@ -23,7 +23,7 @@ implement our sign up procedures. Let's add an `inactive` state to
counter the `active` state that's present, and make it the default.
We should also add a block to our creation step to deliver the email.

We'll also add another request_password_reset transition becuase
We'll also add another `request_password_reset` transition becuase
it is possible that inactivated users will click on the forgot
password link.

Expand Down
2 changes: 2 additions & 0 deletions 40-filtering-stories-by-status-dryml.patch
Expand Up @@ -7,6 +7,8 @@ From: Bryan Larsen <bryan@larsen.st>
Rapid's `<table-plus>` is giving us some nice searching and sorting features on the project page. We can easily add some filtering into the mix, so that it's easy to, say, see only new stories.

First we'll add the filter control to the header of the table-plus. Rapid provides a `<filter-menu>` tag which is just what we need. We want to add it to the header section, before the stuff that's already there. In DRYML, you can prepend or append content to any named parameter. `<table-plus>` has a `header:` parameter, so we can use `<prepend-header:>`, like this:

SHOW_PATCH
---

app/views/projects/show.dryml | 5 +++++
Expand Down
2 changes: 1 addition & 1 deletion 67-auto-completion-controller.patch
Expand Up @@ -6,7 +6,7 @@ From: Bryan Larsen <bryan@larsen.st>

Now we'll create the form to add a new person to the project. We'll set it up so that you can type the user's name, with auto-completion, in order to add someone to the project.

First we need the controller side of the auto-complete. Add this declaration to `projects_controller.rb`:
First we need the controller side of the auto-complete. Add this declaration to `users_controller.rb`:

SHOW_PATCH
---
Expand Down

0 comments on commit d7071c6

Please sign in to comment.