1. 16 5月, 2013 2 次提交
  2. 25 4月, 2013 2 次提交
  3. 24 4月, 2013 1 次提交
  4. 14 3月, 2013 1 次提交
  5. 03 3月, 2013 1 次提交
  6. 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
  7. 20 2月, 2013 1 次提交
  8. 31 12月, 2012 1 次提交
  9. 29 11月, 2012 3 次提交
  10. 26 11月, 2012 1 次提交
  11. 13 11月, 2012 1 次提交
  12. 09 11月, 2012 1 次提交
    • A
      Gracefully handle upgrading apps with mass assigment configs · 42cfacfe
      Andrew White 提交于
      Most apps upgrading from 3.x will have options for mass assigment in
      their application.rb and environments/*.rb config files. Rather than
      just raising a NoMethodError when copying the config, this commit
      adds a warning message until either the protected_attributes gem
      is installed or the relevant config options are removed.
      42cfacfe
  13. 26 10月, 2012 1 次提交
    • J
      Remove ActiveRecord::Model · 9e4c41c9
      Jon Leighton 提交于
      In the end I think the pain of implementing this seamlessly was not
      worth the gain provided.
      
      The intention was that it would allow plain ruby objects that might not
      live in your main application to be subclassed and have persistence
      mixed in. But I've decided that the benefit of doing that is not worth
      the amount of complexity that the implementation introduced.
      9e4c41c9
  14. 08 10月, 2012 1 次提交
  15. 24 9月, 2012 1 次提交
  16. 22 9月, 2012 1 次提交
  17. 09 9月, 2012 1 次提交
  18. 22 8月, 2012 1 次提交
  19. 01 8月, 2012 1 次提交
  20. 16 6月, 2012 4 次提交
  21. 10 6月, 2012 1 次提交
    • S
      raise error for pending migration · 96f19f6c
      schneems 提交于
      can be configured by setting config.active_record.migration. Setting to :page_load will raise an error on each page refresh if there are migrations that are pending. Setting to :page_load is defaulted in development for new applications. 
      96f19f6c
  22. 29 5月, 2012 2 次提交
  23. 27 4月, 2012 1 次提交
  24. 26 4月, 2012 1 次提交
  25. 04 4月, 2012 2 次提交
  26. 14 3月, 2012 1 次提交
  27. 01 3月, 2012 2 次提交
  28. 21 1月, 2012 2 次提交
  29. 06 1月, 2012 1 次提交