Skip to content

Commit

Permalink
documentation cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
tomcz committed Sep 17, 2011
1 parent 1f6677a commit e8fc3ce
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 14 deletions.
14 changes: 0 additions & 14 deletions README

This file was deleted.

16 changes: 16 additions & 0 deletions README.md
@@ -0,0 +1,16 @@
This project contains the depot application as described in the Agile Development with Rails book from the
[Pragmatic Programmers](http://pragprog.com/titles/rails3/agile-web-development-with-rails-third-edition).

Departures from the book:

1. All model objects use a UUID as their primary key, rather than the standard Rails autogenerated numeric key.

2. Uses [HAML](http://haml-lang.com/) and [SASS](http://sass-lang.com/) for HTML & CSS generation.

3. The user, product and store controllers have been modified to use the [POST-REDIRECT-GET][PRG]
web application design pattern as an exercise to see what it takes to make active-resource controllers
(and other rails controllers) behave nicely with browsers' back & refresh buttons.

4. Using [RSpec](http://rspec.info/) and [Cucumber](http://cukes.info/) for testing.

[PRG]: http://en.wikipedia.org/wiki/Post/Redirect/Get

0 comments on commit e8fc3ce

Please sign in to comment.