1. 11 1月, 2009 1 次提交
  2. 11 12月, 2008 1 次提交
  3. 04 11月, 2008 3 次提交
  4. 06 10月, 2008 1 次提交
  5. 16 9月, 2008 5 次提交
  6. 04 9月, 2008 1 次提交
  7. 24 8月, 2008 1 次提交
  8. 03 8月, 2008 1 次提交
  9. 28 7月, 2008 1 次提交
  10. 19 7月, 2008 1 次提交
  11. 16 7月, 2008 1 次提交
  12. 25 5月, 2008 1 次提交
  13. 22 5月, 2008 1 次提交
  14. 05 4月, 2008 1 次提交
  15. 23 12月, 2007 1 次提交
  16. 22 12月, 2007 1 次提交
  17. 30 11月, 2007 1 次提交
  18. 08 11月, 2007 1 次提交
  19. 07 11月, 2007 2 次提交
  20. 14 8月, 2007 1 次提交
    • M
      Change the implementation of ActiveRecord's attribute reader and writer methods: · 5b801b59
      Michael Koziarski 提交于
       * Generate Reader and Writer methods which cache attribute values in hashes.  This is to avoid repeatedly parsing the same date or integer columns.
       * Move the attribute related methods out to attribute_methods.rb to de-clutter base.rb
       * Change exception raised when users use find with :select then try to access a skipped column.  Plugins could override missing_attribute() to lazily load the columns.
       * Move method definition to the class, instead of the instance
       * Always generate the readers, writers and predicate methods.
      
      
      git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7315 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
      5b801b59
  21. 17 3月, 2007 1 次提交
  22. 22 2月, 2007 1 次提交
  23. 12 1月, 2007 1 次提交
  24. 02 1月, 2007 1 次提交
  25. 03 11月, 2006 1 次提交
  26. 11 10月, 2006 1 次提交
  27. 20 6月, 2006 1 次提交
    • J
      r4644@asus: jeremy | 2006-06-16 14:57:03 -0700 · 15aa6e05
      Jeremy Kemper 提交于
       locking
       r4645@asus:  jeremy | 2006-06-17 12:41:30 -0700
       missing reply fixture
       r4646@asus:  jeremy | 2006-06-19 13:05:23 -0700
       Use a per-thread (rather than global) transaction mutex so you may execute concurrent transactions on separate connections.
       r4647@asus:  jeremy | 2006-06-19 13:07:23 -0700
       PostgreSQL: introduce allow_concurrency option which determines whether to use blocking or asynchronous #execute. Adapters with blocking #execute will deadlock Ruby threads. The default value is ActiveRecord::Base.allow_concurrency.
       r4648@asus:  jeremy | 2006-06-19 13:08:40 -0700
       Pass the default allow_concurrency when instantiating new connections.
       r4649@asus:  jeremy | 2006-06-19 13:11:12 -0700
       Break out concurrent transaction tests and run them for PostgreSQLAdapter only (need to fork or system('some_test_script') for the other adapters)
       r4650@asus:  jeremy | 2006-06-19 13:42:48 -0700
       Row locking. Provide a locking clause with the :lock finder option or true for the default "FOR UPDATE".
       r4661@asus:  jeremy | 2006-06-19 15:36:51 -0700
       excise the junk mutex
      
      
      git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4460 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
      15aa6e05
  28. 30 4月, 2006 2 次提交
  29. 26 10月, 2005 1 次提交
  30. 25 9月, 2005 1 次提交
  31. 11 4月, 2005 1 次提交
  32. 24 2月, 2005 1 次提交