1. 17 12月, 2011 2 次提交
  2. 16 12月, 2011 16 次提交
  3. 15 12月, 2011 9 次提交
  4. 14 12月, 2011 5 次提交
    • J
      Stop the build asploding on 1.8.7 · 19bea9f1
      Jon Leighton 提交于
      19bea9f1
    • J
      bb44e5a8
    • J
      Add return for 1.8.7 · 665ef116
      Jon Leighton 提交于
      665ef116
    • J
      Unfluff the CI. · 3ab49f87
      Jon Leighton 提交于
      With transactional fixtures enabled, the session records would end up in
      @_current_transaction_records, and at the end of the transaction,
      methods would be called on them that would trigger method_missing and
      trigger attribute methods to be generated.
      
      However, at this point the sessions table would not exist, and the
      columns were not cached, so an exception would be raised because we
      can't find the columns to generate attribute methods for.
      
      Not sure exactly why this didn't crop up before but there have been
      changes to the schema cache code and perhaps that means that column data
      that was cached previously at that point is now uncached.
      3ab49f87
    • J
      Revert naive O(1) table_exists? implementation. · 38703ac8
      Jon Leighton 提交于
      It was a bad idea to rescue exceptions here. This can interfere with
      transaction rollbacks which seems to be the cause of current CI
      failure.
      
      Instead, each adapter should implement its own DB-specific O(1)
      implementation, and we fall back on the generic, slower, implementation
      otherwise.
      38703ac8
  5. 13 12月, 2011 5 次提交
  6. 12 12月, 2011 1 次提交
  7. 11 12月, 2011 2 次提交