1. 18 12月, 2019 1 次提交
  2. 11 7月, 2017 1 次提交
  3. 09 7月, 2017 1 次提交
  4. 02 7月, 2017 1 次提交
  5. 01 7月, 2017 1 次提交
  6. 18 1月, 2017 1 次提交
  7. 07 8月, 2016 1 次提交
  8. 24 5月, 2016 2 次提交
  9. 05 1月, 2015 1 次提交
  10. 04 1月, 2015 1 次提交
  11. 16 7月, 2014 1 次提交
  12. 09 4月, 2014 1 次提交
  13. 06 12月, 2013 1 次提交
    • M
      Fix issue with Kernel#silence_stream leaking file descriptors · ffe99774
      Mario Visic 提交于
      Calling Kernel#silence_stream creates a new file descriptor which isn't
      closed after it is used. As a result calling silence_stream multiple
      times leads to a build up of loose file descriptors and can cause issues
      in environments where garbage collection isn't run often.
      ffe99774
  14. 23 1月, 2013 1 次提交
  15. 01 11月, 2012 1 次提交
  16. 06 6月, 2012 1 次提交
    • A
      Eliminate dependency on Rails::VERSION::STRING · 870310db
      Andrew White 提交于
      To facilitate the use of ActiveSupport::Testing::Performance outside
      of a Rails application conditionally check for the presence of
      Rails::VERSION::STRING before including it in the environment string.
      870310db
  17. 01 6月, 2012 1 次提交
  18. 06 1月, 2012 1 次提交
  19. 21 12月, 2011 1 次提交
  20. 23 5月, 2011 1 次提交
  21. 19 9月, 2010 1 次提交
  22. 22 8月, 2010 1 次提交
  23. 14 8月, 2010 2 次提交
  24. 06 4月, 2010 1 次提交
  25. 29 3月, 2009 1 次提交
  26. 05 1月, 2008 1 次提交
  27. 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
  28. 01 6月, 2006 1 次提交
  29. 21 11月, 2005 2 次提交
  30. 07 11月, 2005 1 次提交
  31. 11 9月, 2005 2 次提交
  32. 15 2月, 2005 1 次提交
  33. 12 1月, 2005 1 次提交
  34. 02 1月, 2005 1 次提交