ActiveRecord::Querying
No documentation available for this module.
Constants
QUERYING_METHODS = [\n:find, :find_by, :find_by!, :take, :take!, :first, :first!, :last, :last!,\n:second, :second!, :third, :third!, :fourth, :fourth!, :fifth, :fifth!,\n:forty_two, :forty_two!, :third_to_last, :third_to_last!, :second_to_last, :second_to_last!,\n:exists?, :any?, :many?, :none?, :one?,\n:first_or_create, :first_or_create!, :first_or_initialize,\n:find_or_create_by, :find_or_create_by!, :find_or_initialize_by,\n:create_or_find_by, :create_or_find_by!,\n:destroy_all, :delete_all, :update_all, :touch_all, :destroy_by, :delete_by,\n:find_each, :find_in_batches, :in_batches,\n:select, :reselect, :order, :reorder, :group, :limit, :offset, :joins, :left_joins, :left_outer_joins,\n:where, :rewhere, :preload, :extract_associated, :eager_load, :includes, :from, :lock, :readonly,\n:and, :or, :annotate, :optimizer_hints, :extending,\n:having, :create_with, :distinct, :references, :none, :unscope, :merge, :except, :only,\n:count, :average, :minimum, :maximum, :sum, :calculate,\n:pluck, :pick, :ids, :strict_loading\n].freeze # :nodoc:
Files
- activerecord/lib/active_record/querying.rb