1. 15 6月, 2014 1 次提交
  2. 14 6月, 2014 18 次提交
  3. 13 6月, 2014 6 次提交
  4. 12 6月, 2014 3 次提交
  5. 11 6月, 2014 10 次提交
  6. 10 6月, 2014 2 次提交
    • S
      Silence warnings in tests. · 8a072fc0
      Sean Griffin 提交于
      ```
      activerecord/test/cases/adapters/postgresql/range_test.rb:159: warning: (...) interpreted as grouped expression
      activerecord/test/cases/finder_test.rb:38: warning: shadowing outer local variable - e
      activerecord/test/cases/finder_test.rb:43: warning: shadowing outer local variable - e
      ```
      8a072fc0
    • S
      Keep the types of virtual columns after yaml serialization · 47f1c10c
      Sean Griffin 提交于
      On MySQL and PostgreSQL, the adapter does not type cast virtual columns
      for us.
      47f1c10c