| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'master' of github.com:rails/rails | Aaron Patterson | 2011-04-07 | 1 | -1/+1 |
| |\ | | | | | | | | | | | | | | | | | | | * 'master' of github.com:rails/rails: Cache flash now Revert "Use freeze instead of close!" Revert "Eagerly load Signed and Permanent cookies" cookies here Eagerly load Signed and Permanent cookies Use freeze instead of close! | ||||
| | * | Cache flash now | Santiago Pastorino | 2011-04-07 | 1 | -1/+1 |
| | | | |||||
| | * | Revert "Use freeze instead of close!" | Santiago Pastorino | 2011-04-07 | 1 | -3/+9 |
| | | | | | | | | | This reverts commit 29592a7f09dda2e7e1e0a915d9230fe6a9b5c0af. | ||||
| | * | Use freeze instead of close! | Santiago Pastorino | 2011-04-06 | 1 | -9/+3 |
| | | | |||||
| * | | getting the flash hash under test | Aaron Patterson | 2011-04-06 | 1 | -0/+4 |
| | | | |||||
| * | | favor composition over inheritance, have FlashHash delegate to a Hash | Aaron Patterson | 2011-04-06 | 1 | -7/+40 |
| |/ | |||||
| * | Add ClosedError message to the initializer | Santiago Pastorino | 2011-04-06 | 1 | -5/+2 |
| | | |||||
| * | raise if someone tries to modify the flash when it was already streamed back ↵ | Santiago Pastorino | 2011-04-05 | 1 | -1/+19 |
| | | | | | to the client or converted to HTTP headers | ||||
| * | Use common terminology | Joost Baaij | 2010-08-27 | 1 | -3/+3 |
| | | |||||
| * | mention the alert and notice accessors on the flash | Joost Baaij | 2010-08-27 | 1 | -0/+5 |
| | | |||||
| * | Just reading flash messages should not create a session if one does not ↵ | José Valim | 2010-06-25 | 1 | -2/+9 |
| | | | | | exist yet. | ||||
| * | Restore flash sweep | Jeremy Kemper | 2010-06-05 | 1 | -1/+1 |
| | | |||||
| * | Stop the flash middleware from forcibly loading sessions even if the user ↵ | wycats | 2010-06-04 | 1 | -2/+2 |
| | | | | | doesn't use sessions at all | ||||
| * | added convenience methods #notice and #alert to flash.now | Martin | 2010-05-15 | 1 | -0/+10 |
| | | | | | Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
| * | Move Flash into middleware | Joshua Peek | 2010-01-15 | 1 | -0/+174 |
