1. 14 1月, 2012 13 次提交
  2. 13 1月, 2012 1 次提交
  3. 11 1月, 2012 2 次提交
  4. 10 12月, 2011 1 次提交
  5. 09 12月, 2011 6 次提交
  6. 07 12月, 2011 2 次提交
  7. 30 11月, 2011 1 次提交
  8. 18 11月, 2011 2 次提交
  9. 11 11月, 2011 3 次提交
  10. 05 11月, 2011 1 次提交
  11. 31 10月, 2011 2 次提交
  12. 22 10月, 2011 1 次提交
  13. 20 10月, 2011 1 次提交
  14. 19 10月, 2011 2 次提交
  15. 15 10月, 2011 1 次提交
  16. 19 6月, 2011 1 次提交
    • G
      Changed the default value for the options argument on... · 3cc83a8f
      Grant Neufeld 提交于
      Changed the default value for the options argument on ActiveRecord::ConnectionAdapters::Table#column_exists? from nil to an empty Hash {}.
      
      That method calls through to ActiveRecord::ConnectionAdapters::SchemaStatements##column_exists? expects options to be a Hash.
      
      When options was nil, an error would occur in cases where the column did exist because the called method attempted to perform a key lookup on options.
      3cc83a8f