As far as I can tell 90% of information that can be found through a google search on compojure/ring is outdated for 0.4.0.

Can anyone point me toward some good current documentation?

Thanks!

link|improve this question

1  
I feel your pain. The official documentation is surprisingly terse - only 4 short pages and nothing other than routes and interactive development is covered there... – Bozhidar Batsov Jun 26 '10 at 6:01
And the first page is broken! – Tyler Jun 26 '10 at 6:53
feedback

4 Answers

up vote 2 down vote accepted

There's quite a lot of fairly up-to-date Compojure + GAE documentation available, mostly thanks to the Compojure on GAE blog. See also this blog post on the same topic.

Also, a lot of the outdated documentation will still be useful if you know where various parts of Compojure 0.3 were moved to in 0.4. A useful guide on that can be found here, with a follow-up discussion on Compojure's ggroup viewable here.

link|improve this answer
feedback

I had the same problem, so after alot of fighting i wrote a small tutorial:

part1: http://cleancode.se/2010/08/30/getting-started-with-compojure.html
and part2: http://cleancode.se/2010/09/03/getting-started-with-compojure2.html

it covers how to do a simple ajax todo list with compojure

link|improve this answer
thanks I will check this out – Tyler Sep 6 '10 at 1:57
feedback

This is a pretty good overview to get you started. It's a trivial app, but it covers everything from start to finish.

http://mmcgrana.github.com/2010/07/develop-deploy-clojure-web-applications.html

link|improve this answer
feedback

Also reading the tests from compojure/ring source, help a lot.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.