-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Link to the sample hanami 2 todo app and deprecate dry-web-web_pipe. Also deprecate the rails sample application.
- Loading branch information
1 parent
4630014
commit e8bc840
Showing
4 changed files
with
22 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Hanami 2 and dry-rb integration | ||
|
||
`web_pipe` has been designed to integrate smoothly with | ||
the [hanami](https://hanamirb.org/) & [dry-rb](https://dry-rb.org/) ecosystems. It shares the same design | ||
principles, and it ships with some extensions that even make this | ||
integration painless (like [`:dry-schema`](../extensions/dry_schema.md) | ||
extension or [`:hanami_view`](../extensions/hanami_view.md)). | ||
|
||
If you want to use `web_pipe` within a hanami 2 application, you can take | ||
inspiration from this sample todo app: | ||
|
||
https://github.com/waiting-for-dev/hanami_2_web_pipe_todo_app |