aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/attribute_methods.rb
Commit message (Expand)AuthorAgeFilesLines
* revises most Lint/EndAlignment offensesXavier Noria2016-08-071-3/+3
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-41/+41
* applies new string literal convention in activerecord/libXavier Noria2016-08-061-5/+5
* fix respond_to? documentationKivanio Barbosa2016-07-041-7/+7
* Do not specal case inspecting associated arrays of over 10 elements, preventi...Kevin McPhillips2016-06-291-7/+3
* [] and read_attribute are not aliases [ci skip]Benjamin Quorning2016-05-241-2/+0
* Support for unified Integer class in Ruby 2.4+Jeremy Daer2016-05-181-1/+1
* Remove unused class AttributeMethodCachePareshGupta2016-02-021-24/+0
* add `ActiveRecord::Base.has_attribute?`Yves Senn2015-12-021-0/+12
* Require only necessary concurrent-ruby classes.Jerry D'Antonio2015-11-041-1/+1
* applies new doc guidelines to Active Record.Yves Senn2015-10-141-3/+3
* Correcting `ActiveRecord::DangerousAttributeError` error message [ci skip]amitkumarsuroliya2015-09-261-1/+1
* Fix ActiveRecord `instance_method_already_implemented` docs [ci skip]amitkumarsuroliya2015-09-241-1/+1
* Replaced `ThreadSafe::Map` with successor `Concurrent::Map`.Jerry D'Antonio2015-09-191-2/+2
* [ci skip] Fix the indentationakihiro172015-08-121-13/+13
* Decrease string allocations on AR#respond_to?schneems2015-07-291-1/+9
* Freeze string literals when not mutated.schneems2015-07-191-1/+1
* Attribute assignment and type casting has nothing to do with columnsSean Griffin2015-01-311-2/+2
* Fix a typo "devleopment" => "development"Rémy Coutable2015-01-251-1/+1
* Introduce `ActiveRecord::Base#accessed_fields`Sean Griffin2015-01-201-0/+33
* Return a null column from `column_for_attribute` when no column exists.Rafael Mendonça França2015-01-041-10/+6
* Fixed syntax error in RDoc directiveZachary Scott2014-12-201-1/+1
* Fix grammar on ActiveRecord::AttributeMethods doc.Hendy Tanata2014-11-301-1/+1
* Improve the performance of reading attributesSean Griffin2014-11-181-2/+2
* edit pass over all warningsXavier Noria2014-10-281-2/+2
* Merge pull request #17421 from rails/warn-with-heredocXavier Noria2014-10-281-3/+6
|\
| * let's warn with heredocsXavier Noria2014-10-281-3/+6
* | Fix uninitialized ivar warning in testsSean Griffin2014-10-281-1/+1
|/
* Changed the DangerousAttributeError exception message to include messaging th...Jim Jones2014-09-101-1/+1
* Allow included modules to override association methods.Yves Senn2014-09-091-0/+2
* Enums shouldn't ruin people's anniversariesGodfrey Chan2014-09-041-1/+1
* Avoid using heredoc for user warningsGodfrey Chan2014-08-281-5/+3
* Merge pull request #16458 from chancancode/ar_fix_reserved_inheritanceGodfrey Chan2014-08-171-5/+8
|\
| * Fixed issue w/custom accessors + reserved name + inheritanceGodfrey Chan2014-08-111-5/+8
* | Spelling errorsjbsmith862014-08-141-2/+2
|/
* Remove references to SQLite3Column from documentationa3gis2014-07-251-1/+1
* Merge pull request #16138 from sgrif/sg-attribute-set-keyYves Senn2014-07-161-2/+2
|\
| * AttributeSet#include? -> AttributeSet#key?Sean Griffin2014-07-111-2/+2
* | Fixing typo in commentGregory Igelmund2014-07-121-1/+1
|/
* Don't add a second method for attribute existenceSean Griffin2014-06-301-6/+1
* Don't encourage usage of `columns_hash`Sean Griffin2014-06-291-2/+7
* Add a deprecation cycle for `NullColumn` from `column_for_attribute`Sean Griffin2014-06-231-6/+10
* Move `attributes` to the `AttributeSet` object.Sean Griffin2014-06-211-3/+1
* Introduce an object to aid in creation and management of `@attributes`Sean Griffin2014-06-191-8/+2
* Remove unused `method_missing` definitionSean Griffin2014-06-131-34/+1
* Introduce an Attribute object to handle the type casting danceSean Griffin2014-06-131-12/+8
* have an actual `NullColumn` object and update docs accordingly.Yves Senn2014-06-041-4/+5
* Use null column for association key typesSean Griffin2014-06-041-19/+21
* Return a null column when no column exists for an attributeSean Griffin2014-06-031-7/+9
* Remove most code related to serialized propertiesSean Griffin2014-06-011-5/+0