1. 19 1月, 2006 1 次提交
  2. 15 1月, 2006 1 次提交
  3. 13 1月, 2006 5 次提交
  4. 12 1月, 2006 1 次提交
  5. 07 1月, 2006 1 次提交
  6. 03 1月, 2006 1 次提交
  7. 31 12月, 2005 4 次提交
  8. 27 12月, 2005 1 次提交
  9. 26 12月, 2005 2 次提交
  10. 24 12月, 2005 1 次提交
  11. 22 12月, 2005 1 次提交
  12. 20 12月, 2005 1 次提交
  13. 19 12月, 2005 1 次提交
  14. 17 12月, 2005 1 次提交
  15. 14 12月, 2005 2 次提交
  16. 13 12月, 2005 2 次提交
  17. 08 12月, 2005 1 次提交
  18. 02 12月, 2005 2 次提交
  19. 24 11月, 2005 1 次提交
  20. 23 11月, 2005 1 次提交
  21. 22 11月, 2005 4 次提交
  22. 21 11月, 2005 4 次提交
  23. 20 11月, 2005 1 次提交
    • J
      r3173@asus: jeremy | 2005-11-18 23:34:41 -0800 · cd8686b4
      Jeremy Kemper 提交于
       Ticket 2731 - sessions
       r3185@asus:  jeremy | 2005-11-19 18:02:51 -0800
       eliminate const redefinition warning
       r3186@asus:  jeremy | 2005-11-19 19:25:50 -0800
       Use :database option instead of :dbfile
       r3187@asus:  jeremy | 2005-11-19 19:34:31 -0800
       Data writer assigns to instance var.  Since nothing is calling write_attribute on the data column except for marshal_data, simplify data reader to lazy-unmarshal the data column (no worrying whether it's already unmarshaled)
       r3188@asus:  jeremy | 2005-11-19 19:35:40 -0800
       Explicitly create the session class so that subsequent requests for the session can find it in the database.  This is masking a problem with the controller losing its @session instance var and therefore requesting a new session.
       r3189@asus:  jeremy | 2005-11-19 19:36:40 -0800
       Using create unnecessarily  broadens the existing duck-typing so use new + save instead.
       r3194@asus:  jeremy | 2005-11-19 20:28:17 -0800
       Test creation of another instance while first instance is still active.  Should return same session_id.
       r3195@asus:  jeremy | 2005-11-19 20:39:45 -0800
       Always create new AR sessions rather than trying too hard to avoid database traffic.  References #2731.
      
      
      git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3100 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
      cd8686b4