1. 16 1月, 2013 2 次提交
  2. 15 1月, 2013 1 次提交
  3. 14 1月, 2013 1 次提交
  4. 12 1月, 2013 1 次提交
    • C
      Deprecate `Rails::Generators::ActiveModel#update_attributes` · 2549a3b0
      Carlos Antonio da Silva 提交于
      Deprecate #update_attributes in favor of `#update`.
      
      ORMs that implement `Generators::ActiveModel#update_attributes` should change
      to `#update`. Scaffold controller generators should change calls like:
      
          @orm_instance.update_attributes(...)
      
      to:
      
          @orm_instance.update(...)
      
      This goes along with the addition of `ActiveRecord::Base#update`,
      introduced in cb2bd4aa.
      2549a3b0
  5. 11 1月, 2013 7 次提交
  6. 10 1月, 2013 2 次提交
  7. 09 1月, 2013 2 次提交
  8. 08 1月, 2013 9 次提交
  9. 07 1月, 2013 3 次提交
  10. 06 1月, 2013 12 次提交