index
:
abra
master
A small Clojure library for reverse-routing in Compojure.
Carlo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Collapse
)
Author
2014-05-19
Fix the tests
Carlo Zancanaro
2014-05-19
Make the URL a full URL, with the HOST specified too
Carlo Zancanaro
2014-02-15
Change `with-url-fn` to use the result immediately as the route (not a map ↵
Carlo Zancanaro
of details)
2014-02-15
Docstrings for all public-facing functions
Carlo Zancanaro
2014-02-13
Rename project to 'abra', add 'add-middleware' function to maintain ↵
Carlo Zancanaro
reverse-routing through middleware stack
2013-09-09
Some utilities for testing (when used in other libraries)
Carlo Zancanaro
2013-09-02
Return nil on failure (instead of throwing), eval context with args as ↵
Carlo Zancanaro
provided (instead of nil)
2013-09-02
Handle the case of the top-level route being a var
Carlo Zancanaro
2013-09-02
Fix an issue relating to vars in the context macro
Carlo Zancanaro
2013-09-02
Fix a stupid mistake - left in some code by accident
Carlo Zancanaro
2013-09-02
Rewrite to handle dynamic vars with sub-routes - resolve routes ring-style
Carlo Zancanaro
2013-09-01
Clean it up a bit - it's mostly macros now, unfortunately
Carlo Zancanaro
2013-08-10
Initial commit.
Carlo Zancanaro