1. 11 11月, 2013 3 次提交
  2. 10 11月, 2013 1 次提交
  3. 09 11月, 2013 1 次提交
    • Y
      log bind variables after they were type casted. · 97f0d9a0
      Yves Senn 提交于
      The log output used to be confusing in situation where type casting has
      "unexpected" effects. For example when finding records with a `String`.
      
      BEFORE:
      
      irb(main):002:0> Event.find("im-no-integer")
      D, [2013-11-09T11:10:28.998857 #1706] DEBUG -- :   Event Load (4.5ms)  SELECT "events".* FROM "events" WHERE "events"."id" = $1 LIMIT 1  [["id", "im-no-integer"]]
      
      AFTER:
      
      irb(main):002:0> Event.find("im-no-integer")
      D, [2013-11-09T11:10:28.998857 #1706] DEBUG -- :   Event Load (4.5ms)  SELECT "events".* FROM "events" WHERE "events"."id" = $1 LIMIT 1  [["id", 0]]
      97f0d9a0
  4. 07 11月, 2013 2 次提交
  5. 04 11月, 2013 1 次提交
  6. 03 11月, 2013 6 次提交
  7. 02 11月, 2013 1 次提交
  8. 31 10月, 2013 2 次提交
  9. 30 10月, 2013 1 次提交
  10. 28 10月, 2013 2 次提交
  11. 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
  12. 25 10月, 2013 5 次提交
  13. 22 10月, 2013 2 次提交
  14. 21 10月, 2013 3 次提交
  15. 20 10月, 2013 1 次提交
  16. 18 10月, 2013 1 次提交
  17. 16 10月, 2013 4 次提交
  18. 14 10月, 2013 3 次提交