Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Ticket #10241 (closed defect: fixed)

Opened 8 months ago

Last modified 8 months ago

[PATCH] doc that CookieStore is now default store for sessions

Reported by: hasmanyjosh Assigned to: core
Priority: normal Milestone: 2.x
Component: ActionPack Version: edge
Severity: normal Keywords: docs
Cc:

Description

Short doc patch to say that :cookie_session_store is now default. Also lists mem_cache_store as an option in AC::Base overview.

Attachments

cookie_store_default_docs.diff (4.0 kB) - added by hasmanyjosh on 11/22/07 05:01:11.
mmm, cookies

Change History

11/22/07 03:17:08 changed by hasmanyjosh

  • summary changed from [PATCH] doc that :cookie_session_store is now default to [PATCH] doc that :cookie_store is now default.

11/22/07 03:17:53 changed by hasmanyjosh

  • component changed from ActiveRecord to ActionPack.
  • summary changed from [PATCH] doc that :cookie_store is now default to [PATCH] doc that CookieStore is now default store for sessions.

11/22/07 03:58:45 changed by chuyeow

+1. I like the extra docs explaining the other options :)

Just 1 minor typo:

browswer -> browser

11/22/07 05:01:11 changed by hasmanyjosh

  • attachment cookie_store_default_docs.diff added.

mmm, cookies

11/22/07 05:48:49 changed by bitsweat

  • status changed from new to closed.
  • resolution set to fixed.

(In [8189]) Document that the cookie store is the default session store. Mention the memcached store. Closes #10241 [Josh Susser, Jeremy Kemper]