aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/attribute_methods/query.rb
Commit message (Expand)AuthorAgeFilesLines
* Improve wording of commentsChris Salzberg2019-04-131-1/+1
* Fix query attribute method on user-defined attribute to be aware of typecaste...kamille-3212019-03-111-2/+1
* Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-191-0/+2
* 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
* Revert "Made ActiveRecord consistently use ActiveRecord::Type (not"Sean Griffin2016-10-231-1/+1
* Made ActiveRecord consistently use ActiveRecord::Type (notIain Beeston2016-10-031-1/+1
* Move ActiveRecord::Type to ActiveModelKir Shatrov2015-09-211-1/+1
* rm `Type#number?`Sean Griffin2015-02-071-2/+1
* Remove most type related predicates from `Column`Sean Griffin2015-01-301-1/+2
* use self instead of #read_attributeankit19102014-08-261-1/+1
* Raise MissingAttributeError on query methodsErnie Miller2012-09-081-1/+1
* Minor refactor in ActiveRecord#initialize_dupCarlos Antonio da Silva2012-09-071-1/+0
* load active_support/core_ext/object/blank in active_support/railsXavier Noria2012-08-021-1/+0
* pg supports real booleans, so handle the case when `true` is returnedAaron Patterson2012-02-061-2/+5
* adds missing requires for Object#blank? and Object#present?Xavier Noria2010-03-281-0/+2
* Revert "Refactoring attributes/types" [#3348 state:open]Pratik Naik2010-01-221-3/+17
* Refactoring attributes/types [#3348 state:resolved]Eric Chapweske2009-10-171-17/+3
* Concernify AR AttributeMethodsJoshua Peek2009-07-301-0/+37