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