| Commit message (Expand) | Author | Age | Files | Lines |
* | Alias `assign_attributes` to `attributes=` for `AttributeAssignment` | Ryuta Kamizono | 2018-02-28 | 1 | -5/+0 |
* | Don't include unused `ActiveSupport::Concern` | Ryuta Kamizono | 2018-02-28 | 1 | -1/+0 |
* | Use frozen-string-literal in ActiveRecord | Kir Shatrov | 2017-07-19 | 1 | -0/+2 |
* | Revert "Merge pull request #29540 from kirs/rubocop-frozen-string" | Matthew Draper | 2017-07-02 | 1 | -1/+0 |
* | Enforce frozen string in Rubocop | Kir Shatrov | 2017-07-01 | 1 | -0/+1 |
* | No need to nodoc private methods | Akira Matsuda | 2016-12-24 | 1 | -1/+1 |
* | Fix broken comments indentation caused by rubocop auto-correct [ci skip] | Ryuta Kamizono | 2016-09-14 | 1 | -7/+7 |
* | normalizes indentation and whitespace across the project | Xavier Noria | 2016-08-06 | 1 | -53/+53 |
* | applies new string literal convention in activerecord/lib | Xavier Noria | 2016-08-06 | 1 | -1/+1 |
* | Support for unified Integer class in Ruby 2.4+ | Jeremy Daer | 2016-05-18 | 1 | -1/+1 |
* | Addresses #23568 | Ryan T. Hosford | 2016-02-09 | 1 | -8/+0 |
* | applies new doc guidelines to Active Record. | Yves Senn | 2015-10-14 | 1 | -1/+1 |
* | Add more detailed comment about _assign_attribute method [ci skip] | Mehmet Emin İNAÇ | 2015-05-13 | 1 | -1/+2 |
* | Follow-up to #10776 | Robin Dupret | 2015-02-26 | 1 | -0/+7 |
* | Push multi-parameter assignement into the types | Sean Griffin | 2015-02-07 | 1 | -96/+6 |
* | Move method to private section | Carlos Antonio da Silva | 2015-01-26 | 1 | -7/+7 |
* | ✂️ and 💅 for #10776 | Sean Griffin | 2015-01-23 | 1 | -16/+4 |
* | Extracted `ActiveRecord::AttributeAssignment` to `ActiveModel::AttributesAssi... | Bogdan Gusiev | 2015-01-23 | 1 | -38/+19 |
* | Pass symbol as an argument instead of a block | Erik Michaels-Ober | 2014-11-29 | 1 | -1/+1 |
* | Silence warning in test | Sean Griffin | 2014-06-24 | 1 | -5/+5 |
* | Remove unused param 'klass' from AttributeAssignment#read_other | Mindaugas Mozūras | 2014-06-23 | 1 | -2/+2 |
* | Remove composed_of special case from multi-parameter attributes | Sean Griffin | 2014-06-06 | 1 | -4/+3 |
* | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2014-06-01 | 1 | -2/+2 |
|\ |
|
| * | [ci skip] add created_at and updated_at to example | schneems | 2014-05-29 | 1 | -2/+2 |
* | | Remove :timestamp column type | Sean Griffin | 2014-05-19 | 1 | -1/+1 |
|/ |
|
* | copy edits [ci skip] | Vijay Dev | 2014-05-10 | 1 | -6/+5 |
* | [ci skip] add example to AR#assign_attributes | schneems | 2014-05-09 | 1 | -0/+10 |
* | assign_attributes should return if argument is blank. | wangjohn | 2013-09-24 | 1 | -0/+1 |
* | Merge pull request #9860 from wangjohn/update_attributes_throws_error_with_nil | Rafael Mendonça França | 2013-09-24 | 1 | -1/+3 |
|\ |
|
| * | Raising an error when nil or non-hash is passed to update_attributes. | wangjohn | 2013-06-25 | 1 | -1/+3 |
* | | Remove deprecated attr_protected/accessible | Łukasz Strzałkowski | 2013-06-27 | 1 | -1/+0 |
|/ |
|
* | Add more data to AR::UnknownAttributeError | Bogdan Gusiev | 2013-05-16 | 1 | -1/+1 |
* | require things we need | Aaron Patterson | 2013-05-15 | 1 | -0/+1 |
* | Refactoring validate_missing_parameters to validate_required_parameters. | wangjohn | 2013-03-23 | 1 | -5/+5 |
* | Deprecate obsolete Time to DateTime fallback methods | Andrew White | 2012-12-11 | 1 | -1/+1 |
* | Typecast to string and array are not supported in multiparameter | Rafael Mendonça França | 2012-10-18 | 1 | -3/+2 |
* | update AR::AttributeAssignment documentation [ci skip] | Francesco Rodriguez | 2012-09-19 | 1 | -5/+5 |
* | AR::Base#attributes= is just an alias for AR::Base#assign_attributes | Guillermo Iguaran | 2012-09-19 | 1 | -10/+4 |
* | Remove mass_assignment_options from ActiveRecord | Guillermo Iguaran | 2012-09-16 | 1 | -17/+2 |
* | attr_accessible and attr_protected raise an exception pointing to use plugin ... | Guillermo Iguaran | 2012-09-16 | 1 | -0/+2 |
* | Rename ForbiddenAttributes exception to ForbiddenAttributesError | Guillermo Iguaran | 2012-09-16 | 1 | -1/+1 |
* | Remove mass assignment security from ActiveRecord | Guillermo Iguaran | 2012-09-16 | 1 | -73/+8 |
* | Get rid of some arguments by using the accessors | Carlos Antonio da Silva | 2012-08-18 | 1 | -30/+31 |
* | Move multiparameter attribute logic to a class | Carlos Antonio da Silva | 2012-08-18 | 1 | -72/+84 |
* | Some more cleanup to use Hash#values_at, and some method docs | Carlos Antonio da Silva | 2012-08-18 | 1 | -3/+7 |
* | Use cached column information to instantiate time object | Carlos Antonio da Silva | 2012-08-18 | 1 | -6/+6 |
* | Refactor blank date parameter validation | Carlos Antonio da Silva | 2012-08-18 | 1 | -2/+6 |
* | Refactor missing parameter validation based on position | Carlos Antonio da Silva | 2012-08-18 | 1 | -7/+12 |
* | Reuse already fetched column to check for :time | Carlos Antonio da Silva | 2012-08-18 | 1 | -5/+6 |
* | Refactor some code in multiparameter assignment | Carlos Antonio da Silva | 2012-08-18 | 1 | -26/+25 |