Changeset 645
- Timestamp:
- 09/17/07 07:26:57 (1 year ago)
- Files:
-
- trunk/app_generators/merb_plugin/templates/config/merb.yml (modified) (1 diff)
- trunk/lib/merb/server.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/app_generators/merb_plugin/templates/config/merb.yml
r525 r645 15 15 16 16 # Uncomment if you have more than one ORM or if you need to be specific about 17 # which memory store to use. Built-in options are: memory, cookie, or mem cache17 # which memory store to use. Built-in options are: memory, cookie, or mem_cache 18 18 #:session_store: sequel 19 19 trunk/lib/merb/server.rb
r644 r645 220 220 __DIR__ / "merb" / "session" / "memory_session", 221 221 "Using in-memory sessions; sessions will be lost whenever the server stops.") 222 register_session_type('mem cache',222 register_session_type('mem_cache', 223 223 __DIR__ / "merb" / "session" / "mem_cache_session", 224 224 "Using MemCache distributed memory sessions")
