Skip to content

JumpstartLab/blogger_advanced

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blogger Advanced

This is a sample project for use with the tutorials at http://tutorials.jumpstartlab.com

Please do not take it as a set of best practices. In fact, there are many intentional inefficiencies or points of ugliness setup for "fixing" through tutorial exercises.

Getting Started

git clone git://github.com/JumpstartLab/blogger_advanced.git
cd blogger_advanced
bundle
rake db:migrate
rails server

Branches

There are some branches to show some functionality.

  • bootstrap: it's the updated Blogger. It will probably be merged into master soon.
  • api: shows a single responsibility API controller for the articles.
  • secure_api_with_basic_auth: implements basic authentication for the API articles controller.
  • secure_api_with_http_token: implements http token authentication for the API articles controller.

Contribute

If you find something that is outdated or doesn't work, feel free to submit a pull request. All contributions are greatly appreciated.