Commit Graph

5 Commits (master)

Author SHA1 Message Date
Adam Davies a863e01546 Minor vertical spacing 2009-06-10 15:03:02 +09:30
Adam Davies 46802f5085 Regenerated routes-min.js with new '_path' postfix to routes 2009-06-10 15:02:50 +09:30
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
Adam Davies 3c50f3c5ce Added '_path' to routes so you say Routes.bookings_path() instead of Routes.booking() 2009-06-10 14:53:58 +09:30
Tore Darell 2ea0ee5b85 Initial commit 2008-04-17 11:47:13 +02:00