1. 22 12月, 2012 1 次提交
  2. 19 12月, 2012 1 次提交
  3. 29 10月, 2012 2 次提交
  4. 29 9月, 2012 1 次提交
    • J
      Support for partial inserts. · 144e8691
      Jon Leighton 提交于
      When inserting new records, only the fields which have been changed
      from the defaults will actually be included in the INSERT statement.
      The other fields will be populated by the database.
      
      This is more efficient, and also means that it will be safe to
      remove database columns without getting subsequent errors in running
      app processes (so long as the code in those processes doesn't
      contain any references to the removed column).
      144e8691
  5. 15 9月, 2012 2 次提交
  6. 18 8月, 2012 1 次提交
  7. 25 6月, 2012 1 次提交
    • P
      Revert "Merge pull request #6344" · ceb68d18
      Piotr Sarnacki 提交于
      This commit needs to be reverted because it introduces difficulties when
      using sqlite3 in development and other databases in production. This
      happens because when you create time column in sqlite3, it's dumped as
      datetime in schema.rb file.
      
      This reverts commit 57d534ee, reversing
      changes made to 20f049fb.
      
      Conflicts:
      
      	activerecord/test/cases/adapters/sqlite3/sqlite3_adapter_test.rb
      ceb68d18
  8. 24 5月, 2012 1 次提交
    • V
      Revert "Remove blank trailing comments" · 1ad0b378
      Vijay Dev 提交于
      This reverts commit fa6d921e.
      
      Reason: Not a fan of such massive changes. We usually close such changes
      if made to Rails master as a pull request. Following the same principle
      here and reverting.
      
      [ci skip]
      1ad0b378
  9. 20 5月, 2012 1 次提交
    • H
      Remove blank trailing comments · fa6d921e
      Henrik Hodne 提交于
      For future reference, this is the regex I used: ^\s*#\s*\n(?!\s*#). Replace
      with the first match, and voilà! Note that the regex matches a little bit too
      much, so you probably want to `git add -i .` and go through every single diff
      to check if it actually should be changed.
      fa6d921e
  10. 19 5月, 2012 1 次提交
  11. 17 5月, 2012 1 次提交
  12. 16 5月, 2012 4 次提交
  13. 15 5月, 2012 1 次提交
  14. 02 5月, 2012 1 次提交
  15. 27 4月, 2012 5 次提交
  16. 26 4月, 2012 1 次提交
  17. 29 12月, 2011 1 次提交
  18. 24 12月, 2011 1 次提交
  19. 08 12月, 2011 1 次提交
  20. 04 12月, 2011 1 次提交
  21. 11 8月, 2011 1 次提交
  22. 22 3月, 2011 1 次提交
  23. 24 11月, 2010 1 次提交
  24. 30 9月, 2010 2 次提交
  25. 09 7月, 2010 2 次提交
  26. 27 6月, 2010 1 次提交
  27. 03 2月, 2010 1 次提交
  28. 17 8月, 2009 1 次提交
  29. 14 5月, 2009 1 次提交