instiki/app
Jacques Distler 20c99df440 Work around Rails flash bug
When redirected to another page, flash 
messages will not display if the query
string is longer than 10192 bytes. In
Instiki, certain rescue operations 
involve redirection, with the updated
content of the page passed as a query
parameter. Fall back to using the stored
content (ie, don't pass a query parameter)
if the content is too long.
2009-10-19 18:19:31 -05:00
..
controllers Work around Rails flash bug 2009-10-19 18:19:31 -05:00
helpers More ActiveRecord Association .length -> .size Optimizations 2009-09-04 00:09:39 -05:00
models Refactoring the Web Model (From James Herdman) 2009-09-05 23:02:52 -05:00
views Use AssetTagHelpers in S5 Template 2009-10-11 09:49:01 -05:00