aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/attribute_methods.rb
Commit message (Expand)AuthorAgeFilesLines
* try using regexesBen Toews2017-11-091-32/+16
* always allow Arel::Attributes::Attribute alsoBen Toews2017-11-091-1/+3
* remove :enabled optionBen Toews2017-11-091-2/+0
* beef up deprecation warningBen Toews2017-11-091-3/+7
* allow Arel.sql() for pluckBen Toews2017-11-091-1/+37
* add config to check arguments to unsafe AR methodsBen Toews2017-11-091-0/+16
* removed unnecessary returnsShuhei Kitagawa2017-10-281-1/+1
* Include Mutex_m into module class instead of extending instanceChris Salzberg2017-10-081-2/+4
* Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-191-0/+2
* Remove unused requiresRyuta Kamizono2017-07-161-3/+0
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Remove returning true in internal callbacksRyuta Kamizono2017-05-141-1/+0
* Privatize unneededly protected methods in Active RecordAkira Matsuda2017-01-051-8/+8
* This method is never called since 8e633e505880755e7e366ccec2210bbe2b5436e7Akira Matsuda2017-01-051-7/+0
* Fix broken comments indentation caused by rubocop auto-correct [ci skip]Ryuta Kamizono2016-09-141-5/+5
* 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