1. 03 11月, 2013 10 次提交
  2. 02 11月, 2013 2 次提交
  3. 01 11月, 2013 2 次提交
  4. 31 10月, 2013 2 次提交
  5. 30 10月, 2013 1 次提交
  6. 29 10月, 2013 2 次提交
  7. 28 10月, 2013 2 次提交
  8. 27 10月, 2013 1 次提交
    • J
      added schema_migrations_table_name to ActiveRecord::Base in order that the... · 26638f0a
      Jerad Phelps 提交于
      added schema_migrations_table_name to ActiveRecord::Base in order that the name of the schema migrations table can be configured.
      
      consolidated test_schema_migrations_table_name tests
      
      Added changelog entry
      
      edited changelog
      
      removed commented lines
      
      removed reader
      
      ensure the schema migrations table is reset at end of test
      
      added entry to configuration guide
      
      guides typo and changelog order
      26638f0a
  9. 25 10月, 2013 8 次提交
  10. 22 10月, 2013 3 次提交
  11. 21 10月, 2013 4 次提交
  12. 18 10月, 2013 1 次提交
  13. 16 10月, 2013 1 次提交
    • D
      Pluck on NullRelation accepts a list of columns · 23dfc39e
      Derek Prior 提交于
      `pluck` was updated to accept a list of columns, but the `NullRelation`
      was never updated to match that signature. As a result, calling `pluck`
      on a `NullRelation` results in an `ArgumentError`.
      23dfc39e
  14. 15 10月, 2013 1 次提交