1. 29 12月, 2015 6 次提交
  2. 28 12月, 2015 4 次提交
    • Y
      Merge pull request #22053 from Empact/first-loaded · 0d2675f8
      Yves Senn 提交于
      Fix #first(limit) to take advantage of #loaded? records if available
      0d2675f8
    • Y
      tests, don't connect to mysql when running sqlite3 tests. · 4b1f67a1
      Yves Senn 提交于
      This resolves the following error:
      
      ```
      Error:
      TestAdapterWithInvalidConnection#test_inspect_on_Model_class_does_not_raise:
      TypeError: superclass mismatch for class Mysql2Adapter
          /Users/senny/Projects/rails/activerecord/lib/active_record/connection_adapters/mysql2_adapter.rb:35:in `<module:ConnectionAdapters>'
          /Users/senny/Projects/rails/activerecord/lib/active_record/connection_adapters/mysql2_adapter.rb:34:in `<module:ActiveRecord>'
          /Users/senny/Projects/rails/activerecord/lib/active_record/connection_adapters/mysql2_adapter.rb:6:in `<top (required)>'
          /Users/senny/Projects/rails/activesupport/lib/active_support/dependencies.rb:302:in `require'
          /Users/senny/Projects/rails/activesupport/lib/active_support/dependencies.rb:302:in `block in require'
          /Users/senny/Projects/rails/activesupport/lib/active_support/dependencies.rb:268:in `load_dependency'
          /Users/senny/Projects/rails/activesupport/lib/active_support/dependencies.rb:302:in `require'
          /Users/senny/Projects/rails/activerecord/lib/active_record/connection_adapters/connection_specification.rb:174:in `spec'
          /Users/senny/Projects/rails/activerecord/lib/active_record/connection_handling.rb:50:in `establish_connection'
          /Users/senny/Projects/rails/activerecord/test/cases/invalid_connection_test.rb:12:in `setup'
      ```
      4b1f67a1
    • M
      Merge pull request #22809 from prathamesh-sonpatki/fix-broadcast-typo · 6cce589c
      Matthew Draper 提交于
      Removed extra "the" in the documentation of `broadcast_message` [ci skip]
      6cce589c
    • P
  3. 27 12月, 2015 6 次提交
  4. 26 12月, 2015 2 次提交
  5. 25 12月, 2015 8 次提交
  6. 24 12月, 2015 14 次提交