File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 7
7
8
8
* Michael J Coyne*
9
9
10
- * Use Capybara registered ` :puma ` server config.
10
+ * Use Capybara registered ` :puma ` server config.
11
11
12
12
The Capybara registered ` :puma ` server ensures the puma server is run in process so
13
13
connection sharing and open request detection work correctly by default.
14
14
15
15
* Thomas Walpole*
16
16
17
- * Cookies ` :expires ` option supports ` ActiveSupport::Duration ` object.
17
+ * Cookies ` :expires ` option supports ` ActiveSupport::Duration ` object.
18
18
19
19
cookies[:user_name] = { value: "assain", expires: 1.hour }
20
20
cookies[:key] = { value: "a yummy cookie", expires: 6.months }
23
23
24
24
* Assain Jaleel*
25
25
26
- * Enforce signed/encrypted cookie expiry server side.
26
+ * Enforce signed/encrypted cookie expiry server side.
27
27
28
28
Rails can thwart attacks by malicious clients that don't honor a cookie's expiry.
29
29
You can’t perform that action at this time.
0 commit comments