public
Description: Gets the Rails flash object working with page cacheing.
Homepage:
Clone URL: git://github.com/pivotal/cacheable-flash.git
cacheable-flash / CHANGES
100644 20 lines (15 sloc) 0.43 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
- Implicitly adding js files to Rails include defaults (Patch from Michael Erb)
 
0.1.5
- Requiring version >= 1.1.2 of the json gem
- Converted tests into specs
 
0.1.4
- Added TestHelpers
- Added flash_cookie method for tests
 
0.1.3
- Require json in init.rb
 
0.1.2
- Flash on the Rails side is cleared when written to the cookie
- Uses existing cookie flash value
- Using Scriptaculous cookie.js library
 
0.1.1
- Added cookies.js