1. 26 5月, 2014 1 次提交
  2. 20 12月, 2013 1 次提交
  3. 10 8月, 2013 1 次提交
  4. 09 8月, 2013 1 次提交
  5. 28 2月, 2013 1 次提交
  6. 07 2月, 2013 1 次提交
  7. 28 1月, 2013 1 次提交
  8. 27 1月, 2013 1 次提交
    • D
      Fix cases where delete_records on a has_many association caused errors · 0a71c7b8
      Derek Kraan 提交于
      because of an ambiguous column name. This happened if the association
      model had a default scope that referenced a third table, and the third
      table also referenced the original table (with an identical
      foreign_key).
      
      Mysql requires that ambiguous columns are deambiguated by using the full
      table.column syntax. Postgresql and Sqlite use a different syntax for
      updates altogether (and don't tolerate table.name syntax), so the fix
      requires always including the full table.column and discarding it later
      for Sqlite and Postgresql.
      0a71c7b8
  9. 05 7月, 2012 1 次提交
    • F
      fix quoting for ActiveSupport::Duration instances · b5bb3535
      Francesco Rodriguez 提交于
      This patch fixes quoting for ActiveSupport::Duration instances:
      
          # before
          >> ActiveRecord::Base.connection.quote 30.minutes
          => "'--- 1800\n...\n'"
      
          # after
          >> ActiveRecord::Base.connection.quote 30.minutes
          => "1800"
      
      Also, adds a test for type casting ActiveSupport::Duration instances.
      
      Related to #1119.
      b5bb3535
  10. 10 3月, 2012 1 次提交
  11. 24 1月, 2012 1 次提交
  12. 21 1月, 2012 1 次提交
  13. 06 9月, 2011 1 次提交
  14. 15 4月, 2011 2 次提交
  15. 14 4月, 2011 1 次提交
  16. 30 12月, 2010 1 次提交
  17. 13 10月, 2010 8 次提交
  18. 04 8月, 2010 1 次提交
  19. 25 4月, 2010 1 次提交
  20. 04 8月, 2009 1 次提交
  21. 14 5月, 2009 1 次提交
  22. 16 10月, 2007 1 次提交
  23. 16 8月, 2007 1 次提交
  24. 28 1月, 2007 1 次提交
  25. 16 1月, 2007 1 次提交
  26. 20 11月, 2006 1 次提交
  27. 28 7月, 2006 1 次提交
  28. 09 7月, 2006 1 次提交
    • J
      r4704@asus: jeremy | 2006-06-27 12:00:19 -0700 · 2a12b568
      Jeremy Kemper 提交于
       decimal
       r4705@asus:  jeremy | 2006-06-27 12:20:47 -0700
       current_adapter? checks whether any of its arguments is the name of the current adapter class
       r4834@asus:  jeremy | 2006-07-08 13:08:24 -0700
       Room to float.
       r4835@asus:  jeremy | 2006-07-08 13:09:18 -0700
       Give lock test a few chances.
       r4836@asus:  jeremy | 2006-07-08 13:12:05 -0700
       Numeric and decimal columns map to BigDecimal instead of Float. Those with scale 0 map to Integer. Closes #5454.
      
      
      git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4596 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
      2a12b568
  29. 01 6月, 2006 1 次提交
  30. 26 3月, 2006 1 次提交
  31. 07 10月, 2005 1 次提交
  32. 06 10月, 2005 1 次提交