1. 22 1月, 2014 1 次提交
  2. 19 12月, 2013 1 次提交
  3. 15 12月, 2013 1 次提交
  4. 03 12月, 2013 4 次提交
  5. 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
  6. 01 10月, 2013 1 次提交
  7. 29 9月, 2013 1 次提交
  8. 28 9月, 2013 1 次提交
  9. 25 9月, 2013 1 次提交
  10. 22 9月, 2013 1 次提交
  11. 13 9月, 2013 1 次提交
  12. 27 8月, 2013 1 次提交
  13. 23 8月, 2013 1 次提交
  14. 07 8月, 2013 1 次提交
  15. 12 7月, 2013 1 次提交
  16. 20 6月, 2013 1 次提交
  17. 28 5月, 2013 1 次提交
  18. 20 5月, 2013 2 次提交
  19. 01 5月, 2013 3 次提交
  20. 30 4月, 2013 2 次提交
  21. 03 4月, 2013 1 次提交
  22. 25 3月, 2013 1 次提交
  23. 25 2月, 2013 1 次提交
    • Y
      remove AR auto-explain (config.auto_explain_threshold_in_seconds) · d3688e02
      Yves Senn 提交于
      We discussed that the auto explain feature is rarely used.
      This PR removes only the automatic explain. You can still display
      the explain output for any given relation using `ActiveRecord::Relation#explain`.
      
      As a side-effect this should also fix the connection problem during
      asset compilation (#9385). The auto explain initializer in the `ActiveRecord::Railtie`
      forced a connection.
      d3688e02
  24. 02 2月, 2013 1 次提交
  25. 23 1月, 2013 1 次提交
  26. 22 1月, 2013 2 次提交
  27. 20 1月, 2013 1 次提交
    • T
      Replaced documentation for... · 46752092
      Thomas Drake-Brockman 提交于
      Replaced documentation for config.action_controller.raise_on_unpermitted_parameters with documentation for config.action_controller.action_on_unpermitted_params.
      46752092
  28. 11 1月, 2013 1 次提交
  29. 07 1月, 2013 1 次提交
  30. 05 1月, 2013 3 次提交