Your routes, in JavaScript
 
 
Go to file
Adam Davies 984317e4fc Simplified logic & added comments to main routes.rb generator, and removed compression
Kept compression of route list, but removed compression of route names.  This compression was working by finding words > 5 chars, and encoding them in #{}, then decoding upon load in browser.  Since the difference wasn't really great, and caused extra work for browser, I took it out.
2009-06-10 15:02:25 +09:30
bin Initial commit 2008-04-17 11:47:13 +02:00
lib Simplified logic & added comments to main routes.rb generator, and removed compression 2009-06-10 15:02:25 +09:30
tasks Initial commit 2008-04-17 11:47:13 +02:00
test Initial commit 2008-04-17 11:47:13 +02:00
README That was totally the wrong repository 2009-03-12 16:24:35 +01:00
Rakefile Initial commit 2008-04-17 11:47:13 +02:00
init.rb Removed auto-generate on boot, as routes don't seem to load at time of init 2009-06-10 14:56:46 +09:30
install.rb Initial commit 2008-04-17 11:47:13 +02:00
uninstall.rb Initial commit 2008-04-17 11:47:13 +02:00

README

JavascriptRoutes
================

Description goes here