aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/attribute_methods/query.rb
Commit message (Expand)AuthorAgeFilesLines
* 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