We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71f4529 commit f1a60fbCopy full SHA for f1a60fb
README.markdown
@@ -13,4 +13,17 @@ cd blogger_advanced
13
bundle
14
rake db:migrate
15
rails server
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