1. 20 2月, 2013 1 次提交
  2. 20 1月, 2013 1 次提交
  3. 30 12月, 2012 2 次提交
  4. 27 12月, 2012 1 次提交
    • S
      Note about migration timestamps. · d9ce4fa7
      Steve Klabnik 提交于
      We should mention that the ordering matters with regards
      to timestamps, and not imply that it's just for uniqueness
      purposes.
      
      Closes #8610.
      d9ce4fa7
  5. 22 12月, 2012 1 次提交
  6. 08 12月, 2012 1 次提交
  7. 03 12月, 2012 1 次提交
  8. 02 12月, 2012 1 次提交
    • S
      Migration Guide: General fix-up · 4a938362
      Steve Klabnik 提交于
      This introduces a bunch of editing/re-writing to the migrations guide.
      There were a bunch of small changes, and a few larger ones:
      
      * mysql does support transactions.
      * Add a section about db/seeds.rb
      * Largely re-wrote the first few sections
      4a938362
  9. 30 11月, 2012 1 次提交
  10. 29 11月, 2012 4 次提交
  11. 16 11月, 2012 1 次提交
  12. 28 10月, 2012 1 次提交
  13. 17 10月, 2012 2 次提交
  14. 14 10月, 2012 1 次提交
  15. 11 10月, 2012 1 次提交
    • K
      Expand caveat about models in migrations (rails guide) · a1d2f693
      Katrina Owen 提交于
      This is an attempt to address issue #6939, where an earlier migration
      added a column to the database, and a later migration uses a model and
      references that column.
      
      When both migrations were run together with `rake db:migrate` the column
      information in memory still referenced the old table structure.
      
      Running the migrations separately fixed this, as a new connection was
      then established before referencing the model. Explicitly calling
      `reset_column_information` is a more reliable workaround.
      a1d2f693
  16. 07 10月, 2012 1 次提交
  17. 02 10月, 2012 3 次提交
  18. 22 9月, 2012 1 次提交
  19. 18 9月, 2012 9 次提交
  20. 08 9月, 2012 1 次提交
  21. 03 9月, 2012 1 次提交
    • A
      Fixed validation issue and titles in Migrations guide [ci skip] · 10520675
      Aldo "xoen" Giambelluca 提交于
      Changed the title of the 3.5 chapter from "Using the change Method" to
      "When to Use the change Method" since the chapter tells the migration
      definitions supported by the change method. This fix the duplicate ID in the
      document.
      
      I've also changed some of the titles to respect the Guides guidelines.
      10520675
  22. 22 8月, 2012 1 次提交
  23. 09 7月, 2012 1 次提交
    • A
      Update migrations guide · 07ebc53d
      Aleksey Magusev 提交于
      Add a paragraph about references statements in migration generator
      and the subchapter "Supported type modifiers"
      07ebc53d
  24. 31 5月, 2012 1 次提交
  25. 29 5月, 2012 1 次提交