1. 07 2月, 2013 1 次提交
    • J
      add ActiveRecord::AbstractAdapter#extensions and... · fba496f2
      Justin George 提交于
      add ActiveRecord::AbstractAdapter#extensions and ActiveRecord::ConnectionAdapters::PostgreSQLAdapter#extensions to allow dumping of enabled extensions to schema.rb, add ActiveRecord::SchemaDumper#extensions to dump extensions to schema.rb
      fba496f2
  2. 10 12月, 2012 1 次提交
    • J
      Move to the schema-migrations-metadata branch. · cff747d3
      Jeremy Kemper 提交于
      Pending work on graceful app upgrades.
      
      Revert "Merge pull request #8439 from joshsusser/fixes"
      
      This reverts commit ce8ac393, reversing
      changes made to b0e7b6f6.
      
      Revert "Merge pull request #8431 from joshsusser/schemadump"
      
      This reverts commit 036d3e1c, reversing
      changes made to 0c692f4d.
      
      Revert "Merge branch 'joshsusser-master' into merge"
      
      This reverts commit 0c692f4d, reversing
      changes made to 2e299fca.
      
      Conflicts:
      	activerecord/CHANGELOG.md
      	activerecord/lib/active_record/connection_adapters/abstract/schema_statements.rb
      	activerecord/test/cases/schema_dumper_test.rb
      cff747d3
  3. 06 12月, 2012 1 次提交
  4. 03 12月, 2012 1 次提交
  5. 14 9月, 2012 1 次提交
    • D
      Moves column dump specific code to a module included in AbstractAdapter · 4544d2bc
      Dan McClain 提交于
      Having column related schema dumper code in the AbstractAdapter. The
      code remains the same, but by placing it in the AbstractAdapter, we can
      then overwrite it with Adapter specific methods that will help with
      Adapter specific data types.
      
      The goal of moving this code here is to create a new migration key for
      PostgreSQL's array type. Since any datatype can be an array, the goal is
      to have ':array => true' as a migration option, turning the datatype
      into an array. I've implemented this in postgres_ext, the syntax is
      shown here: https://github.com/dockyard/postgres_ext#arrays
      
      Adds array migration support
      
      Adds array_test.rb outlining the test cases for array data type
      Adds pg_array_parser to Gemfile for testing
      Adds pg_array_parser to postgresql_adapter (unused in this commit)
      
      Adds schema dump support for arrays
      
      Adds postgres array type casting support
      
      Updates changelog, adds note for inet and cidr support, which I forgot to add before
      
      Removing debugger, Adds pg_array_parser to JRuby platform
      
      Removes pg_array_parser requirement, creates ArrayParser module used by
      PostgreSQLAdapter
      4544d2bc
  6. 08 9月, 2012 1 次提交
  7. 06 6月, 2012 1 次提交
  8. 11 4月, 2012 1 次提交
  9. 09 2月, 2012 1 次提交
  10. 10 1月, 2012 1 次提交
  11. 05 1月, 2012 3 次提交
  12. 19 11月, 2011 2 次提交
  13. 05 11月, 2011 1 次提交
  14. 22 9月, 2011 1 次提交
  15. 22 8月, 2011 2 次提交
  16. 14 8月, 2011 1 次提交
  17. 30 7月, 2011 1 次提交
  18. 30 5月, 2011 1 次提交
  19. 24 5月, 2011 1 次提交
  20. 12 1月, 2011 1 次提交
  21. 02 12月, 2010 3 次提交
  22. 27 10月, 2010 1 次提交
  23. 24 10月, 2010 1 次提交
  24. 17 10月, 2010 1 次提交
  25. 04 10月, 2010 2 次提交
  26. 14 8月, 2010 4 次提交
  27. 05 8月, 2010 1 次提交
  28. 17 6月, 2010 1 次提交
  29. 11 6月, 2010 1 次提交
  30. 09 5月, 2010 1 次提交