Skip to content

Commit f1a60fb

Browse files
committed
Update Readme
1 parent 71f4529 commit f1a60fb

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

README.markdown

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,17 @@ cd blogger_advanced
1313
bundle
1414
rake db:migrate
1515
rails server
16-
```
16+
```
17+
18+
## Branches
19+
20+
There are some branches to show some functionality.
21+
22+
* bootstrap: it's the updated Blogger. It will probably be merged into master soon.
23+
* api: shows a single responsibility API controller for the articles.
24+
* secure_api_with_basic_auth: implements basic authentication for the API articles controller.
25+
* secure_api_with_http_token: implements http token authentication for the API articles controller.
26+
27+
## Contribute
28+
29+
If you find something that is outdated or doesn't work, feel free to submit a pull request. All contributions are greatly appreciated.

0 commit comments

Comments
 (0)