aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2015-12-26README: Add a note about where to find the exercise solutionHEADmasterTeddy Wing
2015-12-26README: Change the titleTeddy Wing
Clarify that we're dealing with _web_ sessions.
2015-12-26README: Add a note about the licenseTeddy Wing
2015-12-26README: Add a note about this exercise's originTeddy Wing
2015-12-08Add LICENSE (MIT)Teddy Wing
2015-12-08Add README.mdTeddy Wing
Add information about the exercise, what you're supposed to do, how to access the session, and information about installing, running the server and testing.
2015-12-08Makefile: Add `pack` and `clean` tasksTeddy Wing
pack: Zips relevant files for distribution clean: Removes the zip file generated in `pack`.
2015-12-08Merge branch 'cleaned-for-exercise'Teddy Wing
2015-12-08Add MakefileTeddy Wing
Provide a task that runs the development server.
2015-12-08Add app.rb from branch 'solution'Teddy Wing
This file has been cleaned from its original implementation in the 'solution' branch to remove the solution to the exercise dealing with the session. Comments are added in spots where additional code must be filled in.
2015-12-08Add test/ from branch 'solution'Teddy Wing
2015-12-08Add views/ from branch 'solution'Teddy Wing
2015-12-08Add Rakefile from branch 'solution'Teddy Wing
2015-12-08Add Gemfile from branch 'solution'Teddy Wing
2015-12-07Add setup.shTeddy Wing
A setup file for initialising the project.
2015-12-07Add .gitignoreTeddy Wing
Ignore Bundler directories.
2015-12-07Initial commit. Add Gemfile.Teddy Wing
Use Sinatra.