1. 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
  2. 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
  3. 08 10月, 2012 1 次提交
  4. 24 9月, 2012 1 次提交
  5. 22 9月, 2012 1 次提交
  6. 09 9月, 2012 1 次提交
  7. 22 8月, 2012 1 次提交
  8. 01 8月, 2012 1 次提交
  9. 16 6月, 2012 4 次提交
  10. 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
  11. 29 5月, 2012 2 次提交
  12. 27 4月, 2012 1 次提交
  13. 26 4月, 2012 1 次提交
  14. 04 4月, 2012 2 次提交
  15. 14 3月, 2012 1 次提交
  16. 01 3月, 2012 2 次提交
  17. 21 1月, 2012 2 次提交
  18. 06 1月, 2012 1 次提交
  19. 29 12月, 2011 1 次提交
  20. 16 12月, 2011 1 次提交
  21. 13 12月, 2011 2 次提交
  22. 02 12月, 2011 1 次提交
  23. 25 5月, 2011 1 次提交
  24. 04 5月, 2011 2 次提交
  25. 24 4月, 2011 1 次提交
  26. 04 2月, 2011 1 次提交
  27. 20 12月, 2010 3 次提交
  28. 20 11月, 2010 2 次提交