1. 24 11月, 2008 1 次提交
  2. 17 9月, 2008 1 次提交
  3. 01 9月, 2008 1 次提交
  4. 08 8月, 2008 1 次提交
  5. 25 5月, 2008 1 次提交
  6. 20 5月, 2008 1 次提交
  7. 07 1月, 2008 1 次提交
  8. 21 11月, 2007 1 次提交
  9. 07 11月, 2007 1 次提交
  10. 04 10月, 2007 1 次提交
  11. 02 10月, 2007 2 次提交
  12. 01 9月, 2007 1 次提交
  13. 23 6月, 2007 1 次提交
  14. 24 5月, 2007 1 次提交
  15. 18 5月, 2007 1 次提交
  16. 16 5月, 2007 3 次提交
  17. 15 5月, 2007 1 次提交
  18. 16 3月, 2007 1 次提交
  19. 21 2月, 2007 1 次提交
    • J
      Introduce a cookie-based session store as the Rails default. Sessions... · f2985769
      Jeremy Kemper 提交于
      Introduce a cookie-based session store as the Rails default. Sessions typically contain at most a user_id and flash message; both fit within the 4K cookie size limit. A secure hash is included with the cookie to ensure data integrity (a user cannot alter his user_id without knowing the secret key included in the hash). If you have more than 4K of session data or don't want your data to be visible to the user, pick another session store. Cookie-based sessions are dramatically faster than the alternatives.
      
      git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6184 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
      f2985769
  20. 19 2月, 2007 1 次提交
  21. 10 2月, 2007 1 次提交
  22. 28 1月, 2007 1 次提交
  23. 01 1月, 2007 3 次提交
  24. 24 11月, 2006 1 次提交
  25. 07 11月, 2006 1 次提交
  26. 21 9月, 2006 1 次提交
  27. 19 9月, 2006 1 次提交
  28. 30 8月, 2006 1 次提交
  29. 28 8月, 2006 1 次提交
  30. 26 8月, 2006 1 次提交
  31. 09 7月, 2006 1 次提交
    • J
      r4487@asus: jeremy | 2006-04-29 12:21:39 -0700 · 71234dae
      Jeremy Kemper 提交于
       Check whether @flash is defined? for warnings-safety.
       r4488@asus:  jeremy | 2006-04-29 12:23:15 -0700
       Check whether @flash is defined? for warnings-safety. Obviates nil? check.
       r4489@asus:  jeremy | 2006-04-29 12:45:18 -0700
       Check whether @session is defined? for warnings-safety.
       r4490@asus:  jeremy | 2006-04-29 12:50:41 -0700
       Check whether @rendering_runtime is defined? for warnings-safety.
       r4491@asus:  jeremy | 2006-04-29 12:55:01 -0700
       Check whether @_cycles is defined? for warnings-safety.
       r4492@asus:  jeremy | 2006-04-29 12:59:19 -0700
       Check whether instance variables are defined? for warnings-safety.
       r4493@asus:  jeremy | 2006-04-29 13:14:09 -0700
       Add nil @template to PrototypeHelperTest to suppress unitialized instance variable warning.
       r4494@asus:  jeremy | 2006-04-29 13:31:34 -0700
       Check whether @auto_index defined? for warnings-safety.
       r4495@asus:  jeremy | 2006-04-29 13:32:24 -0700
       Wrap content_columns redefinitions with silence_warnings.
       r4496@asus:  jeremy | 2006-04-29 13:35:28 -0700
       Wrap more redefinitions with silence_warnings.
       r4829@asus:  jeremy | 2006-07-08 10:59:20 -0700
       abstract unit, fix warnings
       r4830@asus:  jeremy | 2006-07-08 11:06:12 -0700
       Use parens to silence warning.
       r4831@asus:  jeremy | 2006-07-08 11:06:48 -0700
       Use parens to silence warning.
      
      
      git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4595 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
      71234dae
  32. 29 4月, 2006 1 次提交
  33. 24 4月, 2006 1 次提交
  34. 20 3月, 2006 1 次提交
  35. 16 3月, 2006 1 次提交